@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');*/

html {
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
    font-family: "Roboto",Arial,sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: #000;
    top: 0!important;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
    color: #234690;
}
h2 {
    font-size: 43px;
    margin-top: 30px;
    margin-bottom: 15px;
}
h1{font-size:50px;font-weight:900;}
h2{font-size:32px;}
h3{font-size:26px;}
h4{font-size:24px;}
h5{font-size:20px;}
h6{font-size:18px;}
a{
    color: #333;
    -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: #440079;
    text-decoration: unset;
}
img{ max-width: 100%; }
.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; }
.btn, a.btn {
    border-radius: 3px;
    background: #234690;
    overflow: hidden;
    position: relative;
    z-index: 2;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 45px;
    padding: 0 30px;
}
.btn:hover, a.btn:hover {
    color: #fff;
}
.btn:before, a.btn:before {
    content: '';
    width: 30px;
    height: 130%;
    background: rgba(215,215,215,0.2);
    position: absolute;
    top: -10px;
    left: -45px;
    z-index: -1;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn:hover:before, a.btn:hover:before {
    left: 120%;
}
.box-heading {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 18px;
    line-height: 2.5;
}
.box-heading.left {
    text-align: left;
}
.box-heading:before {
    content: '';
    position: absolute;
    top: 100%;
    background: #efefef;
    height: 2px;
    width: 90px;
    left: 50%;
    margin-left: -45px;
}
.box-heading.left:before {
    left: 0;
    margin-left: 0;
}
.box-heading a {
    color: #0c304a;
}
.box-heading h2 {
    font-size: 32px;
    margin: 0;
}
.box-heading span{
    color: #FF8000;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}
h1.title-page {
    font-weight: 400;
    margin: 0 0 15px;
}
.clearfix{
    display: block;
}
.float-all{
    width: 100%;
    float: left;
}
#header{
    width: 100%;
    z-index: 999;
    position: relative;
}
#header .top-header {
    position: relative;
    z-index: 98;
    padding: 10px 0;
    background: #fff;
}
#header .bottom-header {
    position: relative;
    z-index: 9999;
    background: rgba(35, 70, 144, 0.93);
}
#header .bottom-header.fixed{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    animation-name: menu_sticky;
    animation-duration: 0.70s;
    animation-timing-function: ease-in-out;
    padding: 0;
    background: #234690;
}
@keyframes menu_sticky{0%{margin-top:-120px;opacity:0;}
50%{margin-top:-64px;opacity:0;}
100%{margin-top:0;opacity:1;}
}
#header #logo a {
    display: inline-block;
}
#header #logo img {
    max-height: 80px;
}
#header .over-language {
    display: inline-block;
}
#header .info-header ul {
    float: left;
}
#header .info-header li {
    float: left;
    position: relative;
    margin-left: 35px;
    margin-top: 10px;
    padding-left: 65px;
    padding-right: 12px;
}
#header .info-header li:last-child {
    padding-left: 0;
    padding-right: 0;
}
#header .info-header li > i {
    width: 50px;
    height: 50px;
    border: 1px solid #ffb504;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffb504;
    font-size: 20px;
}
#header .info-header li > p,
#header .info-header li > span {
    color: #474647;
    font-size: 15px;
}
#header .info-header li > p{    
    font-weight: 500;
    margin: 0;
    line-height: 26px;
}
#header .info-header li > a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: none;
    background: #234690;
    color: #fff;
    margin-left: 3px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 50%;
}
#header .info-header li > a:hover {
    background: #ffb504;
}
#header a.request-button {
    width: 265px;
    line-height: 70px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    z-index: 1;
    float: right;
    position: relative;
    background: #ffb504;
}
#header a.request-button:before {
    content: '';
    background: #ca9414;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#header a.request-button:hover:before {
    width: 100%;
}
#header a.request-button span {
    width: 66px;
    display: inline-block;
    height: 70px;
    background: #ca9414;
    float: right;
    padding-top: 23px;
}
#header a.request-button span i {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    display: block;
    line-height: 26px;
    font-size: 15px;
    color: #5c6571;
}
#language {
    color: #999;
    position: relative;
}
#language img {
    height: 18px;
}
#language a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #111;
}
#language a span {
    display: inline-block;
    vertical-align: middle;
}
#header ul {
    margin: 0;
    padding: 0;
}
#header .menu-all li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
#header .menu-all > li:before {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffb504;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#header .menu-all > li:hover:before {
    height: 4px;
}
#header .menu-all > li > a {
    display: block;
    position: relative;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 23px;
}
/*#header .menu-all > li.current > a,*/
#header .menu-all > li:hover > a {
    color: #fff;
    background: #2F56A9;
}
#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;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
}
#header .menu-all li:hover > ul{
    opacity: 1;
    visibility: visible;
}
#header .menu-all ul li{ 
    width: 100%;
}
#header .menu-all ul li a {
    line-height: 40px;
    color: #6f6f6f;
    text-transform: uppercase;
    padding-left: 20px;
    display: block;
    border-bottom: 1px solid #ededed;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 500;
}
#header .menu-all ul li:hover > a {
    color: #FF8000;
}
#header .menu-all ul ul{
    left: 100%;
    top: 0;
}
#header .btn-mb {
    display: none;
}
.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;
}
.owl-theme .owl-controls { margin-top: 0; }
.slides.owl-carousel .owl-buttons div[class*='owl'] {
    opacity: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 0;
    background-color: rgba(255,255,255,0.6);
    color: #5e294f;
    text-shadow: none;
    margin: 0;
    margin-top: -25px;
    border-radius: 50%;
}
.slides.owl-carousel .owl-buttons div[class*='owl']:hover {
    background-color: rgba(255,255,255,1);
}
.slides.owl-carousel .owl-buttons .owl-next{
    right: 10px;
}
.slides.owl-carousel .owl-buttons .owl-prev{
    left: 10px;
}
.slides.owl-carousel .owl-buttons div[class*='owl'] i{
    font-size: 26px;
}
.slides.owl-carousel .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slides.owl-carousel .content .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.slides.owl-carousel .content .title {
    font-size: 32px;
    font-weight: 700;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    white-space: pre-line;
}
.slides.owl-carousel .content .title a {
    color: #fff;
}
.slides.owl-carousel .content .description {
    white-space: pre-line;
    font-size: 22px;
    text-shadow: 2px 2px 3px black;
}
/*.slides.owl-carousel .content a.btn {
    color: #fff;
    border-color: #fff;
    margin-top: 20px;
}
.slides.owl-carousel .content a.btn:hover {
    color: #F08920;
    background-color: #fff;
}*/
.slides.owl-carousel .owl-pagination {
    position: absolute;
    top: auto;
    bottom: 10px;
    width: 100%;
    text-align: center;
    padding: 5px 10px;
}
.slides.owl-carousel .owl-controls .owl-page span {
    margin: 0;
    opacity: 1;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    box-shadow: none;
    background: transparent;
}
.slides.owl-carousel.owl-theme .owl-controls .owl-page.active span, 
.slides.owl-carousel.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #fff;
}
/**/
#crumbs {
    overflow: hidden;
    margin: 30px 0;
}
#crumbs .inner-crumbs a{
	color: #000;
    font-size: 14px;
    padding: 10px 0;
}
.inner-crumbs {
    padding: 10px 15px;
    background: #eee;
}

/*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-by-categories.box-left-right {
    border: solid 1px #e4e4e4;
    margin-bottom:  15px;
}
.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: 8px;
}
.news-by-categories.box-left-right ul.box-news-content li .image {
    width: 60px;
    float: left;
    margin-right: 5px;
}
.news-by-categories.box-left-right ul.box-news-content li .name {
    display: block;
    line-height: 15px;
    height: 45px;
    overflow: hidden;
}
.news-by-categories.box-left-right ul.box-news-content li .name a {
    font-size: 12px;
    text-transform: uppercase;
}
.support-online-col {
    border: solid 1px #e4e4e4;
}
.support-online-col .sup-item {
    height: 80px;
    overflow: hidden;
    padding: 15px;
}
.support-online-col .sup-item:nth-child(2n) {
    background-color: #f5f5f5;
}
.support-online-col .sup-item img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: solid 1px #ccc;
}
.support-online-col .sup-item p.name {
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
    color: #874143;
    font-size: 15px;
    padding-top: 5px;
    margin: 0;
}
.support-online-col .sup-item p.phone {
    display: block;
    font-size: 15px;
    color: #ff0000;
    font-weight: bold;
    margin: 0;
}

/**/
.facebook-like-box{ 
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
}

/*combo*/
.news-by-combo-categories div[class *='col'] {
    padding: 0;
    border: 1px solid #1376f2;
    margin-bottom: 30px;
}
.news-by-combo-categories .position{
    position: relative;
}
.news-by-combo-categories .title {
    position: absolute;
    width: 100%;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    transform: rotate(-90deg);
    bottom: 50%;
    right: 50%;
    margin: 0 -18px -18px 0px;
    z-index: 2;
}
.news-by-combo-categories .title span{
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    padding: 8px 15px;
    display: inline-block;
    width: calc(100% - 70px);
    position: relative;
}
.news-by-combo-categories .title span:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -35px;
    border-top: 18px solid #229dcc;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #229dcc;
    border-left: 18px solid transparent;
}
.news-by-combo-categories .title span:after {
    content: '';
    position: absolute;
    top: 0px;
    right: -35px;
    border-top: 18px solid #229dcc;
    border-bottom: 18px solid transparent;
    border-right: 18px solid transparent;
    border-left: 17px solid #229dcc;
}
.news-by-combo-categories .post-cat .title{ margin: 0 -18px -17px 0px; }
.news-by-combo-categories .post-cat h3 {
    margin: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/**/
.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: 10px;
}

#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;
}

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);
}
.scroll-head {
    background-color: rgba(253, 200, 0, 0.8);
    bottom: 0;
    color: #fff;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 0;
    text-align: center;
    transition: all .5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 45px;
    z-index: 99999;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}
.scroll-head.visible {
    visibility: visible;
    opacity: 1;
    right: 20px;
    bottom: 10px;
}
.scroll-head:hover{
    background-color: rgba(255, 255, 255, 0.8);
    color: #c93428;
}
.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 .name:hover a{
    color: #E95843;
}
.news-list .col-xs-6:nth-child(3n+1){
	clear: both;
}
.news-list .news-list-item{
	margin-bottom: 30px;
}
.news-list .image {
    width: 100%;
}
.news-list .image img {
    width: 100%;
    display:  block;
}
.news-list .image img:hover{
    opacity: 0.8;
}
.news-list .desc{
	width: 100%;
}
.pagenumber .links {
    float: right;
    padding-top: 6px;
    margin-bottom: 5px;
}
.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;
}
/* cat new */
.news-list-item-cat {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.news-list-item-cat .image {
    margin-bottom: 10px;
}
.news-list > div .news-list-item-cat h3.name {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
}

/* detail */
.image-news-page {
    margin-bottom: 15px;
}
.image-news-page img {
    width: 100%;
}
.news-detail-info, .news-cat-info {
    margin-bottom: 15px;
}
span.news-detail-info-item, .news-list-item-cat span.news-cat-info-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #706f6f;
}
span.news-detail-info-item i, .news-list-item-cat span.news-cat-info-item i {
    color: #000000;
    font-size: 16px;
}
.news-description *{
    max-width: 100%;
}
.news-description img{
    max-width: 100%;
    height: auto !important;
}
.news-description {
    width: 100%;
    margin-bottom: 15px;
}
.news-detail-list-img .title {
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: 700;
}
.news-detail-list-img .col-md-4 {
    margin-bottom: 30px;
}
.tags-list {
    padding: 10px 0;
    margin-bottom: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.news-related > h3 {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #333;
    padding: 8px;
    margin-bottom: 15px;
    font-size: 15px;
    margin-top: 20px;
}
/*.news-related ul {
    background: none repeat scroll 0 0 #eee;
    box-shadow: 0 0 0;
    margin-bottom: 20px;
    margin-top: 0;
    min-height: 20px;
    padding: 9px;
    border-radius: 0;
    border: 1px solid #e8e8e8;
}*/
.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: 3px;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 0 0;
    border-radius: 3px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d4d4d4;
    color: #333;
    font-size: 12px;
    outline: medium none;
    width: auto;
}
.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%;
}
.tags-list a {
    margin: 0 2px;
}
.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;
}
.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;
}
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;
}

/* noi dung ct md */
.sign-all {
    padding: 50px 0 20px;
    background: #f4cd80;
}
.sign-all .row-flex {
    align-items: unset;
}
.sign-all .col-md-4 {
    margin-bottom: 30px;
}
.sign-all .title-heading h3 {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 700;
}
.sign-all-item {
    margin-bottom: 30px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background: #fff;
}
.sign-all-item .sign-all-item-inner {
    padding: 10px;
    overflow: hidden;
}
.sign-all-item .address-map {
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 700;
    color: #5e294f;
}
.sign-all-item .iframe-map iframe {
    width: 100%;
    height: 265px;
}
.sign-all .form-register p {
    font-style: italic;
    margin-bottom: 25px;
}
.sign-all input.form-control {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
}
.sign-all button#button-send-book {
    padding: 6px 12px;
    font-size: 16px;
    color: #fff;
    background: #440079;
    border: 1px solid #440079;
}
.sign-all button#button-send-book:hover {
    background: #f4cd80;
    border: 1px solid #f4cd80;
}
.sign-all .alert {
    font-size: 13px;
    padding: 5px 15px;
}

@media (min-width: 992px) {
    .sign-all-item {
        height: calc(100% - 33px);
    }
}

/* news featured */
.box-news-featured {
    margin: 0 0 30px;
}
.item-news-featured {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.img-news-featured {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.info-news-featured {
    width: 100%;
    float: left;
}
.info-news-featured span.news_time {
    font-size: 13px;
    color: #999;
    margin-bottom: 5px;
    display: inline-block;
}
.info-news-featured span.news_time i {
    margin-right: 5px;
}
.info-news-featured h3.item-title {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 700;
}
.info-news-featured h3.item-title a {
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 25px;
    height: 51px;
    color: #000;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 20px;
}
.info-news-featured h3.item-title a:hover {
    color: #440079;
}
.info-news-featured p {
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 22px;
    height: 46px;
    color: #000;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/* md about us */
.md-about-us{background:#f8f8f8;padding:30px 0;}
.md-about-us .row{margin-right:-25px;margin-left:-25px;}
.md-about-us .single-container{margin-left:20px;margin-top:48px;position:relative;}
.md-about-us .row .nav-slide.owl-carousel .item {
    margin-right: 25px;
    margin-left: 25px;
    margin-top: 20px;
}
.md-about-us .single-container .text{background:#fff;padding:33px 30px 30px 60px;position:relative;-webkit-box-shadow:0px 0px 5px 0px rgba(198,198,198,0.15);-moz-box-shadow:0px 0px 5px 0px rgba(198,198,198,0.15);box-shadow:0px 0px 5px 0px rgba(198,198,198,0.15);}
.md-about-us .single-container .text:before{content:'';display:block;position:absolute;top:100%;left:0;width:0;height:0;border:0 solid transparent;border-width:18px 23px;border-right-width:0;border-top-color:#e8e8e8;}
.md-about-us .single-container .text .quote{background: #ffb504;width:50px;height:45px;position:absolute;top:40px;left:-20px;text-align:center;line-height:45px;color:#fff;}
.md-about-us .single-container .text .quote:before{content:'';display:block;position:absolute;bottom:100%;left:0;width:0;height:0;border:0 solid transparent;border-width:12px 20px;border-right-width:0;border-bottom-color:#3d63b3;}
.md-about-us .single-container .text .quote .ficon:before,.md-about-us .single-container .text .quote .fa:before{font-size:20px;color:#fff;}
.md-about-us .single-container .client-info{margin-top:33px;}
.md-about-us .single-container .client-info img{width:60px;height:60px;border-radius:50%;}
.md-about-us .single-container .client-info .name{padding-left:18px;}
.md-about-us .single-container .client-info .name h5{font-weight:500;margin:7px 0 4px 0;}
.md-about-us .single-container>ul{margin: 0;padding: 0;list-style: none;}
.md-about-us .single-container>ul li{display:inline-block;font-size:15px;cursor:pointer;color: #ffb504;}
.md-about-us .owl-theme .owl-nav [class*=owl-]{background:#2c4e96;border-color:#4a6eb9;}
.md-about-us .owl-carousel .owl-controls .owl-nav .owl-prev:before,
.md-about-us .owl-carousel .owl-controls .owl-nav .owl-next:before{color:#fff;}
.md-about-us .owl-carousel .owl-controls{top:-40px;right:22px;}

@media (min-width: 768px) and (max-width: 991px) {
    .box-news-featured .col-sm-6:nth-child(2n+1) {
        clear: both;
    }
}
@media (min-width: 992px) {
    .box-news-featured .col-md-4:nth-child(3n+1) {
        clear: both;
    }
}

.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 .col-sm-6 {
    margin-bottom: 30px;
}*/
.slider-news-custom.owl-carousel, .slide-news-related.owl-carousel {
    margin: 0 0 30px;
    background: transparent;
}
.slider-news-custom.owl-carousel .item,
.slide-news-related.owl-carousel .item {
    padding: 0 15px;
}
.slider-news-custom.owl-carousel.owl-theme .owl-controls .owl-buttons div,
.slide-news-related.owl-carousel .owl-controls .owl-buttons div {
    margin: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,0.8);
    color: #5e294f;
    text-align: center;
    opacity: 1!important;
    border-radius: 0;
}
.slider-news-custom.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover,
.slide-news-related.owl-carousel .owl-controls .owl-buttons div:hover {
    background: rgba(255,255,255,1);
}
.slider-news-custom.owl-carousel:hover .owl-buttons .owl-next,
.slider-news-custom.owl-carousel .owl-buttons .owl-next {
    right: 15px;
}
.slider-news-custom.owl-carousel:hover .owl-buttons .owl-prev,
.slider-news-custom.owl-carousel .owl-buttons .owl-prev {
    left: 15px;
}
.slider-news-custom.owl-carousel.owl-theme .owl-controls .owl-buttons div i,
.slide-news-related.owl-carousel.owl-theme .owl-controls .owl-buttons div i {
    font-size: 26px;
    margin: 0;
    text-shadow: none;
    line-height: 35px;
}
.slider-news-custom.owl-carousel .owl-pagination,
.slide-news-related.owl-carousel .owl-pagination {
    top: 0;
}
.slide-news-related.owl-carousel:hover .owl-buttons .owl-next,
.slide-news-related.owl-carousel .owl-buttons .owl-next {
    top: -51px;
    right: 20px;
}
.slide-news-related.owl-carousel:hover .owl-buttons .owl-prev,
.slide-news-related.owl-carousel .owl-buttons .owl-prev {
    left: auto;
    right: 60px;
    top: -51px;
}


/* end news custom more 2 */
.md-carousel {
    padding: 35px 0 0;
}
.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;
}

/* newsletter */
.footer-newsletter {
    position: relative;
    z-index: 99;
    background: #ffb504;
    padding: 35px 0 29px 0;
    margin-top: 50px;
}
.footer-newsletter .text.pull-left {
    width: 60%;
    padding-left: 140px;
    position: relative;
}
.footer-newsletter .text.pull-left i.fa {
    position: absolute;
    font-size: 52px;
    color: #fff;
    left: 54px;
    top: 0;
}
.footer-newsletter .text.pull-left h2{
    font-weight: 900;
    font-size: 30px;
    margin: -4px 0 10px 0;
}
.footer-newsletter .text.pull-left p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.footer-newsletter .pull-right {
    width: 35%;
    padding-right: 45px;
}
.footer-newsletter .pull-right .group-input {
    background: #fff;
    height: 60px;
    position: relative;
}
.footer-newsletter .pull-right .group-input input[type='text']{
    width: 100%;
    height: 40px;
    border: none;
    background: transparent;
    padding: 10px 72px 10px 30px;
    margin: 10px auto;
    font-weight: 300;
    font-size: 17px;
}
.footer-newsletter .group-input button {
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #263445;
    color: #fff;
    font-size: 30px;
    border: 0;
    outline: none;
    box-shadow: none;
}

footer { 
    background: #234690;
}
.footer-all {
    padding: 30px 0;
    background: #234690;
    color: #fff;
}
footer .logo-footer img {
    max-height: 125px;
    margin-bottom: 10px;
}
footer h3.title-footer {
    color: #fff;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 2px solid #416abf;
    margin-bottom: 20px;
    font-size: 22px;
}
footer ul.footer-address li {
    line-height: 25px;
    margin-bottom: 16px;
    position: relative;
    padding-left: 30px;
}
footer ul.footer-address li span.fa {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 22px;
    padding-left: 2px;
    color: #ffb504;
}
ul.footer-link li {
    line-height: 25px;
    margin-bottom: 16px;
}
ul.footer-link li a {
    color: #fff;
}
ul.footer-link li a:hover {
    color: #ffb504;
}
footer ul.footer-social {
    margin-bottom: 0;
}
footer ul.footer-social li {
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
}
footer ul.footer-social li a {
    color: #fff;
}

#language .drop-button {
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
    line-height: 48px;
    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;
}
#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;
}
.news-list > div .name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0 0;
}
.news-list > div .name a{
	white-space: nowrap;
}
.news-list .short-content {
    font-size: 13px;
    text-align: justify;
    overflow: hidden;
    color: #666;
    padding-top: 10px;
    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-related{
    margin-bottom: 20px;
}
.news-related .box-news-related .name{
    padding: 3px 5px 3px 12px;
    font-size: 12px;
    background: url('../image/icon4.gif') center left no-repeat;
}
.fancybox-opened,.fancybox-overlay, .modal{
    z-index: 999999 !important;
}
.box-search .category, .box-search .description {
    display: none;
}
.box-search .search input {
    width: 100%;
    height: 40px;
    padding: 10px;
}
input[type='text'], input[type='password'], textarea{border-radius: 0;}

/* menu col left */
.menu-left {
    background: #440079;
    padding: 10px;
}
.menu-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-left ul li {
    position: relative;
}
.menu-left ul a {
    display: block;
    padding: 10px;
    color: #fff;
}
.menu-left ul ul {
    padding-left: 10px;
}
.menu-left ul ul ul {
    padding-left: 20px;
}
.menu-left span.tg-mb {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}
.menu-left span.tg-mb.active {
    transform: rotate(180deg);
}
.menu-left span.tg-mb:after {
    content: "\f077";
    font-family: FontAwesome;
}

/* md box8 */
.md-box8-top {
    background: rgb(255, 181, 4);
    padding: 15px 0;
    color: #fff;
}
.md-box8-top h3 {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
}
.md-box8-bottom {
    margin: 10px 0 30px;
}
.md-box8-bottom .col-lg-3 {
    margin-top: 30px;
}
.item-box8 .img-black {
    position: relative;
    overflow: hidden;
    background: #000;
    text-align: center;
    height: 177px;
}
.item-box8 .img-black img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px,0,0) scale(1.12);
    transform: translate3d(-30px,0,0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.item-box8:hover img {
    opacity: 0.5;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}
.item-box8 h5 {
    font-size: 20px;
    margin: 30px 0 15px 0;
    text-transform: uppercase;
}
.item-box8 a.view{
    font-weight: 500;
    color: #213043;
    margin-top: 10px;
}
.md-box8-bottom .why-chose h3 {
    font-size: 28px;
    margin: -3px 0 15px;
}
.md-box8-bottom .why-chose ul {
    border-top: 1px solid #e9e9e9;
    padding-top: 15px;
    margin: 20px 0 0;
}
.md-box8-bottom .why-chose ul li {
    position: relative;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    padding-left: 30px;
    margin-bottom: 12px;
}
.md-box8-bottom .why-chose ul li:before {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 26px;
}

/* md banner slide */
.md-banner-slide {
    background: #234690;
    padding: 85px 0 100px 0;
    margin: 30px 0;
}
.md-banner-slide h2.banner-slide-title {
    margin: 0;
    color: #fff;
    font-size: 32px;
}
.slide-banner .img-holder{position:relative;overflow:hidden;}
.slide-banner .item .img-holder img{width: 100%;-webkit-transition:all .6s linear;-moz-transition:all .6s linear;-ms-transition:all .6s linear;-o-transition:all .6s linear;transition:all .6s linear;}
.slide-banner .item:hover .img-holder img{-webkit-transform:scale3d(1.1,1.1,1);-moz-transform:scale3d(1.1,1.1,1);-ms-transform:scale3d(1.1,1.1,1);-o-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1);}
.slide-banner .overlay{display:block;position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(255,181,4,0.9);text-align:center;opacity:0;visibility:hidden;-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);}
.slide-banner .overlay:before,
.slide-banner .overlay:after{content:'';position:absolute;width:20px;height:20px;opacity:0;-webkit-transition-delay:0.35s;transition-delay:0.35s;}
.slide-banner .overlay:before{border-top:1px solid #fff;border-left:1px solid #fff;top:-50px;left:-50px;}
.slide-banner .overlay:after{border-bottom:1px solid #fff;border-right:1px solid #fff;bottom:-50px;right:-50px;}
.slide-banner .overlay h5{
    font-size: 20px;
    font-weight:500;
    color:#fff;
    height:100%;
    margin-top:-25px;
    opacity:0;
    -webkit-transform:translate3D(0,30%,0);
    -moz-transform:translate3D(0,30%,0);
    -ms-transform:translate3D(0,30%,0);
    -o-transform:translate3D(0,30%,0);
    transform:translate3D(0,30%,0);
}
.slide-banner .overlay span{display:block;opacity:0;margin-top:-5px;-webkit-transform:translate3D(0,-320%,0);-moz-transform:translate3D(0,-320%,0);-ms-transform:translate3D(0,-320%,0);-o-transform:translate3D(0,-320%,0);transform:translate3D(0,-320%,0);}
.slide-banner .overlay a{
    display: inline-block;
    width:35px;
    height:35px;
    background:#fff;
    line-height:35px;
    text-align:center;
    color:#1a1a1a;
    font-size:14px;
    border-radius: 50%;
}
.slide-banner .overlay:before,
.slide-banner .overlay:after,
.slide-banner .overlay h5{
    -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;
}
.slide-banner .overlay a:hover{background:#303030;color:#fff;}
.slide-banner .item:hover .overlay{opacity:1;visibility:visible;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}
.slide-banner .item:hover .overlay:before{top:15px;left:15px;opacity:1;}
.slide-banner .item:hover .overlay:after{bottom:15px;right:15px;opacity:1;}
.slide-banner .item:hover .overlay h5{-webkit-transform:translate3D(0,50%,0);-moz-transform:translate3D(0,50%,0);-ms-transform:translate3D(0,50%,0);-o-transform:translate3D(0,50%,0);transform:translate3D(0,50%,0);}
.slide-banner .item:hover .overlay span{-webkit-transform:translate3D(0,-350%,0);-moz-transform:translate3D(0,-350%,0);-ms-transform:translate3D(0,-350%,0);-o-transform:translate3D(0,-350%,0);transform:translate3D(0,-350%,0);}
.slide-banner .item:hover .overlay h5,
.slide-banner .item:hover .overlay span{opacity:1;-webkit-transition-delay:0.4s;transition-delay:0.4s;}

/* nav slide */
.nav-slide.owl-carousel {
    background: transparent;
    margin: 0;
}
.nav-slide.owl-carousel .item {
    margin: 50px 15px 0;
}
.nav-slide.owl-carousel .owl-controls {
    position: absolute;
    top: -30px;
    right: 15px;
}
.nav-slide.owl-carousel .owl-controls .owl-buttons div {
    position: relative;
    padding: 0;
    width: 35px;
    height: 35px;
    color: #4a6fbb;
    border: 2px solid #4a6fbb;
    margin: 0;
    background: transparent;
    text-align: center;
    border-radius: 0;
    left: auto;
    right: auto;
    top: auto;
    opacity: 1;
    text-shadow: unset;
    background: #234690;
}
.nav-slide.owl-carousel .owl-controls .owl-buttons div:hover {
    border-color: #ffb504;
    color: #fff;
}
.nav-slide.owl-carousel .owl-controls .owl-buttons div.owl-prev {
    border-right-width: 1px;
}
.nav-slide.owl-carousel .owl-controls .owl-buttons div.owl-prev:before {
    content: "\f104";
    position: absolute;
    font-family: 'FontAwesome';
    width: 100%;
    line-height: 31px;
    top: 0;
    left: 0;
    font-size: 24px;
}
.nav-slide.owl-carousel .owl-controls .owl-buttons div.owl-next {
    border-left-width: 1px;
}
.nav-slide.owl-carousel .owl-controls .owl-buttons div.owl-next:before {
    content: "\f105";
    position: absolute;
    font-family: 'FontAwesome';
    width: 100%;
    line-height: 31px;
    top: 0;
    left: 0;
    font-size: 24px;
}

/* md box 6 */
.md-box6-tab{
    margin-top: 60px;
    margin-bottom: 80px;
}
.md-box6-tab .nav{width:21%;border:1px solid #f1f1f1;}
.md-box6-tab .nav>li{float:none;display:block;margin:0 !important;border-bottom:1px solid #f1f1f1;}
.md-box6-tab .nav-tabs > li > a{margin:0;border:none;border-radius:0;height:85px;padding:17px 0 0 92px;position:relative;}
.md-box6-tab .nav-tabs > li > a .icon{position:absolute;left:30px;top:25px;}
.md-box6-tab .nav-tabs > li > a .icon .ficon:before,.md-box6-tab .nav-tabs > li > a .icon .fa:before{font-size:40px;}
.md-box6-tab .nav-tabs > li:last-child{border:none;}
.md-box6-tab .nav-tabs > li.active > a,
.md-box6-tab .nav-tabs > li.active > a:hover,
.md-box6-tab .nav-tabs > li.active > a:focus{border:none;background:#234690;margin:0;box-shadow:none;}
.md-box6-tab .nav-tabs > li > a span{font-size:14px;color:#889;}
.md-box6-tab .nav-tabs > li > a h6{font-size: 18px;margin: 0;font-weight:500;color:#4d4d4d;line-height:27px;}
.md-box6-tab .nav-tabs > li.active > a span,
.md-box6-tab .nav-tabs > li.active > a:hover span,
.md-box6-tab .nav-tabs > li.active > a:focus span ,
.md-box6-tab .nav-tabs > li.active > a h6,
.md-box6-tab .nav-tabs > li.active > a:hover h6,
.md-box6-tab .nav-tabs > li.active > a:focus h6,
.md-box6-tab .nav-tabs > li:hover > a span,
.md-box6-tab .nav-tabs > li:hover > a h6,
.md-box6-tab .nav-tabs > li.active > a .icon .ficon:before,.md-box6-tab .nav-tabs > li.active > a .icon .fa:before,
.md-box6-tab .nav-tabs > li:hover > a .icon .ficon:before,.md-box6-tab .nav-tabs > li:hover > a .icon .fa:before{color:#fff;}
.md-box6-tab .tab-content{width:79%;padding-right:55px;}
.md-box6-tab .tab-content .left-side{width:54%;}
.md-box6-tab .tab-content .left-side p{margin:20px 0 40px 0;}
.md-box6-tab .tab-content .left-side h6{font-size: 18px;margin: 0;text-transform:uppercase;border-bottom:1px solid #efefef;padding-bottom:25px;margin-bottom:15px;}
.md-box6-tab .tab-content .left-side ul li{font-weight:500;font-size:19px;color:#5c5c5c;line-height:44px;}
.md-box6-tab .tab-content .left-side ul li i{margin-right:16px;line-height:44px;color: #ffb504;}
.md-box6-tab .tab-content .left-side .progress{height:30px;margin:39px 0 0 0;box-shadow:none;background:#f4f3f2;border-radius:30px;}
.md-box6-tab .tab-content .left-side .progress-bar{background-color:#ffb504;border-radius:30px;position:relative;box-shadow:none;}
.md-box6-tab .tab-content .left-side .progress-bar span{position:absolute;line-height:30px;right:-40px;top:0;font-size:15px;font-weight:700;color:#686868;}
.md-box6-tab .tab-content .right-side{width:46%;padding-right:75px;}
.md-box6-tab .tab-content .right-side h5{margin:35px 0 20px 0;}
.md-box6-tab .tab-content .right-side img {
    padding-bottom:  15px;
}
.md-box6-tab .tab-content h4 {
    font-size: 24px;
    margin: 0;
}
.md-box6-tab .nav-tabs > li:hover > a span, .md-box6-tab .nav-tabs > li:hover > a h6 {
    color: #4d4d4d;
}

/* md info */
.service-banner .opacity{background:rgba(13,13,13,0.75);height:100%;padding:110px 0 100px 0;text-align:center;}
.service-banner h4{font-size: 24px;color: #ffb504;font-weight:normal;text-transform:uppercase;}
.service-banner h2{font-weight:900;font-size:40px;text-transform:uppercase;color:#fff;margin:12px 0 25px 0;}
.service-banner a{width:150px;line-height:55px;color:#fff;text-transform:uppercase;text-align:center;font-weight:700;font-size:16px;margin:12px 7px;}
.service-banner a.btn2{border:2px solid #fff;line-height:51px;display: inline-block;background: #ffb504;}

/* md box9 */
.md-box_9 {
    margin: 50px 0 65px;
}
.md-box_9 .box-heading {
    margin-bottom: 0;
}
.item-box_9 .image {
    background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
    position: relative;
    overflow: hidden;
    text-align: center;
}
.item-box_9:hover .image img {
    opacity: 0.4;
}
.item-box_9 .image .box_9_desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: rgba(58,52,42,0);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}
.item-box_9:hover .image .box_9_desc {
    background-color: rgba(58,52,42,0.5);
}
.item-box_9 .image .box_9_desc:before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid #fff;
    content: '';
}
.item-box_9 .image .box_9_desc p {
    color: #fff;
    line-height: 26px;
}
.item-box_9 .image .box_9_desc:before,
.item-box_9 .image .box_9_desc p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.item-box_9:hover .image .box_9_desc:before,
.item-box_9:hover .image .box_9_desc p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.item-box_9 .image .box_9_desc h5 {
    opacity: 0;
    color: #fff;
    margin: 10% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.item-box_9:hover .image .box_9_desc h5 {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* md info home  */
.md-info-home {
    margin: 65px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.inner-info-home {
    height: 100%;
    background: rgba(35, 70, 144, 0.87);
    padding: 56px 0 70px 0;
    text-align: center;
    color: #fff;
}
.inner-info-home .over-count-data {
    font-weight: 700;
    font-size: 48px;
    color: #fff;
}
.inner-info-home h4 {
    color: #fff;
    margin: 0;
}

/* md box 7 */
.company-history .left-side,
.company-history .right-side{width:50%;}
.company-history .left-side h3{font-weight:normal;line-height:38px;margin-bottom:18px;}
.company-history .left-side p {
    white-space: pre-wrap;
}
.company-history .left-side a{width:130px;line-height:45px;margin-top:32px;}
.company-history .history-panel{padding-right:45px;margin-top:8px;}
.panel-group{margin:0;}
.company-history .panel-group{border:1px solid #f0f0f0;border-bottom:none;-webkit-box-shadow:0px 0px 7px 0px rgba(101,101,101,0.1);-moz-box-shadow:0px 0px 7px 0px rgba(101,101,101,0.1);box-shadow:0px 0px 7px 0px rgba(101,101,101,0.1);}
.panel{border:none;border-radius:0;box-shadow:none;}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group{border-top:none;border-bottom:1px solid #f0f0f0;}
.panel-heading{padding:0;border-radius:0;}
.company-history .panel-group .panel-heading a{padding:23px 0 23px 30px;color:#1c2125;font-size:20px;font-weight:500;display:block;position:relative;}
.company-history .panel-group .panel-heading a:before{content:'+';display:block;width:30px;height:30px;line-height:30px;text-align:center;color:#fff;background:#e1e1e1;position:absolute;top:50%;margin-top:-15px;right:18px;font-size:20px;}
.company-history .panel-group .panel-heading a:not(.collapsed):before{content:'-';background: #234690;}
.company-history .panel-group .panel-heading{border-bottom:1px solid #f0f0f0;}
.company-history .panel-group .panel-body{padding:0 20px 20px 30px;position:relative;}
.company-history .panel-group .panel-body img{position:absolute;top:7px;left:30px;}
.company-history .panel-group .panel-body p{padding-left:137px;}




@media (min-width: 1200px) {
    
}
@media (min-width: 992px) {
    #header .menu-all-page {
        display: block!important;
    }
}
@media (min-width: 768px) {


}
@media (max-width:  1200px) {    
    #header a.request-button {
        width: 190px;
        font-size: 14px;
        line-height: 50px;
    }
    #header a.request-button span {
        width: 40px;
        height: 50px;
        padding-top: 13px;
    }
    .md-box6-tab .nav{width:30%;}
    .md-box6-tab .tab-content{width:70%;padding-left:40px;}
    .md-box6-tab .tab-content .left-side{width:100%;}
    .md-box6-tab .tab-content .right-side{width:100%;padding:0;}
}
@media (max-width: 991px) {
    h1.title-page {
        font-size: 28px;
    }
    #header #search {
        position: absolute;
        z-index: 2;
        background: #575757;
        top: 130px;
        left: 0;
        right: 0;
        display: none;
        width: auto;
    }
    #header #search.on {
        display: block;
    }
    #header #search input, #header #button-search-header  {
        height: 30px;
        line-height: 30px;
    }
    #header .btn-mb{
        width: 50px;
        height: 50px;
        border: none;
        background-color: transparent;
        z-index: 2;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        position: relative;
    }
    #header .btn-mb span {
        background-color: #fff;
        font-size: 0;
        width: 25px;
        height: 3px;
        position: absolute;
        top: 23px;
        left: 6px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }
    #header .btn-mb.open span {
        background-color: transparent;
        left: 5px;
    }
    #header .btn-mb span:before, #header .btn-mb span:after {
        content: "";
        background-color: #fff;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }
    #header .btn-mb span:before {
        transform: translateY(-6px);
        width: 30px;
    }
    #header .btn-mb.open span:before {
        transform: translateY(0px) rotate(45deg);
        width: 20px;
    }
    #header .btn-mb span:after {
        transform: translateY(6px);
        width: 18px;
    }
    #header .btn-mb.open span:after {
        transform: translateY(0px) rotate(-45deg);
        width: 20px;
    }
    #header .over-logo {
        width: 100%;
        text-align: center;
    }
    #header .over-language {
        right: 38px;
        position: absolute;
        top: 5px;
    }
    #language a {
        vertical-align: top;
    }
    #header .menu-all-page {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #234690;
        display: none;
        max-height: calc(100vh - 50px);
        overflow-y: scroll;
    }
    #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;
	    padding: 0 15px;
        line-height: 40px;
        font-size: 14px;
    }
    #header .menu-all > li:hover > a, #header .menu-all > li.current > a {
        border: 0;
    }
    #header .menu-all > li > a:before { display: none; }
    #header ul.menu-all span.mb-toggle {
        position: absolute;
        width: 50px;
        height: 40px;
        line-height: 38px;
        color: #fff;
        z-index: 99;
        right: 0;
        top: 0;
        text-align: center;
        font-size: 13px;
        cursor: pointer;
    }
    #header ul.menu-all ul span.mb-toggle {
        color: #000;
    }
    #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 {
        position: unset;
        width: 100%;
        float: left;
        opacity: 1;
        visibility: visible;
        padding: 0;
        display: none;
    }    
    #header .menu-all ul.open {
        display: block;
    }
	#header .menu-all ul li{
		border: 0;
	}
	#header .menu-all ul li a{
        padding:     padding: 0 52px 0 30px;
        font-size: 14px;
	}
    #header .menu-all ul ul {
        box-shadow: unset;
    }
	#header .menu-all ul ul a{
		  padding: 0 45px;
	}
	.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;
	}
    .slideshow .container {
        width: 100%;
        padding: 0 30px;
    }
    .slides.owl-carousel .content .title {
        font-size: 16px;
    }
    .slides.owl-carousel .content .description {
        font-size: 15px;
    }
    .company-history .left-side, .company-history .right-side{width:100%;}
    .footer-newsletter .text.pull-left{
        width: 100%;
        float: none;
        padding-left: 70px;
    }
    .footer-newsletter .text.pull-left i.fa {
        left: 0;
    }
    .footer-newsletter .pull-right {
        width: 100%;
        float: none;
        padding-right: 0;
        margin-top: 20px;
    }
}
@media (max-width: 767px) {    
    .slides.owl-carousel .owl-buttons {
        display: none;
    }
    .box-top-aboutus {
        margin-top: 20px;
    }
    .about-item .about-img {
        width: 100%;
    }
    .about-item .about-info {
        width: 100%;
        padding: 10px;
    }
    .img-news-featured {
        width: 100%;
        margin-bottom: 10px;
    }
    .info-news-featured {
        width: 100%;
        padding-left: 0;
    }
	.banner.text-center {
	    padding-top: 10px;
	}
	.home .news-latest, .home .news-by-categories{
		width: 100%;
		padding: 30px 0 0;
	}

    .news-by-combo-categories .title{ display: none; }
    .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;
    }
    .news-by-categories.box-left-right{ display: none; }
    .md-box6-tab .nav,.md-box6-tab .tab-content,
    .md-box6-tab .tab-content .left-side,.md-box6-tab .tab-content .right-side{width:100%;}
    .md-box6-tab .tab-content,.md-box6-tab .tab-content .right-side{padding:40px 0 0 0;}
}
@media (max-width: 480px){
	.news-list .col-xs-6{
		width: 100%;
	}
    footer .footer-bottom {
        text-align: center;
    }
    footer .footer-bottom .row {
        display: block;
        align-items: normal;
    }
}
/*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);
    }
}

.fb_dialog.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge.fb_customer_chat_bubble_pop_in,
.fb_dialog.fb_dialog_mobile.fb_customer_chat_bubble_animated_no_badge.fb_customer_chat_bubble_pop_in {
    bottom: 60px!important;
}