/*=======  GENERAL ============================*/
@import url(general.css);

/*==========================================================
             HEADER
==========================================================*/

.logo{
    float: left;
}
.logo img{
    height: 70px !important;
}
.fixedLogo{
    display: none;
}
.headerRight{
    float: right;
}
.hotline{
    color: #fff;
    margin-bottom: 5px;
    float: right;
}
.hotline span{
    font-size: 1.25em;
    color: #fe0104;
}
.mainMenu{
    margin-top: 20px;
    width: 100%;
    float: left;
}
.mainMenu li{
    float: left;
    list-style: none;
    line-height: 30px;
    position: relative;
}
.mainMenu li a{
    color: #fff;
    padding: 0px 20px;
    text-transform: uppercase;
    font-size: 0.875em;
}
.mainMenu > li.active > a,
.mainMenu > li > a:hover{
    color: #eeda09;
}
.mainMenu li.active a{
    font-weight: 500;
}
.mainMenu li > ul{
    position: absolute;
    top: 100%;
    left: 0px;
    width: 220px;
    margin-top: 10px;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
    padding-top: 25px;
    height: 0px;
    overflow: hidden;
}
.mainMenu li:hover > ul{
    opacity: 1;
    z-index: 99;
    margin-top: 0px;
    height: auto;
    overflow: inherit;
}

.mainMenu li > ul li,
.mainMenu li > ul li a{
    width: 100%;
    float: left;
    text-transform: capitalize;
    background: rgba(255,255,255,0.75);
    color: #192c68;
}
.mainMenu li > ul li:first-child a{
    padding-top: 5px;
}
.mainMenu li > ul li:last-child a{
    padding-bottom: 5px;
}
.mainMenu li > ul li.active a,
.mainMenu li > ul li a:hover{
    background: rgba(255,255,255,1);
    color: #fe0104;
}

.mainMenu .btnSearch{
    text-align: center;
    font-size: 1.125em;
    position: relative;
    color: #fff;
    border: solid 2px #fff;
    padding: 0px 10px;
    line-height: 26px;
    transition: all 0.3s;
}
.mainMenu .btnSearch:hover{
    background: #fff;
    color: #fe0104;
}
.mainMenu .btnSearch:before{
    display: none;
}
.search{
    width: 250px;
    position: absolute;
    top: 100%;
    right: -2px;
    background: #fff;
    padding: 2px;
    margin-top: 10px;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
}
.mainMenu .btnSearch:hover .search{
    z-index: 1;
    opacity: 1;
    margin-top: 0;
}
.search .txtKeyword{
    width: 100%;
    float: left;
    background: #fff;
    border: none;
    font-size: 0.75em;
    font-weight: normal;
    height: 30px;
    padding: 0px 10px;
    padding-right: 30px;
    outline: none;
    color: #333;
}
.search .btn{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 39px;
    height: 32px;
    background: none;
    border: none;
    color: #fe0104;
    padding: 0px;
    text-align: center;
    font-size: 0.875em;
}
.btnLang a{
    padding: 0px 10px !important;
    background: rgba(255,255,255,0.5);
}
.btnLang a:hover{
    background: rgba(255,255,255,1);
}


/*==========================================================
             CONTENT
==========================================================*/
#slider1,
.slider2{
    position: relative;
}
#slider1:before,
.slider2:before{
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 118px;
    background: url("../images/bgMenu.png") repeat-x top left;
    z-index: 9;
}
#slider1 .owl-controls .owl-nav [class*=owl-]{
    width: 50px;
    height: 100px;
    background: rgba(255,255,255,0.75);
    position: absolute;
    top: calc(50% - 50px);
    line-height: 100px;
    font-size: 2.5em;
    padding: 0px;
    color: #192c68;
    transition: all 0.5s;
}
#slider1 .owl-controls .owl-nav [class*=owl-]:hover{
    background: rgba(255,255,255,1);
}
#slider1 .owl-controls .owl-nav .owl-prev{
    left: 20px;
}
#slider1 .owl-controls .owl-nav .owl-next{
    right: 20px;
}
#slider1 .owl-dots{
    position: absolute;
    bottom: 10px;
    width: 100%;
}
#slider1 .owl-dots .owl-dot span{
    background: #fff;
}
#slider1 .owl-dots .owl-dot.active span{
    background: #192c68;
}

#slider1 .item{
    height: 550px;
}

#slider1 .item .caption{
    width: 100%;
    height: 100%;
    display: table;
    z-index: 10;
    position: relative;
}
#slider1 .item .caption > div{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-transform: capitalize; /***/
    text-align: center;
    padding-top: 50px;
}
#slider1 .item .caption .title{
    font-size: 2.75em;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}
#slider1 .item .caption .btn{
    padding: 7px 30px;
    margin: 10px;
    font-weight: normal;
}
#slider1 .item .caption .btn-danger{
    background: #fe0104 !important;
    border: solid 2px #fe0104 !important;
}
#slider1 .item .caption .btn-default{
    background: none !important;
    border: solid 2px #fff !important;
}
#slider1 .item .caption .btn-default:hover{
    background: #fe0104 !important;
    border: solid 2px #fe0104 !important;
    color: #fff;
}

#slider1 .item .sliderVideo{
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    border: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
}
#slider1 .owl-video-wrapper, .slider1 .owl-video-tn{
    background: none !important;
}

.slider2{
    text-align: center;
}

.content-page{
    font-size: 0.875em;
}

.indexNews{
    padding: 60px 0px;
}
.indexNews .news{
    text-align: center;
    margin-bottom: 0px;
}
.indexNews .news .title,
.indexNews .news .viewmore {
    text-transform: uppercase;
}

.indexAbout{
    background: url("../images/bgVideo.jpg") no-repeat center top;
    background-size: auto 100%;
    padding: 100px 0px;
    color: #fff;
}
.indexAbout a{
    color: #fff;
}
.indexAbout a:hover{
    color: #cc3300;
}
.indexAbout .news{
    text-align: center;
}
.indexAbout .news .photo img{
    height: 98px !important;
    width: auto;
    float: none;
}
.indexAbout .news .title{
    font-size: 1.75em;
    font-weight: 200;
}
.indexAbout .news .viewmore{
    text-transform: uppercase;
}

.indexProduct{
    padding: 70px 0px;
    background: #f1f1f1;
}
.productItem{
    box-shadow: 3px 3px 7px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    width: 100%;
    float: left;
}
.productItem .photo,
.productItem .photo a,
.productItem .photo a img{
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
.productItem .title{
    width: 100%;
    float: left;
    margin: 0px;
    background: #fff;
    line-height: 35px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
}
.headTitle{
    color: #1d306a;
    font-size: 2.25em;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    width: 100%;
    float: left;
}
.headTitle:before{
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0px;
    left: 0px;
    border-bottom: solid 3px #eeda09;
}
.headTitle2:before{
    width: 80px;
    border-width: 2px;
}

.headTitlePage{
    color: #1d306a;
    font-size: 2.25em;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.headTitlePage:before{
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0px;
    left: calc(50% - 70px);
    border-bottom: solid 3px #cc3300;
}

.headTitleContent{
    color: #1d306a;
    font-size: 1.75em;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0px;
    position: relative;
    width: 100%;
    line-height: 1.5;
    float: left;
}

.indexTinTuc{
    padding: 70px 0px;
}
.indexGallery{
    width: 100%;
    float: left;
}
.indexGallery .photo{
    width: 25%;
    float: left;
    margin-bottom: 11px;
}
.indexGallery .photo a,
.indexGallery .photo img{
    width: 100%;
    float: left;
}
.indexGallery .photo-first{
    padding-right: 10px;
    width: 75%;
    float: left;
}


.indexContact{
    padding: 70px 0px;
    border-top: solid 2px #dfe1ea;
}
.indexContactForm .form-control{
    margin-bottom: 15px;
}

/*--------------- News ----------------*/
.news{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.news .photo,
.news .photo a,
.news .photo a img{
    width: 100%;
    float: left;
}
.news .photo{
    margin-bottom: 15px;
}
.news .title{
    font-weight: 500;
    width: 100%;
    float: left;
}
.contentPage .news .title{
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    font-weight: 600;
}
.news .des{
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    font-weight: 300;
    width: 100%;
    float: left;
}
.news .viewmore {
    margin-top: 15px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
}
.contTinTuc{
    width: 100%;
    float: left;
}
.tinTuc{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}
.tinTuc .photo{
    width: 100%;
    float: left;
}
.tinTuc .photo a,
.tinTuc .photo a img{
    width: 100%;
    float: left;
}
.tinTuc .info{
    width: 75%;
    position: absolute;
    top: 85%;
    right: 0px;
    padding-top: 10px;
    padding-left: 15px;
    background: #fff;
}
.tinTuc .title{
    font-weight: 500;
    font-size: 1.125em;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}
.tinTuc .des{
    font-size: 0.875em;
    font-weight: 400;
    color: #777;
    line-height: 20px;
    height: 90px;
    overflow: hidden;
}
.tinTuc .viewmore{
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: right;
}
.tinTuc .viewmore .btn{
    padding: 4px 15px;
    font-size: 0.75em;
    font-weight: 600;
}
.tinTuc-first .photo{
    width: 65%;
}
.tinTuc-first .info{
    width: 40%;
    height: 100%;
    top: 20px;
    padding-top: 20px;
    padding-left: 25px;
}
.tinTuc-first .title{
    font-size: 1.125em;
    margin-bottom: 5px;
}

.contentPage{
    padding: 50px 0px;
}
.contentPage ul,
.contentPage ol{
    margin-left: 20px;
}



/*--------------- News ----------------*/
.contactPage .panel-default{
    margin-bottom: 2px;
}
.contactPage .panel-default > .panel-heading a{
    color: #fff;
    line-height: 45px;
    padding: 0px 20px;
    padding-left: 50px;
    text-transform: capitalize;
    border: solid 1px #f1f1f1;
    font-weight: 500;
    font-size: 1.125em;
}
.contactPage .panel-default > .panel-heading a{
    background: #f5f5f5 url("../images/iconMinus.png") no-repeat left center;
    color: #1d306a;
    border-color: #ededed;
}
.contactPage .panel-default > .panel-heading a:hover{
    background-color: #f5f5f5;
}
.contactPage .panel-default > .panel-heading a.collapsed{
    background: #fbfbfb url("../images/iconPlus.png") no-repeat left center;
    color: #1d306a;
    border-color: #f2f2f2;
}
.contactPage .panel-default > .panel-heading + .panel-collapse > .panel-body{
    padding: 0;
    margin-bottom: 0px;
    border: solid 1px #fbfbfb;
    border-top: none;
}
.contactPage .contactPanel{
    position: relative;
    width: 100%;
    float: left;
}
.contactPage .contactPanel .info{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    background: rgba(29,48,106,0.75);
}
.contactPage .contactPanel .info p{
    margin-bottom: 0px;
    line-height: 35px;
}
.contactLeft .headTitle{
    font-size: 1.25em;
    margin-bottom: 15px;
    margin-top: 0px;
}
.contactLeft .btn{
    width: 100%;
    font-weight: bold;
    text-transform: capitalize; /***/
    font-size: 0.875em;
}
.contactPage .contactPanel iframe {
    float: left;
}
.contactLeft{
    padding: 20px;
    background: #f7f7f7;
    border: solid 1px #ededed;
}
.contactLeft .btn{
    text-transform: uppercase;
}
.contactLeft .input-group{
    border-color: #dadada;
}
.contactLeft .input-group .form-control{
    border-color: #dadada !important;
    min-height: 45px;
}
.contactLeft .input-group .input-group-addon{
    min-width: 100px;
    border-radius: 0px;
    background: #f6f6f6;
    border-color: #dadada;
    color: #787878;
    text-align: left;
    padding: 0px 12px;
    font-size: 0.875em;
}
.contactPanel .diachi,
.contactPanel .dienthoai {
    font-size: 1.125em;
    line-height: 30px;
}
.contactPanel .dienthoai{
    margin-bottom: 0px;
}
.contactPanel .diachi i,
.contactPanel .dienthoai i{
    font-size: 1.5em;
}

.contFooter{
    padding: 10px 25px;
    background: #f9f9f9;
    border-top: solid 1px #f1f1f1;
    float: left;
    width: 100%;
    margin-top: 30px;
}
.contFooter iframe{
    z-index: 9 !important;
}
.commentFacebook{
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 5px;
}
.otherNews{
    margin-top: 30px;
}
.lblOther{
    display: inline-block;
    background-color: #192c68;
    color: #fff;
    line-height: 35px;
    padding: 0px 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.btnLoadNews{
    margin-top: 20px;
}
.btnLoadNews a{
    width: 100%;
    background: #192c68;
    color: #fff;
    text-align: center;
    text-transform: capitalize; /***/
    line-height: 40px;
    transition: all 0.3s;
    border-radius: 5px;
    text-transform: uppercase;
}
.btnLoadNews a:hover{
    background: #cc3300;
    text-shadow: 0px 0px 1px #fff;
}

/* --------------- Gallery     -----------------------*/
.galleryPage{
    padding-bottom: 50px;
}
.listGallery{
    margin-left: -10px;
    margin-right: -10px;
}
.listGallery .iGallery{
    width: 33.333333%;
    margin-bottom: 20px;
}
.listGallery .iGallery50{
    width: 25%;
}
.listIndexGallery{
    width: 100%;
    float: left;
    margin-left: -10px;
    margin-right: -10px;
}
.iGallery{
    width: 25%;
    float: left;
    padding: 0 10px;
}
.iGallery > div {
    background: #192c68;
    padding: 0px;
    border-radius: 0px;
    position: relative;
}
.iGallery .photo{
    position: relative;
}
.iGallery .photo .overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(25,44,104,0.5);
    opacity: 0;
    transition: all 0.2s;
    overflow: hidden;
}
.iGallery:hover .photo .overlay{
    opacity: 1;
}
.iGallery .photo .overlay a{
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: calc(50% - 30px);
    padding: 10px 20px;
}
.iGallery .photo .overlay a:hover{
    color: #fff;
}
.iGallery .photo .overlay a:before{
    content: "";
    width: 60px;
    border-top: solid 1px #fff;
    position: absolute;
    top: -1px;
    right: -60px;
    transition: all 0.4s;
}
.iGallery .photo .overlay a:after{
    content: "";
    width: 60px;
    border-top: solid 1px #fff;
    position: absolute;
    bottom: -1px;
    left: -60px;
    transition: all 0.4s;
}
.iGallery:hover .photo .overlay a:before{
    right: calc(50% - 30px);
}
.iGallery:hover .photo .overlay a:after{
    left: calc(50% - 30px);
}
.headTitleGallery{
    line-height: 25px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 16px;
}
.iGalleryDetail{
    width: 25% !important;
}
.iGalleryDetail .photo{
    overflow: hidden;
    position: relative;
}
.iGalleryDetail .photo .title{
    position: absolute;
    bottom: -70px;
    width: 100%;
    line-height: 20px;
    padding: 5px;
    background: rgba(25,44,104,0.5);
    transition: all .3s;
    color: #fff;
}
.iGalleryDetail .photo:hover .title{
    bottom: 0px;
}
.iGalleryDetail .photo a{
    border-radius: 5px;
    background: #1c1c1c;
}
.iGalleryDetail .photo img{
    transition: all 0.3s;
    opacity: 0.7;
}
.iGalleryDetail .photo a:hover img{
    opacity: 1;
}
.iGalleryDetail .title{
    text-align: center;
    text-transform: capitalize;
    margin-top: 5px;
    background: #1c1c1c;
}

.col-left{
    width: 250px;
    float: left;
    transition: all 0.5s;
}

.col-right{
    margin-left: 280px;
    transition: all 0.5s;
}


/*----------- Sanpham ------------*/
.headLeft{
    margin-bottom: 0px;
}
.headLeft a{
    color: #fff;
    text-transform: capitalize; /***/
    font-weight: 600;
    position: relative;
    width: 100%;
    padding: 10px 20px;
    line-height: 25px;
    font-size: 1.125em;
    background: #1d306a;
    border-left: solid 5px #cc3300;
}
.headLeft{
    line-height: 45px;
    background: #1d306a;
    color: #fff;
    padding: 0px 15px;
    font-weight: 600;
    font-size: 1.25em;
    text-transform: uppercase;
    border-left: solid 2px #cc3300;
}
.menuLeft{
    list-style: none;
    background: #f7f7f7;
    margin-left: 0px !important;
}
.menuLeft > li{
    line-height: 45px;
    position: relative;
}
.menuLeft > li > a{
    text-transform: capitalize; /***/
    position: relative;
    width: 100%;
    font-weight: 500;
    border-bottom: solid 1px #ddd;
    padding: 0px 15px;
}
.menuLeft > li.active > a,
.menuLeft > li > a:hover{
    background: #f1f1f1;
    padding-left: 25px;
    color: #cc3300;
}
.menuLeft > li.active > a{
    border-left: solid 3px #ddd;
    padding-left: 20px;
}
.menuLeft > li.hasSub:before{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 35px;
    background: url("../images/iconMenuLeft.png") no-repeat center center;
    z-index: 1;
}
.menuLeft > li > ul > li{
    padding: 0px 5px;
    line-height: 30px;
    list-style: none;
}
.menuLeft > li > ul > li a{
    width: 100%;
    padding: 0px 7px;
    color: #666;
}
.menuLeft > li > ul > li.active a,
.menuLeft > li > ul > li a:hover{
    background: #000;
    color: #fff;
}
.menuLeft > li > ul{
    padding: 5px 0px;
    margin-bottom: 5px;
    border-bottom: solid 1px #eaeaea;
    display: none;
}
.bannerQc{
    margin-bottom: 20px;
}

.col-right .headTitle{
    margin-top: 0px;
}
.sanPhamItem{
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border: solid 1px #e8e8e8;
}
.sanPhamItem .photo,
.sanPhamItem .photo a,
.sanPhamItem .photo a img{
    width: 100%;
    float: left;
}
.sanPhamItem .info{
    width: 100%;
    float: left;
    background: #f2f2f2;
    padding: 10px 15px;
}
.sanPhamItem .title{
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}
.listThumb{
    margin-top: 10px;
    padding: 0px 30px;
}
.sliderThumb > div  a{
    border: solid 2px #192c68;
    width: 100%;
    float: left;
}
.sliderThumb > div  a:hover{
    border-color: #cc3300;
}
.listThumb .owl-controls .owl-nav [class*=owl-]{
    position: absolute;
    height: 100%;
    line-height: 60px;
    width: 20px;
    top: 0;
    margin: 0px;
    border-radius: 0;
    font-size: 1.25em;
    color: #333;
    background: #f2f2f2;
}
.listThumb .owl-controls .owl-nav [class*=owl-]:hover{
    background: #cc3300;
    color: #fff;
}
.listThumb .owl-controls .owl-prev{
    left: -30px;
}
.listThumb .owl-controls .owl-next{
    right: -30px;
}
.mainPic{
    width: 1%;
    height: 305px;
    text-align: center;
    border: solid 1px #f2f2f2;
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
}
.mainPic img{
    max-height: 280px;
}
.detailSpBox .spTitle{
    font-weight: 500;
    font-size: 1.5em;
    color: #1d306a;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #f2f2f2;
}
.detailSpBox .spDes{
    text-align: justify;
    line-height: 25px;
    color: #777;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #f2f2f2;
}
.detailSpBox .giaBan{
    font-size: 1.25em;
    font-weight: 500;
}
.detailSpBox .giaBan b{
    font-size: 1.25em;
    color: #cc3300;
}
.sanPhamBox{
    width: 100%;
    float: left;
}
.sanPhamDetail{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.spTab{
    width: 100%;
    float: left;
    background: #f2f2f2;
    margin-left: 0px !important;
    margin-bottom: 0px;
}
.spTab li{
    float: left;
    line-height: 35px;
    list-style: none;
}
.spTab li a{
    padding: 0px 25px;
    border-bottom: solid 2px #ebebeb;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 5px;
}
.spTab li.active a{
    background: #1d306a;
    color: #fff;
    border-color: #cc3300 ;
}
.tab-content{
    width: 100%;
    float: left;
}
.tab-content .video{
    padding: 0px 50px;
}


.mHotline{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    background: #1d306a;
    font-size: 1.5em;
    text-align: center;
    position: fixed;
    bottom: 10px;
    left: 10px;

    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.mHotline:hover{
    color: #fff;
}
.mHotline:before {
    content: '';
    position: absolute;
    border: rgba(29,48,105,0.5) solid 2px;
    border-radius: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}
.mHotline:before, .mHotline:before, .mHotline:before {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
}

.mHotline i{
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*==========================================================
                FOOTER
==========================================================*/
footer{
    font-size: 0.875em;
}
.footerTop{
    background: #f4f4f4;
    padding-top: 50px;
}
.footerTop p{
    line-height: 20px;
    margin-bottom: 10px;
}
.footerTop .title{
    text-transform: uppercase;
    color: #1d306a;
    font-weight: 600;
}
.footerMid{
    background: #f4f4f4;
    padding-bottom: 50px;
    text-align: center;
}
.footerMid{
    text-align: center;
}
.footerMid .menuFooter:first-child{
    margin-top: 20px;
}
.footerMid .menuFooter{
    margin-bottom: 15px;
}
.footerMid .menuFooter a{
    padding: 0px 5px;
    font-size: 0.875em;
}
.logoFooter{
    margin: 15px 0px;
}

.footerBot{
    background: #ccc;
    line-height: 50px;
}
.social{
    line-height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-left: 5px;
    color: #fff;
    text-align: center;
    font-size: 1.125em;
}
.social-face{
    background: #3a589b;
}
.social-google{
    background: #e02f2f;
}
.social-youtube{
    background: #cc181e;
}
.social-skype{
    background: #01aff2;
}


.btnHotline {
    display: block;
    width: 50px;
    height: 50px;
    /*right: 27px;
    bottom: 50px;*/
    border-radius: 100%;
    position: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #006aa8;
    background-size: 79% auto;
    cursor: pointer;
    z-index: 999999;
}
.btnHotline{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    background: #1d306a;
    font-size: 1.5em;
    text-align: center;
    position: fixed;
    bottom: 10px;
    left: 10px;

    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.btnHotline:hover{
    color: #fff;
}
.btnHotline, .btnHotline:target {
    outline: none;
}

.btnHotline::-moz-focus-inner {
    border: 0;
}
.btnHotline.hiddens {
    display: none;
}
.btnHotline:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 15px #1d306a;
    border: solid 1px #1d306a;
    display: block;
    border-radius: 100%;
    opacity: 0;
    animation: Rbefore 1s ease 0.6s infinite normal;
    -webkit-animation: Rbefore 1s ease 0.6s infinite normal;
}
.btnHotline:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    border: solid 1px #1d306a;
    display: block;
    border-radius: 100%;
    opacity: 0;
    transform: scale(1);
    -webkit-animation: Rafter 1s ease 1.1s infinite normal;
    animation: Rafter 1s ease 1.1s infinite normal;
}
.btnHotline i{
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes Rbefore {
    0%{transform: scale(1);opacity:0.3;}
    50%{opacity:0.3;}

    100%{transform: scale(1.8);opacity:0;}


}

@-webkit-keyframes Rbefore {
    0% {
        -webkit-transform: scale(1);
        opacity: 0.3;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes Rafter {
    0%{transform: scale(1);opacity:0.3;}
    50%{opacity:0.3;}

    100%{transform: scale(2);opacity:0;}


}
@-webkit-keyframes Rafter {
    0% {
        -webkit-transform: scale(1);
        opacity: 0.3;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(2);
        opacity: 0;
    }
}