@charset "utf-8";
/* CSS Document */
/*
    Theme Name: web;
    Author: bướng
*/
@font-face {
	font-family: "Impact";
	src: url('../fonts/UTM Impact.ttf');
}
@font-face {
	font-family: "Nokia";
	src: url('../fonts/UTM Nokia.ttf');
}
@font-face {
	font-family: "Hanzel";
	src: url('../fonts/UTM Hanzel.ttf');
}
body {
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
}
h1, h2, h3, h4 {
	margin: 0px;
	line-height: 1.4;
}
p {
	margin-bottom: 0px;
	line-height: 1.4;
}
li {
	list-style-type: none;
}
img {
	max-width: 100%;
}
ul {
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.do {
	color: #ff0000;
}
.div-ktv {
    padding: 20px 15px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.tt-ktv-1 h4 {
    float: left;
    padding-left: 115px;
    font-family: "Impact";
    font-size: 16px;
    color: #ff2722;
}
.img-ktv {
    margin-bottom: 10px;
}
.img-ktv img {
    margin-top: -45px;
}
.hot-line-ktv {
    padding-left: 59px;
    position: relative;
}
.hot-line-ktv p {
    font-size: 14px;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
}
.hot-line-ktv a {
    font-size: 16px;
    color: #ff0000;
    font-family: "Nokia";
}
.hot-line-ktv::after {
    position: absolute;
    content: url(../images/a.png);
    top: 0px;
    left: 0px;
}
.nv-tuvan {
    text-align: center;
}
.item-nv-tuvan {
    margin-bottom: 10px;
}
.item-nv-tuvan p span:first-child {
    margin-right: 10px;
}

/*style header*/
.bg-header {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
}
.bg-header img {
	width: 100%;
}
.header-top {
	padding-top: 28px;
	padding-bottom: 35px;
}
.wp-logo-pc {
	max-width: 200px;
	float: left;
	padding-top: 10px;
}
.wp-header-top-right {
	float: right;
	text-align: right;
}
.wp-hotline-top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 16px;
}
.wp-hotline-top p:first-child {
	margin-right: 30px;
}
.wp-hotline-top p img {
	margin-right: 5px;
}
.wp-ten-cty-top h1 {
	font-family: "Hanzel";
	font-size: 30px;
	color: #116bb3;
}
.navbar-default {
	background-image: none;
	background: no-repeat;
	box-shadow: none;
	border: none;
	min-height: 30px;
	margin-bottom: 10px;
}
#navbar .navbar-nav {
	background-color: #0097d5;
	border-radius: 3px;
	width: 100%;
}
.navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 0 54px;
	height: 45px;
	line-height: 45px;
	text-shadow: none;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #0f5b97;
}
.navbar-default .navbar-nav>li:first-child>a {
	padding-left: 96px;
}
.owl-nav {
	margin: 0px !important;
}
#slider-home .owl-dots {
	display: none;
}
#slider-home .owl-prev, #slider-home .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #206273;
    opacity: 0.5;
    width: 38px;
    height: 37px;
    padding: 0px;
    line-height: 37px;
    font-size: 30px;
    font-weight: bold;
    transition: all 0.8s;
}
#slider-home .owl-prev {
    left: 0px;
}
#slider-home .owl-next {
    right: 0px;
}
.owl-prev, .owl-next {
	margin: 0px !important;
	border-radius: 0px !important;
}
.sec-slider-home {
	margin-bottom: 20px;
}
.title-side-pc h4 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 40px;
	line-height: 40px;
	border-radius: 3px 3px 0px 0px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding-left: 40px;
	position: relative;
	background-image: -webkit-linear-gradient( rgb(29, 160, 215), rgb(10, 98, 133) );
}
.title-side-pc h4::after {
	content: "\f0c9";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
	color: #fff;
	font-family: "FontAwesome";
}
.list-menu-dm .accordion {
    background-color: #0097d5;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    padding: 0px 15px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 13px;
    transition: all 0.8s;
    border-bottom: 1px dashed #0ea7e5;
}
.list-menu-dm .active, .list-menu-dm .accordion:hover, .sau-panel ul li:hover {
    background-color: #11acec;
}
.list-menu-dm .accordion1::after {
    content: '\f054';
    color: #fff;
    font-weight: bold;
    float: right;
    width: 40px;
    height: 40px;
    font-family: "FontAwesome";
    transition: all 0.8s;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 40px;
}
.list-menu-dm {
	margin-bottom: 20px;
}
.list-menu-dm li {
	position: relative;
}
.list-menu-dm li span.accordion1 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0px;
	right: 0px;
}
.list-menu-dm .active::after {
    content: "\f078";
    transition: all 0.8s;
    font-family: "FontAwesome";
}
.list-menu-dm .panel {
    padding: 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin: 0px;
    border-radius: 0px;
    border: none;
}
.sau-panel ul li {
	height: 40px;
	line-height: 40px;
	background-color: #0097d5;
	border-bottom: 1px dashed #0ea7e5;
}
.sau-panel ul li a {
	display: block;
	color: #fff;
	padding: 0 20px;
}
.banner-ads-sb {
	margin-bottom: 20px;
}
.banner-ads-sb img {
	width: 100%;
}
.wp-if-map {
	margin-top: 20px;
	border: 1px solid #0097d5;
}
.title-danhmuc {
	align-items: center;
	justify-content: space-between;
	display: flex;
	width: 100%;
	margin-bottom: 18px;
	clear: both;
	border-bottom: 2px solid #0b5f82;
	border-radius: 0px 0px 0px 3px;
}
.title-danhmuc h1 {
	position: relative;
	padding: 0px 20px 0px 20px;
	border-radius: 3px 0px 0px 0px;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	background-image: -webkit-linear-gradient( rgb(29, 160, 215), rgb(10, 98, 133) );
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	float: left;
}
.title-danhmuc h3::after {
	content: "";
	background-image: url(../images/tamgiac.png);
	background-position: top center;
	background-size: cover;
	width: 22px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: -22px;
	z-index: 0;
}
a.view-all {
	color: #666;
}
a.view-all:hover {
	color: #0097d5;
}
.row.row-edit-10 {
	margin-right: -10px;
	margin-left: -10px;
}
.row.row-edit-10 .col-edit-10 {
	padding: 0 10px;
}
.wp-box-gt {
	margin-bottom: 30px;
}
.wp-img-box-gt img {
	width: 100%;
}
#box-sp1 .owl-dots, #box-sp2 .owl-dots, #box-sp3 .owl-dots, #box-sp4 .owl-dots,
#box-sp1 .owl-nav, #box-sp2 .owl-nav, #box-sp3 .owl-nav, #box-sp4 .owl-nav {
	display: none !important;
}
.wp-box-sp {
	margin-bottom: 25px;
}
.text-sp {
	padding: 14px 0px 5px 0px;
	text-align: center;
}
.text-sp h4 a {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.text-sp h4 a:hover {
	color: #0097d5;
}
.box-tintuc-home, .boxt-tt-right-top {
	display: table;
	width: 100%;
	margin-bottom: 25px;
}
.wp-box-tt-right {
	width: 66.7%;
	float: left;
}
.wp-box-tt-left {
	width: 33.3%;
	float: left;
	padding-left: 15px;
}
.boxt-tt-right-top .img-box-tt-1 {
	width: 285px;
	padding: 2px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-right: 20px;
	float: left;
}
.boxt-tt-right-top .img-box-tt-1 img {
	width: 100%;
}
.boxt-tt-right-top .text-box-tt-1 {
	float: none;
	overflow: hidden;
}
.title-tt-1 h4  {
	margin-bottom: 20px;
}
.title-tt-1 h4 a{
	font-size: 17px;
	color: #333;
	font-weight: bold;
	line-height: 1.6;
}
.title-tt-1 h4 a:hover, .text-tt-left h4 a:hover {
	color: #0097d5;
}
.date-tt {
	float: left;
	margin: 0px 15px 18px 0px;
	background-color: #eaeaea;
}
.date-tt .date-so1 {
	color: #333;
	font-size: 32px;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.date-tt .m-so1 {
	padding: 6px 4px;
	background-color: #0097d5;
	color: #fff;
	font-size: 10px;
}
.img-tt-left {
	padding: 2px;
	border: 1px solid #ccc;
	width: 105px;
	float: left;
	margin-right: 12px;
}
.wp-box-tt-left ul li {
	margin-bottom: 12px;
	display: table;
	width: 100%;
}
.text-tt-left h4 a {
	color: #333;
	font-weight: bold;
	font-size: 13px;
}
.list-tt-khac ul li {
	padding-left: 15px;
	position: relative;
	margin-bottom: 10px;
}
.list-tt-khac ul li a {
	color: #333;
}
.list-tt-khac ul li a:hover {
	color: #0097b5;
}
.list-tt-khac li::after {
	content: url(../images/dot.png);
	position: absolute;
	top: 0px;
	left: 0px;
}
.footer-chinh {
	background-color: #116bb3;
	color: #fff;
	padding-bottom: 20px;
}
.title-ft {
	padding-top: 40px;
}
.title-ft h3 {
	font-size: 18px;
	color: #ffe400;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}
.list-ft1 h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.list-ft1 h4, .list-ft1 p {
	margin-bottom: 12px;
}
.list-ft2 ul li {
	height: 40px;
	line-height: 40px;
	padding-left: 13px;
	border-bottom: 1px dashed #0ea7e5;
	position: relative;
}
.list-ft2 ul li::after {
	content: '\f054';
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.8s;
	position: absolute;
	left: 0px;
	font-size: 10px;
}
.list-ft2 ul li:last-child {
	border-bottom: none;
}
.list-ft2 ul li a {
	color: #fff;
}
ul.list-social {
    display: table;
    width: 100%;
    margin-top: 20px;
}
.list-social li {
    width: 35px;
    height: 35px;
    background-color: #fff;
    float: left;
    margin-right: 5px;
    line-height: 35px;
    text-align: center;
}
.list-social li a {
    color: #116bb3;
    display: block;
}
ul.list-social li:hover .fa{
	opacity: 0.8;
	-webkit-animation-name: rotate360;
	-moz-animation-name: rotate360;
	-ms-animation-name: rotate360;
	-o-animation-name: rotate360;
	animation-name: rotate360;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
@-webkit-keyframes rotate360 {
	100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes rotate360 {
	100% { -moz-transform: rotate(360deg); }
}
@-ms-keyframes rotate360 {
	100% { -ms-transform: rotate(360deg); }
}
@-o-keyframes rotate360 {
	100% { -o-transform: rotate(360deg); }
}
@keyframes rotate360 {
	100% { transform: rotate(360deg); }
}
.fr-nhantin {
    position: relative;
}
.fr-nhantin input {
    width: 100%;
    height: 34px;
    padding-left: 11px;
    color: #999;
    font-style: italic;
}
input, button {
    outline: none;
}
.fr-nhantin button {
    position: absolute;
    top: 0px;
    right: 5px;
    border: none;
    background: none;
    color: #116bb3;
    height: 34px;
    font-size: 20px;
    line-height: 34px;
}
.copy-right {
	background-color: #0c4b7d;
}
.copy-right p {
	height: 40px;
	line-height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.copy-right p span {
	color: #b7f8ff;
}
.menu-ft {
	background-color: #0c4b7d;
}
.menu-ft ul {
	display: table;
	text-align: center;
	width: 100%;
}
.menu-ft ul li {
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
}
.menu-ft ul li a {
	color: #fff;
}

/*style header mobile*/
.wp-header-mb {
	position: relative;
	text-align: center;
	padding: 10px 0px;
}
.wp-header-mb .menu-bar {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	font-size: 26px;
}
.wp-logo-mb img {
	width: 130px;
}

/*style page tin tức*/
.bread-page {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-image: url(../images/bg-gach.png);
    background-repeat-x: repeat;
    margin-bottom: 20px;
}
.bread-page ul li {
    float: left;
    color: #666;
    margin-right: 20px;
    position: relative;
}
.bread-page ul li a {
    color: #666;
}
.bread-page ul li a:hover {
	color: #0097b5;
}
.bread-page ul li::after {
    content: "/";
    font-family: "FontAwesome";
    position: absolute;
    right: -12px;
    top: 0px;
    height: 40px;
    line-height: 40px;
}
.bread-page ul li:last-child::after {
	display: none;
}
.pd-b-30 {
	padding-bottom: 30px;
}
.mg-t-20 {
	margin-top: 20px;
}
.wp-item-tintuc {
    margin-bottom: 30px;
    display: table;
    width: 100%;
    clear: both;
}
.img-tintuc {
    float: left;
    padding: 3px;
    border: 1px solid #ccc;
    margin-right: 18px;
}
.img-tintuc img {
    max-width: 208px;
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.text-tintuc {
    float: none;
    overflow: hidden;
}
.text-tintuc h4 {
    margin-bottom: 15px;
}
.text-tintuc h4 a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.date-view {
    color: #999;
    margin-bottom: 10px;
}
.text-chinh {
    max-height: 55px;
    overflow: hidden;
}
.pagination a {
    color: black;
    float: left;
    min-width: 27px;
    display: block;
    height: 27px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    margin-right: 5px;
    padding: 0 5px;
}
.pagination a.active {
    background-color: #116bb3;
    color: #fff;
    border: 1px solid #116bb3;
}
.pagination span {
    float: left;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    margin-right: 5px;
}
.main-content-gt h2 {
	line-height: 1;
	font-weight: bold;
	color: #0097d5;
	font-size: 20px;
	margin-bottom: 20px;
}
.wp-date-view-ct {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    background: #fafafa;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}
.date-view-ct div {
    float: left;
    font-size: 13px;
    color: #999;
    position: relative;
    padding-left: 16px;
}
.date-view-ct div:first-child {
    margin-right: 20px;
}
.date-view-ct div::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
}
.date-view-ct div:first-child::after {
    content: url(../images/capnhat_03.png);
}
.date-view-ct div:nth-child(2)::after {
    content: url(../images/view-1.png);
}
.co-chu-ct>span {
    color: #999;
    margin-right: 6px;
    font-size: 13px;
}
.co-chu-ct button {
    width: 15px;
    height: 15px;
    line-height: 0;
    border: none;
    background-color: #9d9d9d;
    color: #fff;
    padding: 0px;
    margin: 0px;
}
.main-content-gt img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.control-ct {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 10px;
    background: #fafafa;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}
.control-ct .ctl {
    padding-left: 18px;
    position: relative;
    color: #999;
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.control-ct .ctl-prev::after {
    content: url(../images/11.png);
    position: absolute;
    top: 0px;
    left: 0px;
}
.control-ct .ctl-top::after {
    content: url(../images/12.png);
    position: absolute;
    top: 0px;
    left: 5px;
}
.wp-tinkhac h4 {
    font-size: 18px;
    font-weight: bold;
    color: #116bb3;
}
.wp-tinkhac ul li {
    padding: 10px 0px 10px 20px;
    position: relative;
    border-bottom: 1px dashed #ccc;
}
.wp-tinkhac ul li a {
    color: #2f2f2f;
    font-size: 14px;
}
.wp-tinkhac ul li span {
    margin-left: 5px;
    color: #9d9c9c;
}
.wp-tinkhac ul li::after {
    content: url(../images/tich_03.png);
    position: absolute;
    top: 10px;
    left: 0px;
}
.row.row-edit-12 {
	margin-left: -12px;
	margin-right: -12px;
}
.row.row-edit-12 .col-edit-12 {
	padding: 0px 12px;
}
.wp-item-sp.col-item-sp {
	margin-bottom: 15px;
}
.img-sp img {
	width: 100%;
}
.wp-left-lh>p {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-bottom: 20px;
}
.wp-left-lh h4 {
    font-size: 22px;
    font-weight: bold;
    color: #0097d5;
    margin-bottom: 20px;
}
.map-lh {
    padding: 5px;
    border: 1px solid #ccc;
    margin-top: 20px;
}
.wp-right-lh>p {
    margin-bottom: 10px;
    line-height: 1.6;
}
.fr-tt-lh input, .fr-tt-lh textarea {
    margin-bottom: 10px;
}
.fr-tt-lh button {
    padding: 10px 22px;
    float: right;
    text-transform: uppercase;
}
/*css back to top*/
#back-to-top.show {
    transition: 0.6s;
    bottom: 45px;
    opacity: 1;
}
#back-to-top {
    position: fixed;
    bottom: -30px;
    right: 30px;
    z-index: 9999;
    text-align: center;
    line-height: 30px;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
/*style hotline rung rung*/
@media (max-width: 768px){
    .quick-alo-ph-number {
        width: 142px;
        left: 66px;
    }
    .quick-alo-phone {
        background-color: transparent;
        cursor: pointer;
        height: 120px;
        position: fixed;
        transition: visibility 0.5s ease 0s;
        width: 120px;
        z-index: 200000 !important;
        top:auto !important;
        bottom: 40px;
    	left:0px!important
    }
    .quick-alo-ph-circle {
        display: none;
        animation: 1.2s ease-in-out 0s normal none infinite running quick-alo-circle-anim;
        background-color: transparent;
        border: 2px solid rgba(30, 30, 30, 0.4);
        border-radius: 100%;
        height: 100px;
        left: 0px;
        opacity: 0.1;
        position: absolute;
        top: 60px;
        transform-origin: 50% 50% 0;
        transition: all 0.5s ease 0s;
        width: 100px;
    }
    .quick-alo-ph-circle-fill {
        animation: 2.3s ease-in-out 0s normal none infinite running quick-alo-circle-fill-anim;
        border: 2px solid transparent;
        border-radius: 100%;
        height: 70px;
        left: 15px;
        position: absolute;
        top: 75px;
        transform-origin: 50% 50% 0;
        transition: all 0.5s ease 0s;
        width: 70px;
    }
    .quick-alo-ph-img-circle {
        border: 2px solid transparent;
        border-radius: 100%;
        height: 50px;
        left: 25px;
        opacity: 0.7;
        position: absolute;
        top: 85px;
        transform-origin: 50% 50% 0;
        width: 50px;
    }
    .quick-alo-phone.quick-alo-hover, .quick-alo-phone:hover {
        opacity: 1;
    }
    .quick-alo-phone.quick-alo-active .quick-alo-ph-circle {
        animation: 1.1s ease-in-out 0s normal none infinite running quick-alo-circle-anim !important;
    }
    .quick-alo-phone.quick-alo-static .quick-alo-ph-circle {
        animation: 2.2s ease-in-out 0s normal none infinite running quick-alo-circle-anim !important;
    }
    .quick-alo-phone.quick-alo-hover .quick-alo-ph-circle, .quick-alo-phone:hover .quick-alo-ph-circle {
        border-color: #00aff2;
        opacity: 0.5;
    }
    .quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle, .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle {
        border-color: #EB278D;
        opacity: 1;
    }
    .quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
        border-color: #3a8c14;
        opacity: 1;
    }
    .quick-alo-phone.quick-alo-hover .quick-alo-ph-circle-fill, .quick-alo-phone:hover .quick-alo-ph-circle-fill {
        background-color: rgba(0, 175, 242, 0.9);
    }
    .quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle-fill, .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle-fill {
        background-color: #EB278D;
    }
    .quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
        background-color: #3a8c14 ;
    }
    .quick-alo-phone.quick-alo-hover .quick-alo-ph-img-circle, .quick-alo-phone:hover .quick-alo-ph-img-circle {
        background-color: #00aff2;
    }
    .quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-img-circle, .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
        background-color: #EB278D;
    }
    .quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
        background-color: #3a8c14 ;
    }
    .quick-alo-ph-img-circle i {
        animation: 1s ease-in-out 0s normal none infinite running quick-alo-circle-img-anim;
        font-size: 30px;
        line-height: 50px;
        padding-left: 10px;
        color: #ffffff ;
    }
}
@media (min-width: 320px){
    .quick-alo-phone {
        background-color: transparent;
        cursor: pointer;
        height: 120px;
        position: fixed;
        transition: visibility 0.5s ease 0s;
        width: 120px;
        z-index: 200000 !important;
        bottom: 20px;
    	left: 100px;
    }
    .quick-alo-ph-circle {
        animation: 1.2s ease-in-out 0s normal none infinite running quick-alo-circle-anim;
        background-color: transparent;
        border: 2px solid rgba(30, 30, 30, 0.4);
        border-radius: 100%;
        height: 100px;
        right: 120px;
        top: 20px;
        opacity: 0.1;
        position: absolute;
        transform-origin: 50% 50% 0;
        transition: all 0.5s ease 0s;
        width: 100px;
    }
    .quick-alo-ph-circle-fill {
        animation: 2.3s ease-in-out 0s normal none infinite running quick-alo-circle-fill-anim;
        border: 2px solid transparent;
        border-radius: 100%;
        height: 80px;
        right: auto;
        left: 10px;
        position: absolute;
        top: 30px;
        transform-origin: 50% 50% 0;
        transition: all 0.5s ease 0s;
        width: 80px;
    }
    .quick-alo-ph-img-circle {
        animation: 1s ease-in-out 0s normal none infinite running quick-alo-circle-img-anim;
        border: 2px solid transparent;
        border-radius: 100%;
        height: 50px;
        right: 145px;
        opacity: 1;
        position: absolute;
        top: 45px;
        transform-origin: 50% 50% 0;
        width: 50px;
        z-index: 1;
    }
    .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-number {
        background-color: #EB278D;
    }
    .quick-alo-ph-number {
        position: absolute;
        top: 51px;
        right: 11px;
        font-size: 20px;
        background: #ff0000;
        padding: 5px 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        color: #fff;
    }
    .quick-alo-phone.quick-alo-hover, .quick-alo-phone:hover {
        opacity: 1;
    }
    .quick-alo-phone.quick-alo-active .quick-alo-ph-circle {
        animation: 1.1s ease-in-out 0s normal none infinite running quick-alo-circle-anim !important;
    }
    .quick-alo-phone.quick-alo-static .quick-alo-ph-circle {
        animation: 2.2s ease-in-out 0s normal none infinite running quick-alo-circle-anim !important;
    }
    .quick-alo-phone.quick-alo-hover .quick-alo-ph-circle, .quick-alo-phone:hover .quick-alo-ph-circle {
        border-color: #00aff2;
        opacity: 0.5;
    }
    .quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle, .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle {
        border-color: #EB278D;
        opacity: 1;
    }
    .quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
        border-color: #ff0000;
        opacity: 1;
    }
    .quick-alo-phone.quick-alo-hover .quick-alo-ph-circle-fill, .quick-alo-phone:hover .quick-alo-ph-circle-fill {
        background-color: rgba(0, 175, 242, 0.9);
    }
    .quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle-fill, .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle-fill {
        background-color: #EB278D;
    }
    .quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
        background-color: #ff0000 ;
    }
    .quick-alo-phone.quick-alo-hover .quick-alo-ph-img-circle, .quick-alo-phone:hover .quick-alo-ph-img-circle {
        background-color: #00aff2;
    }
    .quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-img-circle, .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
        background-color: #EB278D;
    }
    .quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
        background-color: #ff0000 ;
    }
}
@keyframes quick-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@keyframes quick-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}
.quick-alo-ph-img-circle i {
    animation: 1s ease-in-out 0s normal none infinite running quick-alo-circle-img-anim;
    font-size: 30px;
    line-height: 50px;
    padding-left: 0px;
    color: #ffffff;
}
@keyframes quick-alo-ring-ring {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
/*hết hotline mobile*/
/*style chi tiết sản phẩm*/
.gc-overlay-top-icons .gc-icon.gc-icon-close:before {
    content: "\f00d" !important;
    font: normal normal normal 25px/1 fontawesome !important;
    color: #fff;
    width: 24px;
    text-align: center;
}
.gc-overlay-right-icons .gc-icon.gc-icon-next:before {
    content: "\f105" !important;
    font: normal normal normal 48px/1 fontawesome !important;
    width: 36px !important;
    height: 50px !important;
    color: #fff;
}
.gc-overlay-left-icons .gc-icon.gc-icon-prev:before {
    content: "\f104" !important;
    font: normal normal normal 48px/1 fontawesome !important;
    width: 36px !important;
    height: 50px !important;
    color: #fff;
}
.gc-display-area .gc-icon.gc-icon-next:before {
    content: "\f105" !important;
    font: normal normal normal 48px/1 fontawesome !important;
    width: 36px;
    color: #fff;
    height: 50px;
    text-align: center;
}
.gc-display-area .gc-icon.gc-icon-prev:before {
    content: "\f104" !important;
    font: normal normal normal 48px/1 fontawesome !important;
    width: 36px;
    color: #fff;
    height: 50px;
    text-align: center;
}
.gc-display-area .gc-icon.gc-icon-prev{
    width: 36px !important;
    height: 50px !important;
    left: 10px;
}
.gc-display-area .gc-icon.gc-icon-next {
	width: 36px !important;
	height: 50px !important;
	right: 10px;
}
.gc-icon.gc-icon-download {
	display: none !important;
}
.gc-display-area {
	background-color: transparent !important;
}
.gc-thumbs-area-next .gc-icon.gc-icon-next:before {
    content: "\f105" !important;
    font: normal normal normal 24px/1 fontawesome !important;
    width: 24px;
    height: 24px;
    text-align: center;
}
.gc-thumbs-area-prev .gc-icon.gc-icon-prev:before {
    content: "\f104" !important;
    font: normal normal normal 24px/1 fontawesome !important;
    width: 24px;
    height: 24px;
    text-align: center;
}
.gc-icon-next:before {
    position: absolute;
    top: 1px !important;
    right: 0px !important;
    content: "\e04b";
}
.gc-icon-prev:before {
	top: 1px !important;
	left: 0px !important;
}
.box-danh-muc-sp-khac {
	margin-top: 10px;
}
.text-box-tt-ct img {
	display: block;
	margin: 0 auto;
}
.title-danhmuc h3 {
	position: relative;
	padding: 0px 20px 0px 20px;
	border-radius: 3px 0px 0px 0px;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	background-image: -webkit-linear-gradient( rgb(29, 160, 215), rgb(10, 98, 133) );
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	float: left;
}
.dropdown:hover > .dropdown-menu {
	display: block;!important;
}
.text-sp h4{
	height: 42px;
}
@media(max-width: 400px){
	.text-sp h4{
		height: 62px;
	}
}
.title-ft1{
	padding-top: 0;
}
.title-sidebar {
	background-image: -webkit-linear-gradient( rgb(29, 160, 215), rgb(10, 98, 133) );
	padding-left: 38px;
	position: relative;
}
.title-sidebar::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 14px;
	content: '\f0c9';
	font-family: "FontAwesome";
	color: #fff;
}
.title-sidebar h4 {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
}
.item-tin-nb {
	display: table;
	width: 100%;
	padding: 20px 14px;
	border-bottom: 1px solid #ccc;
}
.img-tt-nb {
	margin-right: 14px;
	float: left;
}
.img-tt-nb img {
	object-fit: cover;
	width: 100px;
	height: 60px;
}
.title-tt-nb {
	float: none;
	overflow: hidden;
}
.title-tt-nb h4 a {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.list-tin-nb {
	margin-bottom: 10px;
}
.page-dm-tin{
	margin-top: 20px;
}
h1.ten-ctsp{
	font-size: 28px;
}
.quick-alo-phone{
	bottom: 40px;
    left: 140px;
}