/* <etrc.css> */
/* ===== PC Header styles ===== */
	.pc-header {
	    position: relative;
	}

	.pc-header .language > a {display: block;height: 24px;width:34px; background-image: url('img/icon/flag_lang.png'); background-repeat: no-repeat;text-indent: -9999px;}
	.pc-header .language > a + a {margin-left: 5px;}
	.pc-header .language > a.en{
		background-position: -45px 0;
	}
	.pc-header .language > a.vn{
		background-position: -84px 0;
	}
	.pc-header .middle {
	    padding: 10px 0;
	    background: #f5f5f5;
	}
	.pc-header .middle .logo{

	}
	.header-search .btn-search {
		text-indent: -9999px;
	    width: 35px;
	    height: 30px;
	    background: url('img/icon/ic_search.png') no-repeat scroll center center;
	    border: 0;
	    display: block;
	}
	.header-search .uk-dropdown {
	    padding: 10px;
	    min-width: 300px;
	    border: none;
	    background: #fff;
	    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
	    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
	    border-top: 4px solid #03356f;
	}
	.header-search .form {
	    position: relative;
	}
	.header-search .form .input-text {
	    color: #999;
	    font-size: 14px;
	    height: 36px;
	    min-width: 210px;
	    border-radius: 4px;
	    background: #fff;
	    border: 1px solid #cccccc;
	    padding: 0 10px;
	}
	.header-search .form .btn-submit {
	    display: block;
		position: absolute;
		padding: 0 8px;
		background: url('img/icon/ic_search.png') no-repeat scroll center center;
		height: 36px;
		width: 36px;
		border: none;
		font-size: 12px;
		color: #fff;
		top: 0px;
		right: 0px;
		cursor: pointer;
		outline: none;
		text-indent: -9999px;
	}
	.pc-header .lower{background-color: #fcaf23;}
	.pc-header .logo img {max-height: 100px}
	.main-nav .main-menu > li{padding: 0 25px;}
	.main-nav .main-menu > li.uk-parent {
	    padding: 0 25px 0 10px;
	}
	.main-nav .main-menu > li:hover {

	}
	.main-nav .main-menu > li > a {
	    font-size: 14px;
	    color: #333;
	    padding: 0px;
	    line-height: 44px;
	    font-weight: bold;
	    text-transform: uppercase;
	}
	.main-nav .main-menu > li.uk-parent:after {
	    content: '';
	    width: 0;
	    height: 0;
	    border-left: 5px solid transparent;
	    border-right: 5px solid transparent;
	    border-top: 5px solid #333;
	    position: absolute;
	    right: 10px;
	    top: 50%;
	    -webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	    -o-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	}
	.main-nav .main-menu > li.uk-parent:hover::after {
	    border-top-color: #333;
	}
	.dropdown-menu {
	    position: absolute;
	    left: 0;
	    width: 260px;
	    background: #e4a32c;
	    box-shadow: 0 5px 10px -8px;
	    text-align: left;
	    -webkit-transform: rotate3d(1,0,0,-90deg);
	    transform: rotate3d(1,0,0,-90deg);
	    -webkit-transform-origin: 0 0 0;
	    transform-origin: 0 0 0;
	    opacity: 0;
	    visibility: hidden;
	    font-weight: 300;
	    z-index: 999;
	    -webkit-transition: all .4s ease;
	    transition: all .4s ease;
	}
	.dropdown-menu ul li{
		padding: 0 15px;
		position: relative
	}
	.dropdown-menu ul li a{
		display: block;
		padding: 8px 0;
		font-size: 14px;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		color: #fff;
	}
	.dropdown-menu ul li:hover{background-color: #202020;}
	.dropdown-menu ul li:hover a{color: #fff;}
	.dropdown-menu ul li:last-child a{border-bottom: 0;}
	.main-nav .main-menu > li:hover > .dropdown-menu {
	    -webkit-transform: translateY(0px);
	    -moz-transform: translateY(0px);
	    -o-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	    transform: translateY(0px);
	    opacity: 1;
	    visibility: visible;
	}
	.subMenus{
		position: absolute;
	    left: 100%;
	    top: 0;
	    width: 100%;
	    background: #e4a32c;
	    box-shadow: 0 5px 10px -8px;
	    text-align: left;
	    -webkit-transform: rotate3d(1,0,0,-90deg);
	    transform: rotate3d(1,0,0,-90deg);
	    -webkit-transform-origin: 0 0 0;
	    transform-origin: 0 0 0;
	    opacity: 0;
	    visibility: hidden;
	    font-weight: 300;
	    z-index: 999;
	    -webkit-transition: all .4s ease;
	    transition: all .4s ease;
	    padding: 5px 0;
	}
	.dropdown-menu li:hover > ul{
		 -webkit-transform: translateY(0px);
	    -moz-transform: translateY(0px);
	    -o-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	    transform: translateY(0px);
	    opacity: 1;
	    visibility: visible;
	}
	.main-nav .main-menu > li:hover > a{color: #333;}
	.relative{position: relative;}
/* ===== Mobile Header style ===== */
	.mobile-header {
		position: relative;
		background: #fff;
		z-index: 5
	}
	.mobile-header .logo {}
	
	.select-lang {
	    position: absolute;
	    margin: 0;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    -webkit-transition: all 0.3s;
	    transition: all 0.3s;
	    color: #666;
	    border: 2px solid #eee;
	    right: 10px;
	    z-index: 99;
	}
	.select-lang dt {
	    display: inline-block;
	    cursor: pointer;
	    position: relative;
	    z-index: 99;
	    text-align: left;
	    font-size: 14px;
	    font-weight: normal;
	    text-transform: capitalize;
	    color: #fff;
	    padding: 8px 15px;
	    line-height: 20px;
	}
	.select-lang dt > p {
	    display: inline-block;
	    padding-left: 10px;
	    margin: 0;
	    font-weight: normal;
	    padding-right: 5px;
	    color: #777;
	    font-size: 13px;
	}
	.select-lang dt::after {
	    font-family: FontAwesome;
	    color: #999;
	    font-size: 16px;
	    width: 100px;
	    vertical-align: middle;
	    content: "\f107";
	    font-size: 12px;
	    right: -7px;
		position: relative;
	}
	.select-lang dd {
	    position: absolute;
	    right: -2px;
	    top: 40px;
	    background: #fff;
	    display: none;
	    z-index: 99999;
	    border: 1px solid #e5e5e5;
	}
	.select-lang dd ul {
	    max-height: 240px;
	    overflow-y: scroll;
	    padding: 4px;
		width: 180px;
	}
	.select-lang dd ul li a {
	    line-height: 30px;
	    display: block;
	    padding: 0 8px;
	    text-align: left;
	    color: #333;
	}
	.select-lang dd ul li img {
	    max-width: 21px;
	    max-height: 21px;
	    width: 100%;
	    height: auto;
	    vertical-align: middle;
	    border-radius: 2px;
	}
	.select-lang dd ul li p {
	    padding-left: 8px;
	    font-size: 12px;
	    display: inline-block;
	    text-transform: capitalize;
	    vertical-align: middle;
	    margin: 0;
	}
	.mobile-header .select-lang{
		top: 50%;
	    -webkit-transform: translate(0, -50%);
       	-moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
     	-o-transform: translate(0, -50%);
        transform: translate(0, -50%);
	}
	.mobile-header .select-lang dd ul{width: 140px;padding: 3px;}

	.mobile-header .select-lang dt {
	    padding: 5px 15px 5px 8px;
	}
	.mobile-header .select-lang dd{
		top: 32px
	}



	.header-extras__link {
	    position: absolute;
	    right: 10px;
	    top: 50%;
	    -webkit-transform: translate(0, -50%);
	    -moz-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	    -o-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	    color: #333;
	    font-size: 18px;
	}
	.header-extras__link img {
	    width: 30px;
	    height: 30px;
	    border-radius: 100%;
	    border: 1px solid green;
	    padding: 1px;
	}
	.mobile-header .top {
	    padding: 5px 10px;
	    background: #999;
	    color: #fff;
	}
	.mobile-header .upper {
		position: relative;
		text-align: center;
		padding:  10px 0;
	}
	.mobile-header .lower {
	    padding: 5px 0;
	    color: #fff;
	}
	.mobile-header .hotline {
		display: block;
		position: absolute;
		padding-left: 25px;
		left: initial;
		right: 10px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		color: #cf171f;
		font-size: 13px;
		font-weight: bold;
		line-height: 22px;
	}
	.mobile-header .upper .logo img{display: inline-block;max-height: 50px;}
	.mobile-search .form .input-text {
	    background: #fff !important;
	    border: 1px solid #e9e9e9 !important;
	    height: 36px;
	}
	.mobile-search .btn-submit {
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    width: 40px;
	    height: 36px;
	    background: #15a1e7 url('img/icon/ic_search_1.png') no-repeat scroll center center;
	    border: 0;
	}
	
	@media (max-width: 660px) {
		.block-items{display: block}
		.block-items > *{margin-bottom: 10px;margin-left: 0;}
	}
	@media (max-width: 567px) {

	}
	@media (min-width: 460px) {

	}
	@media (max-width: 460px) {

	}

	/* ------------------------------------------ Start Homepage -----------------------------------------------*/	
	
	/* ---------- Homepage Abouts home ---------- */
	.abouts_home .infor .title {
	    font-family: 'Roboto Condensed', sans-serif;
	    font-size: 30px;
	    line-height: 32px;
	}
	.abouts_home .infor .title > *{color: #00adee}
	.abouts_home .infor .slogan {
	    font-family: 'Roboto Condensed', sans-serif;
	    font-size: 20px;
	    line-height: 24px;
	    color: #999;
	    text-transform: none;
	    font-weight: 300
	}
	.abouts_home .infor .description {
	    line-height: 26px;
	    font-size: 15px;
	}
	.see-more a{
		color: #999999;
		padding: 8px 25px;
		border: 1px solid #dedede;
		border-radius: 5px;
		text-transform: uppercase;
		display: inline-block;
	}
	.col-about-right .thumb {
	    height: 330px;
	}
	.pdr30{padding-right: 30px;}
	.pdl30{padding-left: 30px;}
	.box-video-detail{cursor: pointer;}
	.box-video-detail .player{
		width: 70px;
		height: 70px;
		background-image: url('img/ic_player.png');
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		   -moz-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		     -o-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
	#slider-abous .owl-dots {
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	    left: 0;
	}
	@media (max-width: 660px) {
		.col-about-left.pdl30.mt30 {
		    padding-left: 0;
		}
		.col-about-right .thumb{height: auto;}
		.col-about-left {
		    margin-bottom: 25px;
		}
	}
	@media (max-width: 567px) {
		.list-catalogues-home .thumb,
		.list-catalogues-home .infor{width: 100%}
	}
	@media (min-width: 460px) {

	}
	@media (max-width: 460px) {

	}
	
	/* ---------- Homepage Products List ---------- */

	.homepage-products .heading,
	.partner-section .heading, 
	.projects-homepage .heading,
	.homepage-news .heading,
	.homepage-form .heading,
	.projects_same .heading,
	.articles_same .heading {
		font-family: 'Roboto Condensed', sans-serif;
	    font-size: 30px;
	    line-height: 32px;
	    color: #00adee;
	    font-weight: 700
	}
	.list-products .product .thumb {
	    height: 250px;
	}
	.list-products .product .infor{
		height: 44px;
		background-image: url('img/bg_title_products.jpg');
		overflow: hidden;
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		opacity: 0.6;
		filter: alpha(opacity=60);
		transition: all 0.3s ease-in-out;
	}
	.list-products .product:hover .infor{
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.list-products .product .infor .title{
		margin-bottom: 0;
		text-transform: uppercase;
		padding: 0 10px
	}
	.list-products .product .infor .title a{color: #fff;}
	#slider-product .owl-nav > *,
	.partner-section .owl-nav > *{
		position: absolute;
		width: 40px;
		height: 40px;
		margin: 0;
		top: 50%;
		text-indent: -9999px;
		background-color: transparent;
		-webkit-transform: translate(0%, -50%);
		   -moz-transform: translate(0%, -50%);
		    -ms-transform: translate(0%, -50%);
		     -o-transform: translate(0%, -50%);
		        transform: translate(0%, -50%);
	}
	#slider-product .owl-nav > *.owl-prev,
	.partner-section .owl-nav > *.owl-prev{background-image: url('img/icon/ic_prev.png'); left: 0;}
	#slider-product .owl-nav > *.owl-next,
	.partner-section .owl-nav > *.owl-next{background-image: url('img/icon/ic_next.png'); right: 0;}

	@media (max-width: 660px) {

	}
	@media (max-width: 567px) {
		.list-catalogues-home .thumb,
		.list-catalogues-home .infor{width: 100%}
	}
	@media (min-width: 460px) {

	}
	@media (max-width: 460px) {

	}
	
	/* ---------- Homepage Projects List ---------- */
	.slides {
	    overflow: hidden !important;
	}
	.slideItem .thumb {
	    max-height: 380px;
	}
	.slideItem .infor {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    background-image: url('img/layer_.png');
	    background-size: 100%;
	    background-position: left top;
	    color: #333;
	    font-family: TPBaoMoi;
	    font-size: 16px;
	    height: 0;
	    overflow: hidden;
	    -webkit-transition: height 2s;
	    -moz-transition: height 2s;
	    -ms-transition: height 2s;
	    -o-transition: height 2s;
	    transition: height 2s;
	}
	.slideItem .infor .box_item{padding: 50px 10px 10px;text-align: left;}
	.carousel .slides .slideItem .thumb {
	    border: 1px solid #f3f3f3;
	}
	.item.slideItem.active .infor{height: 110px;}
	.item.slideItem .overflow{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: rgba(0, 0, 0, .35)
	}
	.item.slideItem.active .overflow{display: none;}
	.slideItem .infor .title {
	    font-family: Roboto Condensed;
	    font-size: 24px;
	    line-height: 26px;
	}
	.slideItem .infor .title a{color: #333}
	#slider-project .box_item .title a {
	    color: #333;
	    font-size: 20px;
	    line-height: 24px;
	}
	@media (max-width: 660px) {

	}
	@media (max-width: 567px) {

	}
	@media (min-width: 460px) {

	}
	@media (max-width: 460px) {

	}


	
	/* ---------- Homepage News List ---------- */
	.col-left-news .item .thumb {
	    height: 330px;
	    margin-bottom: 10px;
	}
	.col-left-news .item .title a{
		color: #333;
		display: block;
		font-size: 18px;
	}

	.col-right-news .item .thumb{
		width: 190px;
		height: 120px;
		float: left;
	}
	.col-right-news .item .infor{
		width: -webkit-calc(100% - 190px);
	    width: -moz-calc(100% - 190px);
	    width: -ms-calc(100% - 190px);
	    width: -o-calc(100% - 190px);
	    width: calc(100% - 190px);
	    float: right;
	    padding-left: 15px;
	    height: 120px;
	    overflow: hidden
	}
	.otther-news-list > *:not(:last-child) {
	    margin-bottom: 30px;
	}
	.col-right-news .item .infor .title a{
		color: #333;
		display: block;
		font-size: 14px;
	}
	.homepage-news .item .infor .description{
		font-size: 15px;
		font-family: 'TPBaoMoi'
	}
	#slider-news.owl-theme .owl-dots{text-align: left;}
	#slider-news.owl-theme .owl-dots .owl-dot.active span {
		background-color: #fff
	}
	#slider-news.owl-theme .owl-dots .owl-dot span {
	    margin: 0;
	    border-radius: 0;
	    background-color: #00adee;
	    width: 7px;
	    height: 7px;
	}
	#slider-news.owl-theme .owl-dots .owl-dot {
	    margin-right: 12px;
	    background-color: #00adee;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    transform: rotate(45deg);
	    border: 2px solid #00adee;
	}
	@media (max-width: 660px) {
		.col-right-news .item .thumb {
		    width: 130px;
		    height: 90px;
		}
		.col-right-news .item .infor{
			width: -webkit-calc(100% - 130px);
		    width: -moz-calc(100% - 130px);
		    width: -ms-calc(100% - 130px);
		    width: -o-calc(100% - 130px);
		    width: calc(100% - 130px);
		    height: 90px;
		}
	}
	@media (max-width: 567px) {
		
	}
	@media (min-width: 460px) {

	}
	@media (max-width: 460px) {

	}


	/* ---------- Homepage Form Register ---------- */
	.homepage-form .panel-body{
		background: url('img/bg_form.jpg');
		padding: 30px 100px;
	}
	.homepage-form .heading {
	    color: #fff;
	}
	.homepage-form .item_form .text {
	    height: 36px;
	    border: 0;
	    border-radius: 3px;
	}
	.homepage-form .item_form .text-area {
	    border: 0;
	    border-radius: 3px;
	    padding: 10px;
	    height: 138px;
	}
	.homepage-form .item_form .style-form-submit,
	#modal-form-register .style-form-submit {
	    display: block;
	    color: #fff;
	    font-size: 16px;
	    background-color: #00adee;
	    border: 0;
	    padding: 0 25px;
	    line-height: 36px;
	    border-radius: 3px;
	    cursor: pointer;
	}

	@media (max-width: 660px) {
		.homepage-form .panel-body{
			padding: 20px
		}
	}
	@media (max-width: 567px) {
		
	}
	@media (min-width: 460px) {

	}
	@media (max-width: 460px) {

	}

	/* --------------------------------------- Hết Homepage --------------------------------------------------*/	

	/* ===== footer style ==== */
	.footer{
		background: #00adee;
		color: #fff;
	}
	.footer .lower {
	    padding: 30px 0 10px;
	}
	.footer .lower .heading {
	    font-size: 22px;
	    color: #fff;
	    text-transform: uppercase;
	    font-family: Roboto Condensed;
	    line-height: 24px;font-weight: 500;
	    margin: 0;
	}
	.heading.before_line {
	    padding-bottom: 20px;
	}
	.heading.before_line:before{
		content: '';
		width: 60px;
		height: 3px;
		position: absolute;
		bottom: 5px;
		left: 0;
		background-color: #0e87bd
	}
	.footer-nav li a {
	    color: #fff;
	    line-height: 34px;
	    font-family: TPBaoMoi;
	    font-size: 15px;
	}
	.footer-nav li a i{margin-right: 5px;}
	.footer-nav li a i:before{
		font-weight: bold
	}
	.list-add-footer li {
	    margin-bottom: 8px;
	    padding-left: 25px;
	    font-family: TPBaomoi;
	    font-size: 15px;
	    background-repeat: no-repeat;
	    background-image: url('img/ic_add_footer.png')
	}
	.list-add-footer li.add{background-position: 0 4px;}
	.list-add-footer li.phone{background-position: 0 -56px;}
	.list-add-footer li.fax{background-position: 0 -91px;}
	.list-add-footer li.time{background-position: 0 -128px;}
	.list-add-footer li.mail{background-position: 0 -164px;}
	.list-add-footer li.web{background-position: 0 -200px;}

	.footer a {
	    color: #9a9a9a;
	}
	.footer .upper {
	    padding: 7px 0;
	    font-size: 13px;
	    color: #fff;
	    font-family: TPBaomoi;
	    background-color: #008ec4;
	}

	.list-social-media li a{
		width: 40px;
		height: 38px;
		display: block;
		background-image: url('img/ic_social.png');
		background-repeat: no-repeat;
	}
	.list-social-media li + li{margin-left: 5px;}
	.list-social-media li a.tw{
		background-position: -48px 0;
	}
	.list-social-media li a.go{
		background-position: -95px 0;
	}
	.list-social-media li a.in{
		background-position: -142px 0;
	}
	.list-social-media li a.yo{
		background-position: -190px 0;
	}
	.flex-left-form .item_form .text {
	    border: 0;
	    border-radius: 3px;
	}
	.flex-left-form{
		width: -webkit-calc(100% - 65px);
	    width: -moz-calc(100% - 65px);
	    width: -ms-calc(100% - 65px);
	    width: -o-calc(100% - 65px);
	    width: calc(100% - 65px);
	    float: left;
	}
	.flex-right-form{
		width: 65px;
		float: right;
		padding-left: 5px;
	}
	.flex-right-form .style-form-submit {
	    width: 60px;
	    height: 69px;
	    border: 0;
	    border-radius: 3px;
	    background-color: #008ec4;
	    background-image: url('img/ic_submit.png');
	    background-position: center center;
	    background-repeat: no-repeat;
	    cursor: pointer;
	}
	
/* -----------------------------------------------------------------------------------------*/	

	/* ===== Pagination ===== */
	.pagination {
	    padding: 0px 15px;
	}
	.pagination .uk-active > * {
	    background: #1fa67a;
	    color: #fff;
	    border-color: transparent;
	}

	/* ===== Breadcrumb ===== */
	.banner_web .overflow {
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background-color: rgba(0, 0, 0, 0.46);
	}
	.banner_web .position_center_box{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		   -moz-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		     -o-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
	.position_center_box .heading {
	    color: #fff;
	    font-size: 40px;
	    text-transform: uppercase;
	    font-family: Roboto Condensed;
	    line-height: 44px;
	    margin-bottom: 0;
	}
	.breadcrumb {
	    position: relative;
	    color: #fff;
	    margin-bottom: 0px;
	    text-align: center;
	}
    .breadcrumb ul {
        overflow: hidden; 
        -ms-text-overflow: ellipsis; 
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 7px 10px;
        margin-bottom: 0;
    }
    .breadcrumb ul li {position: relative;}
    .breadcrumb ul li + li {
    	margin-left: 10px;
    	padding-left: 10px;
    	font-family: 'TPBaoMoi'
    }
    .breadcrumb ul li:nth-child(n+2)::before {
	    content: "\f101";
	    display: block;
	    position: absolute;
	    left: -10px;
	    top: 50%;
	    -webkit-transform: translate(0, -50%);
	    -moz-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	    -o-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	    color: inherit;
	    font-family: FontAwesome;
	    color: #fff;
	}
    .breadcrumb ul a {
	    font-size: 14px;
	    line-height: 20px;
	    color: #fff;
	}

	@media (max-width: 660px){
		.position_center_box .heading{display: none}
	}


	/* ===== Aricles Catalog style ===== */
	.toggle-catalog {
	    color: #333;
	    line-height: 50px;
	    font-weight: bold;
	    text-transform: uppercase;
	    background: #ebebeb;
	    text-align: center;
	    font-size: 16px;
	}
	.article-page .heading {
	    font-family: SFUFuturaBold;
	    text-transform: uppercase;
	    font-size: 30px;
	    line-height: 34px;
	}
	.article-page .heading > * {
	    color: #5d1e0c;
	}
	.article-page{
		background-color: #fff;
	} 
	.artcatalogue .list-article .article {
	    background-color: #f9f9f9;
	}
	.artcatalogue .list-article .article .thumb {
	    height: 280px;
	}
	.artcatalogue .list-article .article .infor {
	    padding: 15px 15px 35px;
	    overflow: hidden;
	    background-color: #f7f7f7;
	}
	.artcatalogue .list-article .main-title a {
        line-height: 22px;
	    display: block;
	    color: #333;
	    font-size: 16px;
	}
	.artcatalogue .list-article .description {
	    text-align: justify;
	    color: #444;
	    font-size: 14px;
	    line-height: 22px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    max-height: 66px;
	}
	.artcatalogue .list-article .meta_{font-size: 16px;font-family: TPBaomoi;}
	.my_btn1 a {
	    background: url('img/layer_more.png');
		line-height: 36px;
		color: #fff;
		width: 165px;
		text-align: center;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.my_btn1 a::before {
	    content: '';
	    width: 26px;
	    height: 26px;
	    background-image: url('img/ic_more.png');
	    position: absolute;
	    right: 10px;
	    top: 50%;
	    -webkit-transform: translate(0, -50%);
	    -moz-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	    -o-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	}
	
	.tabControl-home li {
	    padding: 8px 15px 5px;
	    background-color: #00a8ed;
	    color: #fff;
	    text-transform: uppercase;
	    margin-right: 5px;
	    border-bottom: 2px solid transparent;
	    cursor: pointer
	}
	.tabControl-home li.uk-active{
		border-bottom-color: #e90000;
	}
	.artcatalogue_list .list-article .article .thumb{
		width: 270px;
		height: 160px;
		float: left;
	}
	.artcatalogue_list .list-article .article .infor{
		width: -webkit-calc(100% - 270px);
	    width: -moz-calc(100% - 270px);
	    width: -ms-calc(100% - 270px);
	    width: -o-calc(100% - 270px);
	    width: calc(100% - 270px);
	    float: left;
	    float: right;
	    padding-left: 15px;
	}
	.artcatalogue_list .list-article .article .infor .title{
		font-family: 'TPBaoMoi';
		font-size: 18px;
	}
	.artcatalogue_list .list-article .article .infor .description{
		font-family: 'TPBaoMoi';
		font-size: 15px;
	}
	.artcatalogue_list .list-article .article .infor .title a{color: #333;}
	@media (max-width: 660px) {
	
	}
	@media (max-width: 567px) {

	}
	@media (max-width: 320px) {
		
	}
	/* ===== Articles Detail style ===== */
	.art-detail .title-main {
	    font-size: 24px;
	    line-height: 26px;
	    color: #333;
	}
	.art-detail .uk-flex.uk-flex-middle.meta {
	    padding: 5px;
	    background: #f7f7f7;
	    margin-bottom: 10px;
	    position: relative;
	    color: #666;
	    font-size: 13px;
	    line-height: 22px;
	    border-top: 1px solid #e8e8e8;
	}
	.art-detail .article .meta .meta_date {
	    padding-left: 20px;
	    background-image: url('img/icon/meta_date.png');
	    background-repeat: no-repeat;
	    background-position: center left;
	}
	.art-detail .article .meta .meta_view {
	    padding-left: 20px;
	    background-image: url('img/icon/meta_view.png');
	    background-repeat: no-repeat;
	    background-position: center left;
	}
	.art-detail .content ul{
		padding-left: 15px;
		margin-bottom: 10px;
	}
	.left-meta > * {
	    font-family: 'Roboto', sans-serif;
	    color: #999;
	    padding-left: 15px;
	}
	.left-meta > .back-page{background: url('img/icon/back.png') no-repeat scroll left center;}
	.left-meta > .goTop-page{background: url('img/icon/top.png') no-repeat scroll left 3px center; margin-left: 5px;}
	.description-detail h2 {
	    font-size: 14px;
	}
	@media (max-width: 960px) {
		.art-detail .article {
			font-size: 13px;
			line-height: 20px;
		}
		.art-detail .article img {
			height: auto!important;
		}
	}

	@media (max-width: 660px) {
		.art-detail .title-main {font-size: 20px;}
		#article-page .uk-flex.uk-flex-middle.meta {display: block;}
		.left-meta {margin-bottom: 5px;}
		.goTop-page {float: right;}
	}
	/* >>>> Articles same <<<<< */

	.articles_same .articles .thumb{
		height: 250px;
		margin-bottom: 10px;
	}
	.articles_same .articles .infor a{
		color: #333;
		display: block;
		font-family: Roboto;
	}
	.art-same .heading-1 {
	    position: relative;
	    margin: 0 0 10px 0;
	    font-size: 20px;
	    font-weight: 500;
	    text-transform: none;
	    line-height: 22px;
	    overflow: hidden;
	}
	.art-same .heading-1 > * {
	    position: relative;
	    display: inline-block;
	    color: #5d1e0c;font-weight: bold;padding-right: 30px;
	}
	.art-same .list-article-otther li {
	    border-bottom: 1px dotted #bcbcbc;
	    margin-bottom: 10px;
	}
	.art-same .list-article-otther li:last-child{border-bottom: 0; margin-bottom: 0;}
	.art-same .list-article-otther li a {
	    display: block;
	    padding: 0px 5px 10px 20px;
	    line-height: 20px;
	    color: #333;
	    background: url('img/icon/ic_check.png') no-repeat scroll left top 6px;
	}
	@media (min-width: 1220px) {
		.homepage-category .category .image {height: 282px;}
		.art-same .heading-1 > ::after {
		    content: "";
		    display: block;
		    position: absolute;
		    width: 269px;
		    height: 11px;
		    top: 50%;
		    -webkit-transform: translate(0, -50%);
		    -moz-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		    -o-transform: translate(0, -50%);
		    transform: translate(0, -50%);
		}
		.art-same .heading-1 > ::after {
		    left: initial;
		    left: 100%;
		    background: url('img/icon/bg-heading-right.png');
		}
	}
	/* ===== Aside ===== */
	.main-slideshow .uk-dotnav > * {
	    margin-top: 0;
	    padding-left: 0;
	    margin: 0 3px;
	    border: 3px solid #fff;
	    box-shadow: 0px 0px 1px #000;
	    border-radius: 100%;
	}
	
	.uk-dotnav-contrast > * > *{width: 10px;height: 10px;}
	.uk-dotnav-contrast > .uk-active > *{background-color: #bb2322;}

	.left_h4 {
	    background: #bb2322;
	    font-size: 16px;
	    color: #fff;
	    line-height: 50px;
	    text-align: center;
	    text-transform: uppercase;
	}

	.mtree.transit > li{position: relative;}
	.mtree.transit > li > span {
	    position: absolute;
	    right: 0;
	    top: 0;
	    line-height: 70px;
	    cursor: pointer;
	    height: 70px;
	    color: #333;
	    width: 30px;
	    text-align: center;
	    background: url('img/icon/plus.png') no-repeat scroll center center;
	}
	.mtree.transit > li.mt-active > span{
		background: url('img/icon/minus.png') no-repeat scroll center center;
	}
	.uk-list.mb0.list-tree-sub {
	    padding-left: 30px;
	    padding-top: 15px;
	    border-bottom: 1px solid #ddd;
	    padding-bottom: 15px;
	    display: none;
	}
	.uk-list.mb0.list-tree-sub li a {
	    color: #333;
	    line-height: 30px;
	    display: block;
	}
	ul.mtree > li > a {
		display: block;
	    color: #333;
	    -moz-transition: all 0s;
	    -o-transition: all 0s;
	    -webkit-transition: all 0s;
	    transition: all 0s;
	    padding: 22px 30px 22px 15px;
	    line-height: 26px;
	    border-bottom: 1px solid #ddd;
	}
	ul.mtree > li:last-child > a{border-bottom: 0;}
	.aside > * {margin-bottom: 20px;}
	.aside-panel .heading {
	    color: #333;
		line-height: 50px;
		font-weight: bold;
		text-transform: uppercase;
		background: #ebebeb;
		text-align: center;
		font-size: 16px;
	}
	.aside .list-block-products{
		border-width: 0 1px 1px 1px;
		border-style: solid;
		border-color: #ddd;
	}
	.list-block-products li{
		padding: 15px;
		border-bottom: 1px solid #ddd
	}
	.list-block-products li:last-child{border-bottom: 0;}
	.list-block-products .thumb{
		width: 100px;
		float: left;
		height: 80px
	}
	.list-block-products .infor{
		width: -webkit-calc(100% - 100px);
		width: -moz-calc(100% - 100px);
		width: -ms-calc(100% - 100px);
		width: -o-calc(100% - 100px);
		width: calc(100% - 100px);
		float: right;
		padding-left: 15px;
	}
	.list-block-products .title {margin-bottom: 10px;}
	.list-block-products .title a {
	    font-size: 14px;
	    color: #333;
	    display: block;
	    line-height: 18px;
	    max-height: 44px;
	    overflow: hidden;
	}
	.list-block-products .more a {
	    line-height: 30px;
	    padding: 0px 15px;
	    color: #333;
	    background: #dbdbdb;
	    font-size: 13px;
	    display: inline-block;
	    text-align: center;
	    border-radius: 3px;
	}
	.list-block-products .description {
	    color: #666;
	    font-size: 16px;
	    line-height: 22px;
	    max-height: 44px;
	    overflow: hidden;
	}
	.list-customer .thumb {
   		height: 150px;
	    padding: 15px;
	    position: relative;
	    border: 1px solid #ebebeb;
	    margin: 0 -1px -1px 0;
	}
	@media (max-width: 660px) {
		.list-block-products .thumb{width: 115px;height: 115px;}
		.list-block-products .infor{
			width: -webkit-calc(100% - 115px);
			width: -moz-calc(100% - 115px);
			width: -ms-calc(100% - 115px);
			width: -o-calc(100% - 115px);
			width: calc(100% - 115px);
			padding-left: 10px;
		}
		.list-block-products .description{display: none;}
	}
	
	/* ===== Aside News ===== */
	.list-tin-tuc li{
		padding-bottom: 15px;
	}
	.list-tin-tuc .box-list .infor h3 {
	    font-size: 13px;
	    margin-bottom: 0;
	}
	.list-tin-tuc .box-list img {
	    width: 100px;
	    float: left;
	    height: 80px;
	}
	.list-tin-tuc .box-list .infor{
		width: -webkit-calc(100% - 110px);
		width: -moz-calc(100% - 110px);
		width: -ms-calc(100% - 110px);
		width: -o-calc(100% - 110px);
		width: calc(100% - 110px);
		float: right;
	}
	.list-tin-tuc .box-list .infor h3 {
	    font-size: 13px;
	    margin-bottom: 0;
	}
	.list-tin-tuc .box-list .infor .ic_time {
	    font-size: 13px;
	    color: #999;
	}
	.list-tin-tuc .box-list .infor h3 a{color: #333}
	/* ===== Products Catalog ===== */
	.list-product .product .thumb {
	    height: 270px;
	}
	.list-product .product .infor {
		height: 44px;
		background-image: url('img/bg_title_products.jpg');
		overflow: hidden;
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		opacity: 0.6;
		filter: alpha(opacity=60);
		transition: all 0.3s ease-in-out;
	}
	.list-product .product:hover .infor {
	    -webkit-filter: grayscale(0);
	    filter: grayscale(0);
	    opacity: 1;
	    filter: alpha(opacity=100);
	}
	.list-product .product .infor .title{
		margin-bottom: 0;
		text-transform: uppercase;
		padding: 0 10px;
	}
	.list-product .product .infor .title a{color: #fff;}
	
	@media (max-width: 767px) {
		
	}
	@media (max-width: 567px) {

	}
	@media (max-width: 400px) {
		
	}

	/* ===== Products Detail ===== */
	.title-detail {
	    font-size: 24px;
	    text-transform: uppercase;
	    font-family: Roboto Condensed;
	    color: #00a5ed;
	    font-weight: 700;
	    line-height: 26px;
	    margin-bottom: 20px;
	}
	.line_item_detail .panel-body ul, 
	.line_item_detail .panel-body ol {
	    list-style: none;
	    padding-left: 0;
	}
	.line_item_detail .panel-body ul li, 
	.line_item_detail .panel-body ol li {
		padding-left: 25px;
		margin-bottom: 7px; 
		background: url('img/ic_check.png') no-repeat scroll left top 5px;
	}
	.cloudzoom-gallery {
	    width: 100%;
	}
	.lSPager.lSGallery li img {
	    width: 100%;
	    height: 130px !important;
	    object-fit: cover;
	}
	@media (max-width: 960px) {
		.product-detail table{width: 100% !important;}
		.box_detail_product {margin-top: 20px;}
	}
	@media (max-width: 660px) {
	
	}
	@media (max-width: 567px) {

	}
	@media (max-width: 320px) {

	}

	/* ===== Products Otther ===== */
	.list-product-otther .thumb{
		height: 270px;
	}
	.list-product-otther .infor{
		height: 44px;
		background-image: url('img/bg_title_products.jpg');
		overflow: hidden;
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		opacity: 0.6;
		filter: alpha(opacity=60);
		transition: all 0.3s ease-in-out;
	}
	.list-product-otther .product:hover .infor {
	    -webkit-filter: grayscale(0);
	    filter: grayscale(0);
	    opacity: 1;
	    filter: alpha(opacity=100);
	}
	.list-product-otther .product .infor .title{
		margin-bottom: 0;
		text-transform: uppercase;
		padding: 0 10px;
	}
	.list-product-otther .product .infor .title a{color: #fff;}
	
	@media (max-width: 960px) {
		.product-detail table{width: 100% !important;}
		.box_detail_product {margin-top: 20px;}
	}
	@media (max-width: 660px) {
	
	}
	@media (max-width: 567px) {

	}
	@media (max-width: 320px) {

	}

	/* ===== Project Catalogues ===== */
	.list-projects .project .thumb {
	    height: 250px;
	    margin-bottom: 10px;
	}
	.list-projects .project .infor .title{
	    font-family: Roboto Condensed;
	    font-size: 22px;
	    line-height: 24px;
	    margin-bottom: 5px;
	}
	.list-projects .project .infor .title a{color: #333}
	.list-projects .project .infor .meta_{
		font-family: 'TPBaoMoi';
		font-size: 15px;
	}

	@media (max-width: 960px) {
		.product-detail table{width: 100% !important;}
		.box_detail_product {margin-top: 20px;}
	}
	@media (max-width: 660px) {
		.list-projects .project .infor .title{
		    font-size: 18px;
		    line-height: 22px;
		}
	}
	@media (max-width: 567px) {

	}
	@media (max-width: 320px) {

	}


	/* ===== Project Detail ===== */
	.projects-detail .heading {
	    color: #00adee;
	    font-size: 30px;
	    font-family: Roboto Condensed;
	    line-height: 34px;
	}
	.list-attribute-projects li{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.list-attribute-projects .thumb {
	    width: 60px;
	    height: 60px;
	    float: left;
	    position: relative;
	    z-index: 9;
	}
	.list-attribute-projects .infor {
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: -ms-calc(100% - 60px);
		width: -o-calc(100% - 60px);
		width: calc(100% - 60px);
		float: right;
		padding-left: 10px;
		font-family: 'TPBaoMoi';
	}
	.list-attribute-projects .infor .title {
	    font-size: 16px;
	    margin-bottom: 0px;
	    text-transform: uppercase;
	    font-weight: bold;
	}
	.list-attribute-projects .infor .meta_{font-size: 15px; line-height: 20px}
	.list-attribute-projects li:last-child{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.list-attribute-projects li:last-child:before{
		content: '';
		width: 1px;
		height: 100%;
		border-left: 1px dashed #00adee;
		position: absolute;
		left: 30px;
		top: 0;
	}
	
	#slider-otther .owl-nav > *{
		text-indent: -9999px;
		width: 38px;
		height: 37px;
		background-color: transparent;
		margin: 0;
		overflow: hidden;
		position: absolute;
		top: 40%;
		-webkit-transform: translate(0, -50%);
		   -moz-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		     -o-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}
	#slider-otther .owl-nav > .owl-next{
		background-image: url('img/ic-next.png');
		right: 0;
	}
	#slider-otther .owl-nav > .owl-prev{
		background-image: url('img/ic-prev.png');
		left: 0;
	}
	@media (max-width: 960px) {
		.product-detail table{width: 100% !important;}
		.box_detail_product {margin-top: 20px;}
	}
	@media (max-width: 660px) {
		.list-projects .project .infor .title{
		    font-size: 18px;
		    line-height: 22px;
		}
	}
	@media (max-width: 567px) {

	}
	@media (max-width: 320px) {

	}

	/* ==== Videos ==== */
	.list-video .featured {
		background: #f3f3f3;
	}
	.list-video .featured:hover {
	    background: #bd2929;
	}
	.list-video .box-image {
    	position: relative;
	    height: 210px;
	    margin-bottom: 5px;
	}
	.list-video .box-image::after, .list-video .box-image::before {
	    content: '';
	    position: absolute;
	    z-index: 9;
	}
	.list-video .box-image::after{
		top: 0;
	    left: 0;
	    width: 0px;
	    height: 0px;
	    border-right: 45px solid transparent;
	    border-top: 45px solid #fff;
	}
	.list-video .box-image::before {
		bottom: 0;
	    right: 0;
	    width: 0px;
	    height: 0px;
	    border-left: 45px solid transparent;
	    border-bottom: 45px solid #f3f3f3;
	}
	.list-video .featured:hover .box-image::before {
		border-bottom: 45px solid #bd2929;
	}
	.box_video_item {
	    position: relative;
	}
	.box_video_item::after {
	    content: '';
	    position: absolute;
	    top: -5px;
	    left: 0;
	    background: #fff;
	    height: 0px;
	    width: 100%;
	}
	.box_video_item::before {
	    content: '';
	    position: absolute;
	    bottom: 0;
	    right: 0;
	    width: 0px;
	    height: 0px;
	    border-left: 38px solid transparent;
	    border-bottom: 40px solid #fff;
	}
	.list-video .box-image  .player_ {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, .5) url('img/player_.png') no-repeat scroll center center;
	}
	.box_video_item .entry-title {
	    padding: 0 25px 10px 15px;
	    margin: 0;
	    font-size: 14px;
		font-weight: normal;
	}
	.main-videos .meta {
	    color: #666;
	    background: #f8f8f8;
	    padding: 5px 10px;
	    border-top: 1px solid #e8e8e8;
	}
	.box_video_item .entry-title a{color: #333; display: block;}
	.list-video .featured:hover .box_video_item .entry-title a{color: #fff;}
	.main-videos .meta {
	    color: #666;
	    background: #f8f8f8;
	    padding: 5px 10px;
	    border-top: 1px solid #e8e8e8;
	}
	.main-videos .article-related .heading-3,
	.main-videos .heading-heading {
	    font-size: 22px;
	    line-height: 24px;
	    margin-bottom: 20px;
	}

	/* ===== Gallerys ===== */
	.photos-detail .title {
	    font-size: 40px;
	    text-transform: uppercase;
	    line-height: 44px;
	}
	.gallerys-list .thumb {
	    border: 1px solid #f0f0f0;
	}
	.list-photos .photo .thumb {
	    height: 185px;
	    overflow: hidden;
	    background: url('img/icon/bg_video.png') no-repeat scroll bottom right;
	}
	.photo .title {
	    padding: 10px 5px 10px 55px;
	    margin: 0;
	    background-image: url('img/icon/ic_photo.png');
	    background-position: left 15px center;
	    background-repeat: no-repeat;
	    font-family: Roboto;
	    font-weight: normal;
	    font-size: 15px;
	}
	.list-photos .photo .thumb img {
	    overflow: hidden;
	    border-radius: 70px 5px 70px 0;
	    border: 2px solid #fff;
	}
	.list-photos .photo .infor{
		background: #fff;
		border-radius: 0 0 70px 0;
		overflow: hidden;
	}
	.list-gallery .thumb {
	    height: 120px;
	    border-radius: 5px;
	    overflow: hidden;
	}
	.list-photos .photo:hover .thumb{background: url('img/icon/bg_video_hover.png') no-repeat scroll bottom right;}
	.list-photos .photo:hover .infor a{color: #fff;}
	.list-photos .photo:hover .infor .title{background-color: #009ed7;background-image: url('img/icon/ic_photo_white.png');}
	.photo .title a {
	    color: #333;
	}
	
	/* ===== Contact ===== */
	#contact-page .contact{
	    background-color: #fff;margin-bottom: 25px;
	}
    .captcha .captcha_img{
    	width: 150px;float: left;
    }
    .captcha .captcha_input{
	 	width: -webkit-calc(100% - 150px);
		width: -moz-calc(100% - 150px);
		width: -ms-calc(100% - 150px);
		width: -o-calc(100% - 150px);
		width: calc(100% - 150px);
		padding-left: 10px;
		float: right;
    }
	.contact .contact-infomation .note {
		margin-bottom: 10px;
		font-style: italic;
		color: #666;
		font-weight: 500;
	}
	.contact .contact-infomation .company {
		color: #15a1e7;
		text-transform: uppercase;
		font-family: 'UTM Swiss';
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 20px;
		font-weight: normal;
	}
	.contact .contact-infomation .address {margin-bottom: 20px;}
	.contact .contact-infomation .address a {color: #000;}
	.contact .contact-map {
		padding: 4px;
		border: 1px solid #d5d5d5;
		height: 340px;
	}
	.contact .contact-form .label {
		font-size: 14px;
		line-height: 22px;
		color: #000;
		margin-bottom: 15px;
	}
	.contact .contact-form .form-row {margin-bottom: 10px;}
	.contact .contact-form .input-text, 
	.contact .contact-form .form-select, 
	.contact .contact-form .form-textarea {
		border: 1px solid #d5d5d5;
		font-size: 14px;
		line-height: 20px;
		color: #000;
	}
	.contact-form .form-select {color: #999!important;}
	.contact .contact-form .input-text, 
	.contact .contact-form .form-select {height: 32px;}
	.contact .contact-form .form-textarea {
		padding: 5px 10px;
		height: 200px;
	}
	.contact-box .btn-submit {
	    display: inline-block;
	    padding: 6px 20px;
	    cursor: pointer;
	    background: #f69311;
	    font-size: 16px;
	    line-height: 20px;
	    text-transform: none;
	    color: #fff;
	    border: none;
	    font-family: 'Roboto', sans-serif;
	    font-weight: 500;
	}
	.contact .contact-form .input-text::-webkit-input-placeholder {
	    color: #898989;
	    font-size: 13px;
	}
	.contact .contact-form .input-text::-moz-placeholder {
	    color: #898989;
	    font-size: 13px;
	}
	.contact .contact-form .input-text::-ms-input-placeholder {
	    color: #898989;
	    font-size: 13px;
	}
	.contact .contact-form .input-text::-moz-placeholder {
	    color: #898989;
	    font-size: 13px;
	}

	.hotline-fixed.fixed {
	    display: block;
	    position: fixed;
	    top: initial;
	    bottom: 5px;
	    left: 20px;
	    z-index: 999999;
	}
	.hotline-fixed>a {
	    display: block;
	    position: relative;
	    padding: 10px 40px 10px 25px;
	    -webkit-border-radius: 20px;
	    -moz-border-radius: 20px;
	    -ms-border-radius: 20px;
	    -o-border-radius: 20px;
	    border-radius: 20px;
	    font-size: 16px;
	    line-height: 20px;
	    font-weight: bold;
	    color: #ec1b24;
	}
	.hotline-fixed>a:before {
	    content: "";
	    display: block;
	    position: absolute;
	    width: 36px;
	    height: 36px;
	    top: 2px;
	    right: 2px;
	    background: #fff url('img/icon_hotline_mobile.png') center no-repeat;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	    -o-border-radius: 50%;
	    border-radius: 50%;
	    z-index: 5;
	    animation-name: tada;
	    animation-duration: 0.1s;
	    animation-iteration-count: infinite;
	    animation-direction: alternate;
	}
	@keyframes tada {
	    from {
	        transform: rotate(-25deg);
	    }
	    to {
	        transform: rotate(25deg);
	    }
	}

	.zalo-btn {
	    position: fixed;
	    margin: 0;
	    padding: 0;
	    left: 0;
	    bottom: 90px;
	    background: #fff;
	    background-color: transparent;
	    cursor: pointer;
	    font-size: 0;
	    width: 110px;
	    height: 110px;
	    z-index: 1000;
	}

	.zalo-btn .tada {
	    background: #0789cd;
	    border-radius: 100px;
	    width: 40px;
	    height: 40px;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    margin-top: -20px;
	    margin-left: -20px;
	    animation-name: tadaa;
	    animation-duration: 0.5s;
	    animation-iteration-count: infinite;
	    animation-direction: alternate;
	}

	.zalo-btn a {
	    display: block;
	    width: 40px;
	}


	@keyframes tadaa {
	    from {
	        transform: rotate(-20deg);
	    }
	    to {
	        transform: rotate(20deg);
	    }
	}

	.zalo-btn .pulse {
	    width: 60px;
	    height: 60px;
	    background: #0789cd;
	    opacity: .75;
	    border-radius: 100px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -30px;
	    margin-left: -30px;
	    animation-name: pulse;
	    animation-duration: 0.5s;
	    animation-iteration-count: infinite;
	    animation-direction: alternate;
	    animation-timing-function: ease-in-out;
	}

	@keyframes pulse {
	    from {
	        width: 55px;
	        height: 55px;
	        margin-top: -27.5px;
	        margin-left: -27.5px;
	    }
	    to {
	        width: 60px;
	        height: 60px;
	        margin-top: -30px;
	        margin-left: -30px;
	    }
	}

	.zalo-btn .zoomIn {
	    width: 80px;
	    height: 80px;
	    border: 2px solid #0789cd;
	    border-radius: 100px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -40px;
	    margin-left: -40px;
	    animation-name: zoomIn;
	    animation-duration: 1s;
	    animation-iteration-count: infinite;
	    animation-timing-function: ease-out;
	}

	@keyframes zoomIn {
	    from {
	        width: 40px;
	        height: 40px;
	        margin-top: -20px;
	        margin-left: -20px;
	    }
	    to {
	        width: 80px;
	        height: 80px;
	        margin-top: -40px;
	        margin-left: -40px;
	    }
	}

	@media screen and (max-width: 549px) {
	    .zalo-btn {
	        width: 80px;
	        height: 80px;
	    }
	}

	.call-btn {
	    position: fixed;
	    margin: 0;
	    padding: 0;
	    left: 0;
	    bottom: 0px;
	    background: #fff;
	    background-color: transparent;
	    cursor: pointer;
	    font-size: 0;
	    width: 110px;
	    height: 110px;
	    z-index: 1000;
	}
	.call-btn .tel {
	    position: absolute;
	    top: 50%;
	    left: 45px;
	    color: #fff;
	    font-size: 17px;
	    width: 170px;
	    text-align: center;
	    padding-left: 30px;
	    -webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	    -o-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	    line-height: 36px;
	    border: 1px solid #fb0309;
	    border-radius: 20px;
	    background: #fb0309;
	    z-index: -1;
	    font-weight: bold;
	    font-family: Arial;
	    text-shadow: 1px 1px 2px #5f5f5f;
	}
	.call-btn .tada {
	    background: #db0005;
	    border-radius: 100px;
	    width: 40px;
	    height: 40px;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    margin-top: -20px;
	    margin-left: -20px;
	    animation-name: tadaa;
	    animation-duration: 0.5s;
	    animation-iteration-count: infinite;
	    animation-direction: alternate;
	}

	.call-btn .tada a:before {
	    content: "\f095";
	    font-size: 25px;
	    font-family: FontAwesome;
	    text-decoration: none;
	    color: #fff;
	    margin-left: 10px;
	    position: absolute;
	    top: 50%;
	    margin-top: -10px;
	}


	@keyframes tadaa {
	    from {
	        transform: rotate(-20deg);
	    }
	    to {
	        transform: rotate(20deg);
	    }
	}

	.call-btn .pulse {
	    width: 60px;
	    height: 60px;
	    background: rgba(219, 0, 5, 0.6);
	    border-radius: 100px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -30px;
	    margin-left: -30px;
	    animation-name: pulse;
	    animation-duration: 0.5s;
	    animation-iteration-count: infinite;
	    animation-direction: alternate;
	    animation-timing-function: ease-in-out;
	}

	@keyframes pulse {
	    from {
	        width: 55px;
	        height: 55px;
	        margin-top: -27.5px;
	        margin-left: -27.5px;
	    }
	    to {
	        width: 60px;
	        height: 60px;
	        margin-top: -30px;
	        margin-left: -30px;
	    }
	}

	.call-btn .zoomIn {
	    width: 80px;
	    height: 80px;
	    border: 2px solid #db0005;
	    border-radius: 100px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -40px;
	    margin-left: -40px;
	    animation-name: zoomIn;
	    animation-duration: 1s;
	    animation-iteration-count: infinite;
	    animation-timing-function: ease-out;
	}

	@keyframes zoomIn {
	    from {
	        width: 40px;
	        height: 40px;
	        margin-top: -20px;
	        margin-left: -20px;
	    }
	    to {
	        width: 80px;
	        height: 80px;
	        margin-top: -40px;
	        margin-left: -40px;
	    }
	}

	@media screen and (max-width: 549px) {
	    .call-btn {
	        width: 80px;
	        height: 80px;
	    }
	}
/* </etrc.css> */
