
@-webkit-keyframes daidong-alo-circle-img-anim {
	0%, 100%,50%{ -webkit-transform:rotate(0); }
	10%,30%{ -webkit-transform: rotate(-25deg); }
	20%, 40%{ -webkit-transform:rotate(25deg); }
}
@-moz-keyframes daidong-alo-circle-img-anim {
	0%, 100%,50%{ -moz-transform:rotate(0); }
	10%,30%{ -moz-transform: rotate(-25deg); }
	20%, 40%{ -moz-transform:rotate(25deg); }
}
@-o-keyframes daidong-alo-circle-img-anim {
	0%, 100%,50%{ -o-transform:rotate(0); }
	10%,30%{ -o-transform: rotate(-25deg); }
	20%, 40%{ -o-transform:rotate(25deg); }
}
@keyframes daidong-alo-circle-img-anim {
	0%, 100%,50%{ transform:rotate(0); }
	10%,30%{ transform: rotate(-25deg); }
	20%, 40%{ transform:rotate(25deg); }
}
@keyframes bounce_3811 {
  0% {
    transform: translateY(0);
}
12.5% {
    transform: translateY(0);
}
25% {
    transform: translateY(0);
}
50% {
    transform: translateY(-15px);
}
62.5% {
    transform: translateY(0);
}
75% {
    transform: translateY(-15px);
}
100% {
    transform: translateY(0);
}
}
header{
	position: sticky;
	top: 0;
	z-index: 9999999999;
}
header .main-menu {
	position: relative;
	padding-top: 1.222222vw;
}
header .main-menu ul.menu {
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 45px;
	position: relative;
}
header .main-menu ul.menu li.home a {
    height: 45px;
    width: 51px;
    border-right: 1px solid #fff;
}
header .main-menu ul.menu li.item {
	color: #fff;
	text-transform: uppercase;
}
header .main-menu ul.menu #toggle-menu {
    margin-top: -8px;
    margin-bottom: -8px;
    width: 60px;
    height: 61px;
    padding-left: 2px;
	position: relative;
}
header .main-menu ul.menu #toggle-menu:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-left: 1px solid #127eb4;
	border-right: 1px solid #023e5b;
}
header .main-menu ul.menu #toggle-menu img {	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
header .main-menu ul.menu #toggle-menu.active img {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
header .main-menu .sub-menu {
	background-color: #efefef;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
    position: absolute;
    top: 150%;
    left: 0;
    right: 0;
    z-index: 2000000;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 4px 7px rgba(1, 1, 1, 0.75);
    -moz-box-shadow: 0 4px 7px rgba(1, 1, 1, 0.75);
    box-shadow: 0 4px 7px rgba(1, 1, 1, 0.75);
}
header .main-menu .sub-menu.active {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
header .main-menu .sub-menu ul {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
header .main-menu .sub-menu ul li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;	
	text-align: center;
	width: 25%;
    margin-right: -4px;
	margin-bottom: 15px;
}
header .main-menu .sub-menu ul li a {
	display: block;
}
header .main-menu .sub-menu ul li span {
	display: block;
	font-size: 88.88888888888889%;
	color: #006599;
	min-height: 36px;
    font-size: 85%;
    text-transform: capitalize;
}

.menu_slide{
	position: absolute;
	top: 4%;
	background-color: #fff;
	border-radius:5px;
	border: solid 1px #999999;
	width: 98%;
	left: 1%;
	padding: 1%;
}
.menu_slide .list_menu{
	width: 60%;
}
.menu_slide .list_menu ul li{
	width: 33.333%;
	float: left;
	position: relative;
	text-align: center;
}
.menu_slide .list_menu ul li::after{
	content: '';
	width: 1px;
	height: 10px;
	background-color: #333333;
	position: absolute;
	right: 0;
	top: 38%;
}
.menu_slide .list_menu ul li:last-child:after{
	content: none;
}
.menu_slide .list_menu ul li a{
	color: #0096d6;
	text-transform: uppercase;
	font-size: 70%;
	font-weight: bold;
}
.menu_slide .text_phone{
	position: relative;
	width: 40%;
	padding-left: 10%;
	font-size: 60%;
}
.menu_slide .text_phone p{
    color: #666666;
    line-height: 16px;
}
.menu_slide .text_phone p:last-child{
	color: #ff6666;
	font-size: 150%;
	font-family: 'OpenSans-Bold';
}
.menu_slide .text_phone::before{
	content: '';
    background: url(/img/call_menu.gif) no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    background-size: contain;
    left: 0;
    top: -3%;
}
.menu_slide .text_phone::after{
	content: '';
    background: url(/img/call_speed.gif) no-repeat;
    width: 25px;
    height: 4px;
    position: absolute;
	right: 13%;
    top: 20%;
}
section#list-cat{
	background: url('/img/bg_list_cat.png') repeat-x;
	background-size: contain;
}
section#list-cat ul li{
	text-align: center;
	color: #333333;
	margin-top: 20%;
	margin-bottom: 20%;
}
section#list-cat ul li p{
	font-size: 88%;
	font-weight: bold;
}

section#gioithieu{
	margin: 3% auto;
	font-family: Arial;
	color: #333333;
	text-align: center;
}
section#gioithieu .title{
	text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-top: 20%;
    padding-bottom: 8%;
}
section#gioithieu .title:before{
	content: '';
	background: url('/img/bg_gioithieu.png') no-repeat;
	width: 177px;
	height: 177px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
    margin: auto;
}
section#gioithieu .title p{
	line-height: 1;
}
section#gioithieu .title p:last-child{
	color: #174aab;
}
section#gioithieu .title p:last-child span{
	color: #eb7719;
}
section#gioithieu .content p{
	margin-top: 3%;
	font-size: 90%;
}
section#gioithieu p > b {
    color: #ff6666;
}
section#baiviet{
	margin: 5% 0;
}
section#baiviet .title {
    background: url(/img/bg_bv_title.png) repeat-x;
    height: 42px;
    position: relative;
}
section#baiviet .title .tieude {
    background: url(/img/bg_bv_tieude.png) no-repeat;
    height: 42px;
    color: #fff;
    font-weight: bold;
    padding-left: 17%;
    padding-top: 1%;
}
section#baiviet .bv-chinh{
	margin-top: 3%;
}
section#baiviet .bv-chinh .img {
    width: 50%;
}
section#baiviet .bv-chinh .text {
    width: 48%;
    margin-left: 2%;
}
section#baiviet .bv-chinh .text p:first-child {
   	color: #663300;
    font-size: 90%;
    font-weight: bold;
    line-height: 1.4;
    font-family: Arial;
}
section#baiviet .bv-chinh .text p {
   	color: #666;
    font-size: 60%;
}
section#baiviet .bv-chinh .text .xem-bv {
    position: relative;
    background: url(/img/bg_xemthem-bv.png) no-repeat;
    background-size: contain;
    width: 130px;
    height: 30px;
    margin-top: 5%;
}
section#baiviet .bv-chinh .text .xem-bv a {
    color: #333;
    text-transform: uppercase;
    font-style: italic;
    position: absolute;
    font-size: 80%;
    width: 40%;
    height: 100%;
    padding: 3% 9%;
}
section#baiviet .bv-chinh .text .xem-bv a:last-child {
    left: 45%;
}
section#baiviet .bv-phu .item {
    margin-top: 5%;
}
section#baiviet .bv-phu .img {
    width: 20%;
}
section#baiviet .bv-phu .text {
    width: 78%;
    margin-left: 2%;
}
section#baiviet .bv-phu .text p {
    color: #333333;
    font-family: Arial;
    font-weight: bold;
}

section#bacsi{
	background: url('/img/bg_bacsi.png') repeat-x;
	background-size: contain;
	position: relative;
}
section#bacsi .title{
	text-align: center;
	color: #ffffff;
	padding:5% 15%;
}
section#bacsi .title p:first-child{
	font-family: OpenSans-Bold;
}
section#bacsi .title p:nth-child(2){
	font-family: 'OpenSans-Bold';
	font-size: 120%;
	font-style: italic;
	background: -webkit-linear-gradient(#e8cd5b,#c59722, #e8cd5b, #c59722);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section#bacsi .title p:last-child{
	font-size: 70%;
}
section#bacsi .list_bs{
	text-align: center;
    padding-bottom: 3%;
}
section#bacsi .list_bs img.bs{
	display: inline;
}
section#bacsi .list_bs .item{
	position: relative;
}

section#baochi .title{
 	padding: 5% 0;
}
section#baochi .title p{
	font-family: OpenSans-Bold;
    color: #333333;
    font-size: 120%;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
}
section#baochi .title span{
	font-family: OpenSans-Bold;
    color: #ff6600;
}
section#baochi .content .item{
	border: solid 1px #cccccc;
	padding: 3%; 
}
section#baochi .content .item .img{
	width: 46%;
}
section#baochi .content .item .text{
	width: 52%;
	margin-left: 2%;
}
section#baochi .content .item .text img{
	width: 44%;
}
section#baochi .content .item .text p{
	font-size: 75%;
}
section#baochi .content .item .text p.tieude{
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	font-family: Arial;
}

section#hinhanh{
	margin: 5% 0;
}
section#hinhanh .title {
    background: url(/img/bg_bv_title.png) repeat-x;
    height: 42px;
    position: relative;
}
section#hinhanh .title .tieude {
    background: url(/img/bg_bv_tieude.png) no-repeat;
    height: 42px;
    color: #fff;
    font-weight: bold;
    padding-left: 17%;
    padding-top: 1%;
}
section#hinhanh .list_hinhanh{
	margin: 5% 0;
}
section#hinhanh .list_hinhanh .wrapper {
	display: grid;
	gap: 2%;
}
section#hinhanh .list_hinhanh .wrapper .item1{
	grid-row-start: 1;
	grid-row-end: 3;
}
section#hinhanh .list_hinhanh .wrapper .item1 img{
	height: 100% !important;
}
section#hinhanh .list_hinhanh .wrapper .item3 {
	grid-row-start: 2;
	grid-row-end: 3;
}

@-webkit-keyframes shake-top {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
@keyframes shake-top {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}

@-webkit-keyframes blink-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hvr-pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(0.9);transform:scale(0.9)}}@keyframes hvr-pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(0.9);transform:scale(0.9)}}.hvr-pulse{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-pulse:active,.hvr-pulse:focus,.hvr-pulse:hover{-webkit-animation-name:hvr-pulse;animation-name:hvr-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.hvr-pulse {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.row-cat .top {
	background-repeat: no-repeat;
	background-size: auto 100%;	
}
.row-cat .top.bg-left {
	background-position: right center;
}
.row-cat .top.bg-right {
	background-position: left center;
}
.row-cat .top .col {
	width: 220px;
}
.row-cat .top .col .title {
	font-size: 119%;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	color: #fff;
	padding-top: 12px;
}
.row-cat .top .col .title:before {
	content: '';
	width: 103px;
	height: 3px;
	background-color: rgba(255, 255, 255, .4);
    position: absolute;
    top: 0;
    left: 0;
}
.row-cat .top .col .more {
	color: #fff;
	font-size: 77.77777777777778%;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
	padding-right: 18px;
}
.row-cat .top .col .more:after {
	content: '';
	width: 8px;
	height: 9px;
	background: url(/img/danh-muc-rieng/more.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.row-cat .cat-child {
	margin-left: -3px;
	margin-right: -3px;
	margin-top: 5px;
}
.row-cat .cat-child > div {
	width: 33.3333333333%;
	padding-left: 3px;
	padding-right: 3px;
}
.row-cat .cat-child > div a {
	background-color: #fff;
	text-align: center;
	height: 62px;
	color: #006599;
}
.private-cat .menu-tab {	
    height: 65px;
    overflow: hidden;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}
.private-cat .menu-tab li {
    line-height: 65px;
    color: #fff;
    font-size: 133.3333333333333%;
    text-transform: uppercase;
	margin-top: 1px;
	position: relative;
	padding-left: 90px;
}
.private-cat .menu-tab li.active {
	margin-top: 0;
}
.private-cat .menu-tab li .sub {
	width: 65px;
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: .4;
}
.private-cat .menu-tab li .sub:before {
	content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
	left: 0;
    margin: auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.private-cat .menu-tab.active li .sub:before {	
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.private-cat .menu-tab li:before {
	content: '';
	width: 90px;
	height: 65px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.private-cat .menu-tab li.bgc-benh-nam-khoa:before {
	background-image: url(/img/danh-muc/benh-nam-khoa.png);
}
.private-cat .menu-tab li.bgc-benh-tri:before {
	background-image: url(/img/danh-muc/benh-tri.png);
}
.private-cat .menu-tab li.bgc-benh-xa-hoi:before {
	background-image: url(/img/danh-muc/benh-xa-hoi.png);
}
.private-cat .menu-tab li.bgc-pha-thai:before {
	background-image: url(/img/danh-muc/pha-thai.png);
}
.private-cat .menu-tab li.bgc-phu-khoa:before {
	background-image: url(/img/danh-muc/phu-khoa.png);
}
.private-cat .define .title {
	line-height: 65px;
	font-size: 166.6666666666667%;
	font-weight: normal;
	margin-left: 19px;
	padding-left: 34px;
	position: relative;
}
.private-cat .define .title:before {
	content: '';
	width: 19px;
	height: 19px;
	background: url(/img/danh-muc/icon-1.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.private-cat .define .desc {
	border-top: 2px solid #e2e5e6;
}
.private-cat .define .desc > div {
	text-align: justify;
}
.private-cat .define .desc a.more {	
    color: #ff9900;
    border: 1px solid #ff9900;
	widtH: 260px;
	line-height: 48px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
	text-align: center;
    margin-top: 35px;
}
.private-cat .define {
	background-repeat: no-repeat;
	background-position: bottom right;	
	background-color: #fff;
}
.private-cat .define.bgm-benh-nam-khoa {
	background-image: url(/img/danh-muc/bgm-benh-nam-khoa.png);
}
.private-cat .define.bgm-benh-xa-hoi {
	background-image: url(/img/danh-muc/bgm-benh-xa-hoi.png);
}
.private-cat .define.bgm-benh-tri {
	background-image: url(/img/danh-muc/bgm-benh-tri.png);
}
.private-cat .define.bgm-pha-thai {
	background-image: url(/img/danh-muc/bgm-pha-thai.png);
}
ul.cat-child > li {
	border-left: 6px solid #ff9900;
	background-color: #fff;
}
ul.cat-child li.has-child {
	position: relative;
}
ul.cat-child li a {
	line-height: 62px;
	padding-left: 43px;
}
ul.cat-child > li > a {
    color: #1037a5;
    font-weight: bold;	
}
ul.cat-child li.has-child > .sub-2 {	
    width: 62px;
    height: 62px;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
}
ul.cat-child li.has-child > .sub-2:before {
	content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #74797b;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
ul.cat-child li.has-child > .sub-2.sub-open:before {	
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
ul.cat-child li.has-child ul {
	display: none;
}
ul.cat-child li.has-child ul li {
	border-top: 1px solid #f2f2f2;
	position: relative;
}
ul.cat-child li.has-child ul li a.more {	
    font-size: 77.77777777777778%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    padding: 0;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    width: 58px;
    line-height: 24px;
    height: 24px;
    text-align: center;
}
.des-tab .item {
	background-color: #fff;
	margin-bottom: 2px;
	position: relative;
}
.des-tab .item:last-child {
	margin-bottom: 0;
}
.des-tab .item .title {
	font-size: 133.3333333333333%;
	font-weight: bold;
	background-color: #dddddd;
}
.des-tab .item .title > span.tt {    
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
    width: 260px;
    padding-left: 30px;
    background-color: #ff9c00;
    color: #fff;
	line-height: 65px;
}
.des-tab .item span.sub {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
}
.des-tab .item span.sub:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #74797b;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.des-tab .item span.sub-open:before {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);	
}
.des-tab .item .des {
	display: none;
	padding-top: 25px;
	padding-bottom: 25px;
}
.des-tab .item .des li {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 27px;
	padding-left: 20px;
	position: relative;
    text-align: justify;
}
.des-tab .item .des li:last-child {
	margin-bottom: 0;
}
.private-cat .des-tab .item .des li:before {
	content: '';
	width: 13px;
	height: 13px;
	position: absolute;
	top: 3px;
	left: 0;
	background: url(/img/danh-muc/icon-2.png) no-repeat center center;
	background-size: 100% 100%;
}
.private-cat .list-news .title {
    background-color: #dddddd;
	color: #1037a5;
}
.private-cat-child .list-news .title {
    background-color: #006599;
	color: #fff;
}
.private-cat .list-news .title > .icon {
	background-color: #ff9c00;	
}
.private-cat-child .list-news .title > .icon {
	background-color: #00496f;	
}
.private-cat-child .cat-children {
	margin-left: -3px;
	margin-right: -3px;
	margin-top: 5px;
}
.private-cat-child .cat-children > div {
	width: 33.3333333333%;
	padding-left: 3px;
	padding-right: 3px;
}
.private-cat-child .cat-children > div a {
	background-color: #fff;
	text-align: center;
	height: 62px;
	color: #006599;
	border: 1px solid #006599;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.private-cat-child .define {
	background-color: #fff;
}
.private-cat-child .define .title {
    background-color: #ddded2;
    color: #006599;
    font-size: 133.3333333333333%;
    font-weight: normal;
    line-height: 60px;
    padding-left: 97px;
	position: relative;
}
.private-cat-child .define .title > a {
	width: 60px;
	padding-right: 2px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.private-cat-child .define .title > a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;	
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #74797b;
}
.private-cat-child .define .title > a:after {
	content: '';
	border-right: 1px solid #b9c0c3;
	border-left: 1px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.private-cat-child .define .desc > h3.label span {
	font-size: 166.6666666666667%;
	font-weight: bold;
	color: #006699;
	border-bottom: 4px solid #006699;
	padding-bottom: 6px;
}
.private-cat-child .define .desc > div {
	margin-top: 32px;
	text-align: justify;
}
.private-cat .define .desc > div ul li,
.private-cat-child .define .desc > div ul li {
	padding-left: 18px;
	position: relative;
}
.private-cat .define .desc > div ul li,
.private-cat .define .desc > div p,
.private-cat-child .define .desc > div ul li,
.private-cat-child .define .desc > div p {	
	margin-bottom: 15px;
}
.private-cat .define .desc > div ul li:before,
.private-cat-child .des-tab .item .des li:before,
.private-cat-child .define .desc > div ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}
.private-cat .define .desc > div ul li:before {
	background-color: #ff9900;
}
.private-cat-child .define .desc > div ul li:before,
.private-cat-child .des-tab .item .des li:before {
	background-color: #006699;
}

.view-rating {
	padding: 10px 20px;
	position: relative;
	line-height: 24px;
}
.view-rating #rating-star {
	height: 24px;
}
.view-rating .view-rate {
    color: #999999;
    font-size: 98.3333333333333%;
    margin-left: 1%;
}
.view-rating .view-rate span{
	color: #ff9900;
	font-weight: bold;
}
.view-rating  .view {
    color: #999999;
    font-size: 90.3333333333333%;	
    position: relative;	
	padding-left: 25px;
	font-weight: bold;
}
/*.view-rating  .view:before {
	content: '';
	width: 19px;
	height: 11px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: url(/img/post-icon-view.png) no-repeat center center;
	background-size: 100% 100%;
	margin: auto;
}*/
#rating-star input.star {
	display: none;
}
#rating-star label.star {
	float: right;
	color: #c6c6c6;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
#rating-star label.star-1 {
	margin-left: 0;
}
#rating-star label.star:before{
	content: '\f005';
	font-family: FontAwesome;
}
#rating-star input.star:checked~label.star:before{
	color: #FFC107;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
    font-size: 90.3333333333333%;
}
#rating-star input.star-5:checked~label.star:before{
	color: #FFC107;
	text-shadow: 0 0 20px #fe7;
}
#rating-star input.star-1:checked~label.star:before{
	color: #9c4721;
}
#rating-star form.not-checked label.star:hover{
	-webkit-transform: rotate(-15deg) scale(1.7);
	-moz-transform: rotate(-15deg) scale(1.7);
	-o-transform: rotate(-15deg) scale(1.7);
	transform: rotate(-15deg) scale(1.7);
}
#rating-star .view-rate{
	display: none;
}
.table{
	overflow-x: auto;
}
.category-page .info-bs{
	background: linear-gradient(to bottom, #1037a5, #fffefe);
    padding: 10px;
}



.category-page h1.title {
	line-height: 65px;
	font-size: 133.3333333333333%;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #022084;
	position: relative;
	padding-left: 88px;
}
.category-page h1.title > a {
	position: absolute;
	width: 65px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-right: 1px solid #ffffff;
}
.category-page h1.title > a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; 
	border-right: 8px solid #fff; 
}
.category-page .list-article {
	background-color: #fff;
}
.category-page .list-article article {
	border-bottom: 1px solid #e0e1e2;
}
.category-page .list-article article:last-child {
	border-bottom-width: 0;
}
.category-page .list-article article .info {
	width: calc(100% - 177px);
	position: relative;
	min-height: 113px;
}
.category-page .list-article article .info h4 {
	font-weight: normal;
	font-size: 100%;
}
.category-page .list-article article .info .date {
    color: #999999;
    font-size: 77.77777777777778%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.category-page .list-article article .info .more {
    position: absolute;
    bottom: -18px;
    right: 0;
}
.row-pagination ul.pagination {
	text-align: center;
	margin-top: 30px;
}
.row-pagination ul.pagination li {	
    width: 30px;
    height: 30px;
    line-height: 29px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    color: #999999;
    font-size: 80%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin-left: 9px;
    margin-right: 9px;
    border: 1px solid #c6c6c6;
}
.row-pagination ul.pagination li.current {
	color: #fff;
	background-color: #1037a5;
    border-color: #022084;
}
.row-pagination ul.pagination li.first,
.row-pagination ul.pagination li.last,
.row-pagination ul.pagination li.prev,
.row-pagination ul.pagination li.next {
	background-color: transparent;
	border-width: 0;
}
.row-pagination ul.pagination li:first-child {
	margin-left: 0;
}
.row-pagination ul.pagination li:last-child {
	margin-right: 0;
}
.row-pagination ul.pagination li a {
	display: block;
}
.row-pagination ul.pagination li.first a,
.row-pagination ul.pagination li.last a,
.row-pagination ul.pagination li.prev a,
.row-pagination ul.pagination li.next a {
	text-indent: -999999999px;
	position: relative;
}
.row-pagination ul.pagination li.first a:before,
.row-pagination ul.pagination li.last a:before,
.row-pagination ul.pagination li.prev a:before,
.row-pagination ul.pagination li.next a:before {
	content: '';
	height: 15px;	
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.row-pagination ul.pagination li.first a:before,
.row-pagination ul.pagination li.last a:before {
	width: 9px;
}
.row-pagination ul.pagination li.prev a:before,
.row-pagination ul.pagination li.next a:before {
	width: 8px;
}
.row-pagination ul.pagination li.first a:before {
	background-image: url(/img/pagination-first.png);
}
.row-pagination ul.pagination li.last a:before {
	background-image: url(/img/pagination-last.png);
}
.row-pagination ul.pagination li.prev a:before {
	background-image: url(/img/pagination-prev.png);
}
.row-pagination ul.pagination li.next a:before {
	background-image: url(/img/pagination-next.png);
}
#hitchat {
	text-align: center;
}
#hitchat #result-hitchat {
	color: #1037a5;
	
}
#hitchat #result-hitchat .number {
	font-weight: bold;
}
#hitchat .sub {
    font-size: 80%;
    color: #6e6e6e;	
}
#hitchat ul li {	
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}
#hitchat .form-hitchat{
	width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
#hitchat .form-hitchat form input[type="text"]{
	position: absolute;
    top: 42%;
    left: 11%;
    background: transparent;
    border: none;
    font-size: 70%;
    width: 63%;
    border-radius: 6px;
    padding: 8px 10px;
    outline: none;
    text-align: center;
}
#hitchat .form-hitchat form input[type="submit"]{
	position: absolute;
    width: 13%;
    top: 25%;
    right: 5%;
    height: 45%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 8px;
    background-color: #044160;
    color: #fff;
    font-size: 90%;
    text-transform: uppercase;
    font-weight: 700;
    float: right;
    margin-top: 9px;
    border: none;
}
article.single-post .partners {
    border-top: 1px solid #f2f2f2;
    padding-top: 15px;
}
article.single-post .partners h3 {
    color: #006599;	
}
article.single-post .partners ul {
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
}
article.single-post .partners ul li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
	*display: inline;
}
footer {
	padding-bottom: 88px;
}
footer section#ft_phone_chat {
    background: url(/img/bg_ft_phone_chat.webp) no-repeat;
    background-size: 100%;
    position: relative;
    z-index: 1;
}
section#ft_phone_chat ul li{
	display: inline-block;
    width: 48%;
    margin: 0 1%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    padding: 4% 0;
}
section#ft_phone_chat ul li:first-child{
	text-align: right;
	padding-right: 16%;
}
section#ft_phone_chat ul li:first-child:before{
	content: '';
	background: url('/img/icon_ft_phone_chat_1.png') no-repeat;
	background-size: 80%;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
}
section#ft_phone_chat ul li:first-child:after{
	content: '';
    background: #fff;
    width: 1px;
    height: 60%;
    position: absolute;
    right: 0;
    bottom: 20%;
}
section#ft_phone_chat ul li:last-child{
	padding-left: 13%;
}
section#ft_phone_chat ul li:last-child:before{
	content: '';
	background: url('/img/icon_ft_phone_chat_2.png') no-repeat;
	background-size: 80%;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
}
section#ft_phone_chat ul li p{
	color: #fff;
    font-family: Semi;
    font-size: 50%;
    line-height: 1.4;
}
section#ft_phone_chat ul li p:last-child{
	font-family: OpenSans-Bold;
	font-size: 85%;
}
section#ft_phone_chat .form-ft{
	background: url('/img/bg_form_ft.png') repeat-x;
	background-size: contain;
}
section#ft_phone_chat .form-ft .formlienhe{
	text-align: center;
    padding-top: 3%;
    padding-bottom: 12%;
}
section#ft_phone_chat .form-ft .formlienhe .rounded-left {
   	width: 75%;
    padding: 1%;
    border: 0;
}
section#ft_phone_chat .form-ft .formlienhe .btn_sdt_goilai {
    width: 13%;
    margin-left: 2%;
    padding: 1%;
    border: 0;
    background: #d81b67;
    color: #fff;
    font-weight: bold;
}
section#ft_phone_chat .logo-ft{
	position: absolute;
    bottom: -25%;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 3;
}
section.footer-box{
	background:url(/img/bg_ft.png) repeat-x;
}
section.footer-box .content{
	text-align: center;
	color: #fff;
	padding-top: 15%;
}
section.footer-box .content .logo-ft{
	margin-top: -50px;
}
section.footer-box .content p:nth-child(1){
	text-transform: uppercase;
	font-weight: bold;
}
section.footer-box .content p:nth-child(1) span{
	color: #ff6666;
	font-family: 'OpenSans-Bold';
}
section.footer-box .content p:nth-child(2){
	font-size: 80%;
	padding-bottom: 2%;
	border-bottom: solid 1px #304c95;
}
section.footer-box .content a.nhay{
	font-weight: bold;
    font-style: italic;
    border: solid 2px #cd7708;
    border-radius: 8px;
    padding: 2%;
    background-image: linear-gradient(to bottom, #ffc578 , #fb9e24);
    width: 48%;
    position: absolute;
   /* animation: blinkingText 1s infinite;*/
}
@keyframes blinkingText{
		0%		{ background: #1aad63;}
		100%	{ background: #00cbfe;}
}
@keyframes blinkingText2{
		0%		{ background: #00cbfe;}
		100%	{ background: #1aad63;}
}

section.footer-box .content a:nth-child(2){
	margin-left: 52%;
	border-color: #157dd7;
    background-image: linear-gradient(to bottom, #00ccff , #0096d6, #00ccff);
   /* animation: blinkingText2 1s infinite;*/
}
section.footer-box .content p:nth-child(3){
	margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
section.footer-box .content p:nth-child(4){
	color: #99b2f9;
}
section.footer-box .content p:nth-child(5){
	font-family: OpenSans-Bold;
    font-size: 200%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #304c95;
    color: #ff0000;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
section.footer-box .content p:nth-child(5) img{
	margin-right: 2%;
}
section.footer-box .content p:nth-child(6){
	font-size: 70%;
	padding: 5% 0;
}
section.footer-box .content p:nth-child(8){
	font-style: italic;
	font-size: 70%;
    padding-bottom: 5%;
    margin-top: 5%;
    color: #96c8e9;
}
section.footer-box .content > div{
	border:solid 1px #ffffff;
	border-radius: 15px;
}



.khungtuvan {
    border-radius: 10px;
    padding: 5px 10px 10px;
    border: 2px solid #1037a5;
}
.hvr-ripple {
    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;
    position: relative;
}
.hvr-ripple:before {
    content: '';
    position: absolute;
    border: #1037a5 solid 2px ;
    border-radius: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    z-index: -1;
}
.hvr-ripple:before{
    -webkit-animation-name: hvr-ripple;
    animation-name: hvr-ripple;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-ripple {
        0%{
            opacity:0;
        }
        20%{
            opacity:1;
        }
        100% {
            top: -12px;
            right: -12px;
            bottom: -12px;
            left: -12px;
            opacity: 0;
          }
        }
@keyframes hvr-ripple{
        0%{
            opacity:0;
        }
        20%{
            opacity:1;
        }
        100% {
            top: -12px;
            right: -12px;
            bottom: -12px;
            left: -12px;
            opacity: 0;
          }
        }



@media screen and (max-width: 650px) {
	section#slider .owl-carousel .owl-dots {
		line-height: 2.769230769230769vw;
		bottom: 1.8461538461538463vw;
	}
	section#slider .owl-carousel .owl-dots .owl-dot {	
		width: 2.769230769230769vw;
		height: 2.769230769230769vw;
		margin-right: 2.769230769230769vw;
	}		
	footer .form form input {
		height: 9.538461538461538vw;
	}	
}
@media screen and (max-width: 600px) {
	#hitchat ul li img {
		width: 40.666666666666664vw;
	}
}
@media screen and (max-width: 360px) {
	.top-fix-menu .max650 .top-address p:nth-child(2){
		font-size: 47% !important;
	}
	.top-fix-menu .max650 .icon p{
		font-size: 59% !important;
	}
	.top-fix-menu .max650 .icon{
		bottom: 10% !important;
	}
	section#list-cat ul li p{
		font-size: 80%;
	}
	section.footer-box .content p:nth-child(2){
		font-size: 77%;
	}
	section.footer-box .content a.nhay {
    	font-size: 90%;
	}
}
@media screen and (max-width: 320px) {	
	.post-detail .bv-lq{
		font-size: 80%;
	}
	.top-fix-menu .max650 .top-address p:nth-child(1){
		font-size: 70% !important;
	}
	.top-fix-menu .max650 .top-address p:nth-child(2){
		font-size: 44% !important;
	}
	.top-fix-menu .max650 .top-address p:nth-child(2):before{
		left: 2% !important;
	}
	.top-fix-menu .max650 .icon img{
		width: 15px !important;
	}
	.top-fix-menu .max650 .icon p{
		font-size: 50% !important;
	}
	section#list-cat ul li p {
    	font-size: 69%;
	}
	section#gioithieu .content p{
		font-size: 70%;
	}
	section#baiviet .title .tieude{
		padding-left: 21%;
    	padding-top: 2%;
	}
	section#baiviet .bv-chinh .text p{
		font-size: 55%;
	}
	section#baiviet .bv-phu .text p{
		font-size: 85%;
	}
	section#baochi .title p{
		font-size: 100%;
	}
	section#baochi .content .item .text p.tieude{
		font-size: 85%;
	}
	section#baochi .content .item .text p {
    	font-size: 70%;
	}
	section#hinhanh .title .tieude{
		padding-left: 21%;
    	padding-top: 2%;
	}
	section#ft_phone_chat ul li:first-child{
		padding-right: 20%;
	}
	section#ft_phone_chat ul li:last-child {
    	padding-left: 16%;
	}
	section#ft_phone_chat ul li:first-child:before,
	section#ft_phone_chat ul li:last-child:before{
		bottom: -5%;
	}
	section#ft_phone_chat ul li p:last-child{
		font-size: 75%;
	}
	section.footer-box .content p:nth-child(1){
		font-size: 90%;
	}
	section.footer-box .content p:nth-child(2){
		font-size: 70%;
	}
	section.footer-box .content a.nhay{
		font-size: 80%;
	}
	.menu-icon .menu-icon-img .items{
		border-radius: 15px !important;
    	height: 65px !important;
	}
	.menu-icon .menu-icon-img .items img{
		width: 40% !important;
		height: 30px !important
	}
	.menu-icon .menu-icon-img .items p{
		font-size: 55% !important;
	}
	.trieuchung-box > ul > li{
		font-size: 75%;
	}
	.top-fix-sdt form{
		bottom: 30% !important;
	}
}
@media screen and (max-width: 550px) {	
	footer .fixed .vta1 img {
		width: 8.181818181818182vw;
	}
	footer .fixed .item-left > a > .number {
		right: -2.727272727272727vw;
	}
}


<style>
* {
box-sizing: border-box;
}
.ImgThumbnail {
cursor: pointer;
transition: 0.3s;
}
.modal {
display: none;
position: fixed;
z-index: 9;
padding-top: 150px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.9);
}
.modalImage {
width: 100%;
margin: auto;
display: block;
height: auto;
max-width: 700px;
}
/* Add Animation - Zoom in the Modal */
.modalImage{
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}
.close {
position: absolute;
top: 12%;
left: 5px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}
.close:hover,
.close:focus {
color: rgb(255, 0, 0);
cursor: pointer;
}
</style>