@charset "utf-8";
* {
  margin:0;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
a {
  text-decoration:none;
}
body {
  width:100%;
  background:#fff;
 /* font-family:Helvetica;*/
 font-family:"Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.visit_hidden {
  visibility:hidden;
  height:0;
}
:root{--color-red:#ec2d3f;--color-medium-red:#cc2c32;--color-dark-red:#c31829;--color-green:#28a745;--color-dark-green:#207d36;--color-black:#212529;--color-gray:#6c757d;}
img{max-width:100%;height:auto;vertical-align:top;}
a,input,textarea{outline:none;padding:0px;}
input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.w-clear:after{display:block;content:"";clear:both;}
.hidden{display:none;}
.clear{clear:both;}
.none{display:none;}
.hidden-seoh{visibility:hidden;height:0px;margin:0px;overflow:hidden;}
/*-------------*/
.fix_head {
  position:fixed !important;
  top:0;
  left:0;
  z-index:999;
  width:100%;
  background: #fff;
}
.wow {
  visibility:hidden;
}
#container {
  width:100%;
}
.container_main {
  width: 1200px;
  margin:auto;
}
.page-link.current
{
  background-color: #e9ecef;
  border-color: #dee2e6;
}
/*---------Header-------*/
#header {
  width: 100%;
  position: relative;
}
#header .header_top {
  background: #183761;
  padding: 8px 0;
}
#header .header_top .container_main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header .menu_top {
  margin-right: 40px;
  position: relative;
}
#header .menu_top:after {
  content: '';
  width: 1px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 100%;
}
#header .menu_top ul {
  padding-left: 0;
  display: flex;
  align-items: center;
}
#header .menu_top ul li {
  list-style: none;
}
#header .menu_top ul li a {
  font-family: 'Segoe UI', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  display: block;
  transition: all 0.3s;
}
#header .menu_top ul li a:hover {
  color: #c4820e;
}
#header .header {
  border-bottom: 1px solid #183761;
  position: relative;
}
#header .header > .container_main {
  display: flex;
 /* align-items: center;*/
  justify-content: space-between;
}
#header .logo {
  max-width: 250px;
}
/* Menu */
#main_menu {
  flex-grow: 1;
  max-width: 905px;
}
#main_menu .box_menu {
  width: 100%;
    display: flex;
    height: 100%;
}
#menu.menu {
  display: flex;
 /* align-items: center;*/
  justify-content: space-between;
}

.menu_mobile {
  display:none;
  position: absolute;
  top: calc(50% - 17px);
  left: 15px;
  z-index: 1000;
}
.menu_mobile i {
  font-size:35px;
  transition: all 0.5s;
}

.menu_mobile.active i:before {
  content: '\f00d';
}
.menu_mobile a {
  text-transform:uppercase;
  line-height:normal;
  display: inline-block;
  color: #183761;
}
.hotline_mobile a {
  font-size:20px;
  color:#183761;
}
#menu_mobile {
  display: none;
}
#menu_mobile {
  transform: translateY(-100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #183761;
  z-index: 99;
  transition: all 0.3s;
  visibility: hidden;
  padding: 20px 0;
  height: calc(100vh - 100px);
  opacity: 0;
}
#menu_mobile.active {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  top: 100%;
  bottom: auto;
}
#menu_mobile ul
{
  width: 100%;
  padding-left: 0;
  height: 100%;
  overflow-y: auto;
}
#menu_mobile ul li  {
  padding: 0 10px;
  list-style: none;
  position: relative;
}
#menu_mobile ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: Helvetica;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 0;
  display: block;
}
#menu_mobile ul li a i {
  margin-right: 5px;
}
#menu_mobile ul li .icon_down.active i:before {
  content: "\f077";
}
#menu_mobile ul li:hover > a {
  color: #c4820e;
}
#menu_mobile ul li.active > a {
  color: #c4820e;
}
#menu_mobile ul li ul {
  display: none;
}
#menu_mobile ul li .icon_down {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu_mobile ul li .icon_down i {
  font-size: 21px;
  color: #fff;
}
/*----------Tìm kiếm-----*/
.search-menu {
  position: absolute;
  bottom: calc(100% + 5px);
  right: calc( (100% - 1200px) / 2 );
}
.search-menu .icon-search {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.search-menu .icon-search i {
  font-size: 20px;
  color: #fff;
}
.search-menu .icon-search i:before {
  transition: all 0.5s;
}
.search-menu.active .icon-search i:before {
  content: '\f00d';
}
.search-menu .form_search {
  width: 230px;
  height: 32px;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: -5px;
  right: 31px;
  margin: auto;
  z-index: 11111;
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(20px,0);
  -khtml-transform: translate(20px,0);
  -moz-transform: translate(20px,0);
  -ms-transform: translate(20px,0);
  -o-transform: translate(20px,0);
  transform: translate(20px,0);
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -khtml-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out,;
  border-radius: 25px;
}
.search-menu.active .form_search {
  visibility: visible;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.form_search form {
  position: relative;
}
.form_search input {
  width: 100%;
  border: 0;
  border-radius: 25px;
  height: 32px;
  outline: none;
  background: none;
  padding-left: 14px;
  color: #000;
}
.form_search button {
  position: absolute;
  top: -1px;
  right: 0px;
  width: 32px;
  height: 32px;
  outline: none;
  border: 0;
  background: none;
}
.form_search input::-webkit-input-placeholder {
  color: #333;
  font-size: 12px;
}
.form_search input:-moz-placeholder {
  color: #333;
  font-size: 12px;
}
.form_search input::-moz-placeholder {
  color: #333;
  font-size: 12px;
}
.form_search input:-ms-input-placeholder {
  color: #333;
  font-size: 12px;
}
/*------Slider---------*/
#slidershow {
  width:100%;
  position:relative;
}
#slidershow a {
  display: block;
  position: relative;
}
#slidershow .caption
{
  position: absolute;
  left: 85px;
  top: 100%;
  width: 675px;
}
#slidershow .caption1
{
  font-family: 'RobotoBold';
  font-size: 40px;
  color: #cc0000;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
}
#slidershow .caption2
{
  font-family: 'RobotoMedium';
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  max-height: 79px;
  overflow: hidden;
}
#slidershow .caption a
{
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #cc0000;
  font-family: 'RobotoMedium';
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 25px;
  transition: all 0.5s;
  border-radius: 25px;
  margin-left: 5px;
}
#slidershow .caption a:hover {
  background:#cc9900;
}

/* Giới thiệu */
.about_home {
  width: 100%;
  background: url('../images/bg_taisao.jpg') no-repeat top left;
  background-size: cover;
}
.about_home .container_main {
  padding: 100px 0;
  position: relative;
}
.about_home .images-about {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about_home .title_about {
  margin-bottom: 10px;
}
.about_home .title_about p {
  font-family: Helvetica;
  font-size: 14px;
  color: #fdc204;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.about_home .title_about h3 {
  font-family:'Helvetica';
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}
.about_home .content-about {
  font-family: Helvetica;
  font-size: 14px;
  color: #c4c5c6;
  line-height: 25px;
  max-height: 53px;
  overflow: hidden;
  max-width: 500px;
}
.about_home a.a_readmore {
  width: 143px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #fbb202;
  font-family: Helvetica;
  font-size: 14px;
  color: #fff;
  margin-top: 40px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}
.about_home a.a_readmore:hover {
  background: red;
}
/* About us */
.about_us {
  padding: 60px 0;
  text-align: center;
}
.about_us .title_aboutus {
  margin-bottom: 20px;
}
.about_us .title_aboutus h3 {
  font-family: 'Helvetica';
  font-size: 32px;
  color: #03275b;
  font-weight: 600;
}
.about_us .content-aboutus {
  font-family: Helvetica;
  font-size: 14px;
  color: #000;
  max-height: 48px;
  overflow: hidden;
  line-height: 25px;
}
.about_us a.a_aboutus {
  width: 100%;
  max-width: 400px;
  height: 52px;
  text-align: center;
  background: #fbb202;
  font-family: 'Helvetica';
  font-size: 20px;
  color: #fff;
  margin: auto;
  margin-top: 40px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-weight: 600;
}
.about_us a.a_aboutus:hover {
  background: red;
}
/* Tại sao */
.camket {
  width: 100%;
  background: #183761;
}
.items_ck {
  width: 100%;
  text-align: center;
  padding: 30px 15px;
  border-right: 1px solid #637894;
}
.camket .owl-item:nth-child(3n) .items_ck {
  border-right: 0;
}
.items_ck:hover .img_ck img {
  transform: rotateY(180deg);
}
.items_ck .des_ck {
  padding-top: 15px;
}
.items_ck .des_ck h3 a {
  font-family: 'Helvetica';
  font-size: 22px;
  color: #fff;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.items_ck .des_ck p {
  font-family: Helvetica;
  font-size: 14px;
  color: #c5c5c7;
}
/* Chương trình */
.program_home {
  width: 100%;
  padding: 40px 0;
  background: #e9eaec;
}
.title_main {
  text-align: center;
  margin-bottom: 40px;
}
.title_main h2 {
  font-family: Helvetica;
  font-size: 20px;
  color: #c4820e;
  font-weight: 600;
  margin-bottom: 5px;
}
.title_main p {
  font-family: Helvetica;
  font-size: 32px;
  color: #183761;
  font-weight: 600;
}
.item_pgr {
  width: 100%;
}
.item_pgr .images_pgr img {
 border-top-left-radius: 3%;
 border-top-right-radius: 3%;
 
}
.item_pgr .images_pgr a {
  display: block;
  overflow: hidden;
  text-align: center;
}
.item_pgr:hover .images_pgr img {
  transform: scale(1.1);
}
.item_pgr .des_pgr {
  padding: 20px 30px;
  background: #f5f6f7fc;
  border-bottom-left-radius: 3%;
    border-bottom-right-radius: 3%;
}
.item_pgr .des_pgr h3 a {
  font-family: 'Helvetica';
  font-size: 18px;
  color: #000;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #c4820e;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  transition: all 0.3s;
}
.item_pgr .des_pgr h3 a:hover {
  color: #c4820e;
}
.item_pgr .des_pgr p {
  font-family: Helvetica;
  font-size: 14px;
  color: #000;
  line-height: 25px;
  max-height: 75px;
  overflow: hidden;
}
.item_pgr .des_pgr a.a_news {
  display: block;
  font-size: 12px;
  color: #03275b;
  margin-top: 10px;
  transition: all 0.3s;
}
.item_pgr .des_pgr a.a_news:hover {
  color: red;
}
/* info */
.info_home {
  width: 100%;
  padding: 40px 0;
  background: #e9eaec;
}
.margin-info {
  margin:0 -50px;
}
#content .item_info_l {
  padding: 0 50px;
  margin-bottom: 30px;
  display: none;
}
#content .item_info_l.show {
  display: block;
}
#content a.a_info {
  margin-top: 10px;
  cursor: pointer;
  margin-bottom: 40px;
}
.item_info {
  width: 100%;
}
.item_info .images_info {
  text-align: center;
}
.item_info .images_info a {
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}
.item_info:hover .images_info img {
  transform: scale(1.1);
}
.item_info .des_info {
  padding-top: 15px;
  text-align: center;
}
.item_info .des_info h3 a {
  font-family: 'Helvetica';
  font-size: 18px;
  color: #000;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #d8bc89;
  padding-bottom: 10px;
  margin-bottom: 10px;
  transition: all 0.3s;
  font-weight: 600;
}
.item_info .des_info h3 a:hover {
  color: #c4820e;
}
.item_info .des_info p {
  font-family: Helvetica;
  font-size: 15px;
  color: #626262;
  line-height: 25px;
  max-height: 48px;
  overflow: hidden;
}
a.a_info {
  width: 145px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #03275b;
  font-family: Helvetica;
  font-size: 14px;
  color: #fff;
  margin: auto;
  margin-top: 40px;
  transition: all 0.5s;
}
a.a_info:hover {
  background: red;
  color: #fff;
}
/* Trãi nghiệm */
.experience_home {
  padding: 40px 0;
}
.margin-ex {
  margin: 0 -15px;
}
.experience_home .title_main {
  margin-bottom: 30px;
}
.items_experience:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.items_ex {
  width: 100%;
  margin-bottom: 25px;
}
.items_ex .img_ex {
  text-align: center;
}
.items_ex .img_ex a {
  display: block;
  overflow: hidden;
  border: 1px solid #c3c4c5;
}
.items_ex:hover .img_ex img {
  transform: scale(1.1);
}
.items_ex .des_ex {
  padding: 25px 30px;
  border: 1px solid #f2f2f2;
      border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	background:#f5f6f7;
}
.items_ex .des_ex h3 a {
  font-family: Helvetica;
 /* font-size: 18px;*/
  color: #6d6d6e;
  display: block;
  height: 80px;
  overflow: hidden;
  font-weight: normal;
}
.items_ex .des_ex p {
  font-family: Helvetica;
  font-size: 14px;
  color: #9e9d9d;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.items_ex .des_ex p img {
  margin-right: 10px;
}
.items_ex .des_ex h3 a:hover {
  color: #c4820e;
}
.items_ex .des_ex a.a_experience {
  display: block;
  font-size: 12px;
  color: #03275b;
  margin-top: 10px;
  transition: all 0.3s;
}
.items_ex .des_ex a.a_experience:hover {
  color: red;
}
.banner_experience {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  display: inline-block;
}
.banner_experience p {
  font-family: Helvetica;
  font-size: 20px;
  color: #fed744;
  position: absolute;
  left: 0;
  width: 100%;
  top: 25%;
  text-align: center;
}
.banner_experience span {
  font-family: Helvetica;
  font-size: 16px;
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 70%;
  text-align: center;
}
.banner_experience1 {
  position: relative;
  text-align: center;
  display: inline-block;
}
.banner_experience1 p {
  font-family: 'Helvetica';
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 15px;
  bottom: 30px;
  padding-left: 10px;
  font-weight: 600;
}
.banner_experience1 a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 10px;
}
.banner_experience1 p:before {
  content: '';
  width: 2px;
  height: 14px;
  background: #e9bc3a;
  position: absolute;
  left: 0;
  top: 6px;
}
/* Banner qc */
.banner_qc {
  width: 100%;
  margin-bottom: 12px;
}
.banner_qc img {
  max-width: 100%;
}
.content_fanpage {
  width:100%;
  overflow:hidden;
  text-align:center;
}
.transition {
  transition: all 0.5s;
}
/*------Tin tức----------*/
.news-home {
  width: 100%;
  padding: 2px 0 55px 0;
  background: #e4a93b;
}
.news-home .box_news {
  background: #fff;
  padding: 35px;
}
.news-home .title_main {
  margin-bottom: 30px;
}
.items_news {
  width: 100%;
}
.items_news .img_news {
  text-align: center;
  position: relative;
 
}
.items_news .img_news img {
 
  border-top-left-radius: 3%;
  border-top-right-radius: 3%;
}
.items_news .img_news .date {
    width: 85px;
    height: 41px;
    background: url(../images/bg_date.png) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 20px;
}
.items_news .img_news .date p {
    font-family: 'Segoe UI', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #fff;
}
.items_news .img_news a {
  display: block;
  overflow: hidden;
  /*border: 1px solid #c3c4c5;*/
}
.items_news:hover .img_news img {
  transform: scale(1.1);
  border-radius: 3%;
}

.items_news .des_news {
  padding-top: 15px;
  border-bottom-left-radius: 3%;
    border-bottom-right-radius: 3%;
    background: #f9f9f9;
}
.items_news .des_news h3 {
  border-bottom: 1px solid #f2eadb;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.items_news .des_news p {
  font-family: Helvetica;
  font-size: 14px;
  color: #000;
  line-height: 25px;
  max-height: 74px;
  overflow: hidden;
}
.items_news .des_news h3 a {
  font-family: Helvetica;
  font-size: 16px;
  color: #000;
  display: block;
  max-height: 53px;
  overflow: hidden;
  font-weight: 100;
}
.items_news .des_news h3 a:hover {
  color: #c4820e;
}
.news-home a.a_readmore {
  width: 145px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #03275b;
  font-family: Helvetica;
  font-size: 14px;
  color: #fff;
  margin: auto;
  margin-top: 40px;
  transition: all 0.5s;
}
.news-home a.a_readmore:hover {
  background: red;
}
/* Event */
.event-home {
  padding: 40px 0;
}
.event-home .title_main {
  margin-bottom: 30px;
}
.items_event {
  width: 100%;
}
.margin-event {
  margin: 0 -15px;
}
#content .items_event {
  padding: 0 15px;
  margin-bottom: 30px;
}
.items_event .img_event {
  position: relative;
}
.items_event .img_event img{
  border-top-left-radius: 3%;
  border-top-right-radius: 3%;
}
.items_event .img_event .date {
  width: 85px;
  height: 41px;
  background: url('../images/bg_date.png') no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 20px;
}
.items_event .img_event .date p {
  font-family: Helvetica;
  font-size: 16px;
  color: #fff;
}
.items_event .img_event a {
  display: block;
  overflow: hidden;
  text-align: center;
}
.items_event:hover .img_event img {
  transform: scale(1.1);
}
.items_event .des_event {
  padding: 20px 30px;
  background: #f9f9f9;
  border-bottom-left-radius: 3%;
    border-bottom-right-radius: 3%;
}
.items_event .des_event h3 {
 border-bottom: 1px solid #f2eadb;
 padding-bottom: 13px;
 margin-bottom: 13px;
}
.items_event .des_event h3 a {
  font-family: Helvetica;
  font-size: 18px;
  color: #000;
  display: block;
  font-weight: 600;
  width: 100%;
  max-height: 53px;
  overflow: hidden;
  transition: all 0.3s;
  text-align: center;
}
.items_event .des_event h3 a:hover {
  color: #c4820e;
}
.items_event .des_event p {
  font-family: Helvetica;
  font-size: 14px;
  color: #000;
  line-height: 25px;
  max-height: 74px;
  overflow: hidden;
}
.items_event .des_event a.a_event {
  display: block;
  font-size: 12px;
  color: #03275b;
  margin-top: 10px;
  transition: all 0.3s;
}
.items_event .des_event a.a_event:hover {
  color: red;
}
.event-home a.a_readmore {
  width: 145px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #03275b;
  font-family: Helvetica;
  font-size: 14px;
  color: #fff;
  margin: auto;
  margin-top: 30px;
  transition: all 0.5s;
}
.event-home a.a_readmore:hover {
  background: red;
}

.items_event_top {
  width: 100%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.items_event_top .img_event_top {
  width: 42%;
}
.items_event_top .img_event_top a {
  display: block;
  text-align: center;
  overflow: hidden;
}
.items_event_top .img_event_top a:hover img {
  transform: scale(1.1);
}
.items_event_top .des_event_top {
  width: 58%;
  padding: 20px;
}
.items_event_top .des_event_top h3 a {
  font-family: 'Helvetica';
  font-size: 30px;
  color: #183761;
  display: block;
  overflow: hidden;
  max-height: 142px;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.items_event_top .des_event_top h3 a:hover {
  color: #c4820e;
}
.items_event_top .des_event_top p {
  font-family: Helvetica;
  font-size: 14px;
  color: #656464;
  max-height: 95px;
  overflow: hidden;
  line-height: 25px;
}
/* Contact */
.main_contact .container_main {
  max-width: 1130px;
}
.top-contact{
  padding-top: 40px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.top-contact .row {
  margin:0 -15px;
}
.top-contact .article-contact{width: 50%;padding-right:60px;}
.top-contact .article-contact h2 {
  font-family: 'Helvetica';
  font-size: 36px;
  color: #c4820e;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 5px;
  margin-bottom: 30px;
  font-weight: bold;
}
.items_contact {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 20px;
}
.items_contact .img-contact {
  width: 78px;
  padding-top: 10px;
}
.items_contact .des-contact {
  width: calc(100% - 78px);
}
.items_contact .des-contact h3 {
  font-family: 'Helvetica';
  font-size: 20px;
  color: #013e83;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
}
.items_contact .content-contact {
  font-family: Helvetica;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 25px;
}

.form-contact {
  width:50%;
  padding: 40px 50px;
  background: #e7e9eb;
}
.form-contact h2 {
  font-family: 'Helvetica';
  font-size: 24px;
  color: #013e83;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}
.form-contact .input-contact {
  margin-bottom: 20px;
}
.form-contact .input-contact input {
  width: 100%;
  height: 60px;
  background: #fff;
  border: 0;
  outline: none;
  padding-left: 20px;
  border-radius: 2px;
}
.form-contact .input-contact textarea {
  width: 100%;
  height: 123px;
  background: #fff;
  border: 0;
  outline: none;
  padding-left: 20px;
  border-radius: 2px;
  padding-top: 10px;
}
.form-contact .input-contact p {
  font-family: 'Helvetica';
  font-size: 20px;
  color: #424242;
  margin-bottom: 10px;
  font-weight: 600;
}
.bottom-contact{position:relative;padding:30px 25px 0 25px;}
.bottom-contact iframe{
  width: 100%;
  height:700px;
}
.form-contact .input-contact input::-webkit-input-placeholder {
  color: #838383;
  font-family: Helvetica;
  font-size: 20px;
}
.form-contact .input-contact input:-moz-placeholder {
  color: #838383;
  font-family: Helvetica;
  font-size: 20px;
}
.form-contact .input-contact input::-moz-placeholder {
  color: #838383;
  font-family: Helvetica;
  font-size: 20px;
}
.form-contact .input-contact input:-ms-input-placeholder {
  color: #838383;
  font-family: Helvetica;
  font-size: 20px;
}

.form-contact .input-contact textarea::-webkit-input-placeholder {
  color: #838383;
  font-family: Helvetica;
  font-size: 20px;
}
.form-contact .input-contact textarea:-moz-placeholder {
  color: #838383;
  font-family: Helvetica;
  font-size: 20px;
}
.form-contact .input-contact textarea::-moz-placeholder {
  color: #838383;
  font-family: Helvetica;
  font-size: 20px;
}
.form-contact .input-contact textarea:-ms-input-placeholder {
  color: #838383;
  font-family: Helvetica;
  font-size: 20px;
}
.form-contact  .btn-contact {
  width: 146px;
  height: 46px;
  background: #013e83;
  border-radius: 5px;
  font-family: 'Helvetica';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  outline: none;
  border: 0;
  margin: auto;
  display: block;
  font-weight: 600;
}
/*----------------------Đối tác-----------------*/

#partner {
  padding: 30px 0;
  background: #f8f8f8;
}
#partner .container_main {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#partner .partner_left {
  width: 75%;
}
#partner .box_partner_left {
  padding-right: 30px;
  border-right: 1px solid #dcba7c;
}
#partner .partner_right {
  width: 25%;
  padding-left: 30px;
}
#partner h2 {
  font-family: 'Helvetica';
  font-size: 18px;
  color: #183761;
  margin-bottom: 20px;
  font-weight: 600;
}
.margin-top-20 {
  margin-top: 20px;
}
.item_partner {
  padding: 0 1px;
}
.item_partner:hover img {
  transform: scale(1.1);
}
.item_partner a {
  display: block;
  border: 1px solid #aac4e1;
  border-radius: 2px;
  background: #fff;
  text-align: center;
  overflow: hidden;
}
.social_footer {
  padding: 5px;
  display: flow-root;
  align-items: center;
  flex-wrap: wrap;
}
.social_footer img {
  max-width: 24px;
  transition: all 0.5s;
  margin-left: 5px;
}
.social_footer img:hover {
  transform: rotate(25deg);
}
.social_footer span {
  font-family: Helvetica;
  font-size: 13px;
  color: #717273;
  margin-right: 10px;
}

/* Footer */




#footer .partner_left {
 /* width: 75%;*/
 padding-right: 30px;;
}
#footer .box_partner_left {
  padding-right: 30px;
}
#footer .partner_right {
  width: 25%; 
}

#footer {
  width: 100%;
 
  border-top: 1px solid #183761;
}
#footer .footer {
  padding: 30px 0;
}
#footer .footer .container_main {
  display: flex;
 /* align-items: center;*/
  justify-content: center;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#footer .logo_footer {
  width: 250px;
  padding-right: 20px;
}
#footer .logo_footer {
  width: 250px;
  padding-right: 20px;
}
#footer .content_footer {
  max-width: 500px;
  font-family: Helvetica;
  font-size: 14px;
 
  color: #174d89;
}
#footer .content_footer h2 {
  font-family: 'Helvetica';
  font-size: 17px;
  color:#174d89;
  margin-bottom: 5px;
  font-weight: 600;
}
#footer .copyright {
  padding: 15px 0;
  background:#183761;
}
#footer .copyright p {
 padding-left: 170px;
 font-family: Helvetica;
 font-size: 12px;
 color: #dcdbdb;
 /*font-style: italic;*/
}
#footer .banner_footer {
  position: absolute;
  left: -60px;
  bottom: -55px;
  z-index: 11;
  max-width: 210px;
  animation: mover 0.5s infinite alternate;
}
#footer .copyright a {
  cursor: pointer;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.icon_register {
  position: fixed;
  bottom: 15px;
  right: calc( (100% - 1200px) / 2 );
  z-index: 99;
}
.icon_register a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 275px;
  height: 46px;
  background: #faaf08;
  border-radius: 7px;
  font-family: Helvetica;
  font-size: 13px;
  color: #405071;
  position: relative;
}
.icon_register a img {
  margin-right: 10px;
}
.icon_register a:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  right: 22px;
  bottom: -14px;
  background: url('../images/after_icon_1.png') no-repeat;
}

/*---------------------Chi tiết tin tức--------*/
.noidung {
  font-family: Helvetica;
}
.noidung b,.noidung h1,.noidung trong,.noidung h2, .noidung h3 ,.noidung h4, .noidung h5 {
  font-family: 'Helvetica';
  font-weight: 600;
}
.noidung img {
  max-width:100% !important;
  height:auto !important;
}
.noidung table {
  max-width:100% !important;
}
.order_news {
  margin-bottom:5px;
  padding-left:25px;
}
.order_news a {
  font-size:15px;
  color:#666;
  margin-bottom:5px;
}
.order_news:hover {
  margin-left:-10px;
}
.order_news span {
  color:#0099FF;
}
.span_orther {
  width:100%;
  font-size:20px;
  font-family:'Helvetica';
  display:block;
  text-transform:uppercase;
  margin:15px 0;
  font-weight: 600;
}
.ngaydang {
  color:#666;
  font-size:13px;
  display:block;
  margin-bottom:10px;
}
.title_detail {
  text-align: center;
  margin-bottom: 20px;
}
.h2_detail {
  font-size:20px;
  font-family:'Helvetica';
  font-weight: 600;
}
.title_detail h1 {
  font-size: 30px;
}
.note_nd {
  width:100%;
  color:#000;
  font-size:16px;
}
.share_social {
  margin:10px 0;
}
.share_social .flex-box {
  display:flex;
  align-items:center;
  flex-wrap: wrap;
}
.zalo-share-button {
  margin-top:-5px;
  margin-left:5px;
}
.download a {
  display: inline-block;
  padding: 7px 20px;
  background: #3399ff;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-family: 'MuliRegular';
  margin-top: 20px;
  transition: all 0.5s;
}
.download i {
  margin-right: 5px;
}
.download a:hover {
  background: red;
}
/*-----------map--------*/
#map_canvas iframe {
  width:100%;
  height:400px;
}
#map_canvas1
{
  position: relative;
}
#map_canvas1 iframe {
  width:100%;
  height:440px;
  vertical-align: top;
}
/*----------Video-----------*/
.margin_video {
  margin:-10px;
}
.video_item {
  padding:10px;
}
.video_item h3 {
  text-transform:uppercase;
  text-align:center;
  padding-top:10px;
  color:#3e3e3e;
  font-family:'RobotoBold';
  width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.video_item:hover h3 {
  text-decoration:underline;
}

/*------Back to top-------------*/
.scrollToTop{width:41px;height:41px;text-align:center;font-weight:bold;color:#444;text-decoration:none;position:fixed;bottom:65px;right:25px;display:none;z-index:10;cursor:pointer;}
/*----Tin tức-----*/
.margin-cn-l {
  margin:0 -14px;
}
.items_cn-l,
.items_cn-t {
  padding:0 14px;
  margin-bottom: 20px;
}
.items_cn-t:nth-child(2n+1) {
  clear:both;
}
.item_sub_cn .des-sub_cn {
  width:65%;
  float:left;
  padding-left:15px;
}
.item_sub_cn .img_sub_cn {
  width:35%;
  float:left;
  border:1px solid #ccc;
  padding:5px;
}
.item_sub_cn .img_sub_cn a {
  display:block;
  overflow:hidden;
}
.item_sub_cn .img_sub_cn img {
  max-width:100%;
}
.item_sub_cn h3 a {
  font-family:'QuicksandBold';
  font-size:15px;
  color:#000;
  margin-bottom:10px;
  display:block;
  max-height: 45px;
  overflow: hidden;
}
.item_sub_cn p {
  font-family:'QuicksandRegular';
  font-size:13px;
  color:#5f5f5f;
  line-height:25px;
  max-height: 50px;
  overflow:hidden;
}
.item_sub_cn span {
  font-family:'QuicksandRegular';
  font-size:13px;
  color:#5f5f5f;
  display:block;
  margin-bottom:5px;
}
.item_sub_cn .des-sub_cn img {
  margin-right:5px;
  float:left;
  margin-top:2px;
}
.item_sub_cn:hover .img_sub_cn img {
  transform:scale(1.1,1.1);
}
.item_sub_cn:hover h3 {
  text-decoration:underline;
}
.fb-comments
{
  width: 100% !important;
}
#content {
  width:100%;
  padding: 30px 0 0;
  background: #fff;
}
#content.pd-3 {
  padding-bottom: 30px;
}
#content.pd-0 {
  padding-top:0;
}
#content .box_container {
  width:100%;
}
.slick-slide,
.slick-slide * {
  outline:none !important;
}
.lazy {
  opacity:0;
  transition:all 0.5s;
}
.lazy.loaded {
  opacity:1;
}
/*----------------------Loading------------------*/
#loadding{background:rgba(0,0,0,0.2);position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999999999999;display:none}
#floatingBarsG{position:absolute;width:60px;height:75px;margin:auto;position:absolute;top:0;left:0;right:0;bottom:0}
.blockG{position:absolute;background-color:rgb(255,255,255);width:10px;height:23px;border-radius:8px 8px 0 0;-o-border-radius:8px 8px 0 0;-ms-border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;transform:scale(0.4);-o-transform:scale(0.4);-ms-transform:scale(0.4);-webkit-transform:scale(0.4);-moz-transform:scale(0.4);animation-name:fadeG;-o-animation-name:fadeG;-ms-animation-name:fadeG;-webkit-animation-name:fadeG;-moz-animation-name:fadeG;animation-duration:1.2s;-o-animation-duration:1.2s;-ms-animation-duration:1.2s;-webkit-animation-duration:1.2s;-moz-animation-duration:1.2s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-direction:normal;-o-animation-direction:normal;-ms-animation-direction:normal;-webkit-animation-direction:normal;-moz-animation-direction:normal}
#rotateG_01{left:0;top:27px;animation-delay:0.45s;-o-animation-delay:0.45s;-ms-animation-delay:0.45s;-webkit-animation-delay:0.45s;-moz-animation-delay:0.45s;transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg)}
#rotateG_02{left:8px;top:10px;animation-delay:0.6s;-o-animation-delay:0.6s;-ms-animation-delay:0.6s;-webkit-animation-delay:0.6s;-moz-animation-delay:0.6s;transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg)}
#rotateG_03{left:25px;top:3px;animation-delay:0.75s;-o-animation-delay:0.75s;-ms-animation-delay:0.75s;-webkit-animation-delay:0.75s;-moz-animation-delay:0.75s;transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg)}
#rotateG_04{right:8px;top:10px;animation-delay:0.9s;-o-animation-delay:0.9s;-ms-animation-delay:0.9s;-webkit-animation-delay:0.9s;-moz-animation-delay:0.9s;transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg)}
#rotateG_05{right:0;top:27px;animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s;transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg)}
#rotateG_06{right:8px;bottom:7px;animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;transform:rotate(135deg);-o-transform:rotate(135deg);-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg)}
#rotateG_07{bottom:0;left:25px;animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s;transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg)}
#rotateG_08{left:8px;bottom:7px;animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;transform:rotate(-135deg);-o-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg)}
@keyframes fadeG{0%{background-color:rgb(0,0,0)}100%{background-color:rgb(255,255,255)}}
@-o-keyframes fadeG{0%{background-color:rgb(0,0,0)}100%{background-color:rgb(255,255,255)}}
@-ms-keyframes fadeG{0%{background-color:rgb(0,0,0)}100%{background-color:rgb(255,255,255)}}
@-webkit-keyframes fadeG{0%{background-color:rgb(0,0,0)}100%{background-color:rgb(255,255,255)}}
@-moz-keyframes fadeG{0%{background-color:rgb(0,0,0)}100%{background-color:rgb(255,255,255)}}
/*----------Gọi điện right----*/
.blink_me{-webkit-animation-name:blinker;-webkit-animation-duration:1s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;-moz-animation-name:blinker;-moz-animation-duration:1s;-moz-animation-timing-function:linear;-moz-animation-iteration-count:infinite;animation-name:blinker;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}
@-moz-keyframes blinker{0%{opacity:1.0}50%{opacity:0.0}100%{opacity:1.0}}
@-webkit-keyframes blinker{0%{opacity:1.0}50%{opacity:0.0}100%{opacity:1.0}}
@keyframes blinker{0%{opacity:1.0}50%{opacity:0.0}100%{opacity:1.0}}
/*----------Gọi điện right----*/
.blink_me{-webkit-animation-name:blinker;-webkit-animation-duration:1s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;-moz-animation-name:blinker;-moz-animation-duration:1s;-moz-animation-timing-function:linear;-moz-animation-iteration-count:infinite;animation-name:blinker;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}
@-moz-keyframes blinker{0%{opacity:1.0}50%{opacity:0.0}100%{opacity:1.0}}
@-webkit-keyframes blinker{0%{opacity:1.0}50%{opacity:0.0}100%{opacity:1.0}}
@keyframes blinker{0%{opacity:1.0}50%{opacity:0.0}100%{opacity:1.0}}
/*=========================*/
.quick-alo-phone.quick-alo-show{visibility:visible}
.quick-alo-phone{position:fixed;visibility:hidden;background-color:transparent;width:82px;height:64px;cursor:pointer;z-index:2!important;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transition:visibility .5s;-moz-transition:visibility .5s;-ms-transition:visibility .5s;-o-transition:visibility .5s;transition:visibility .5s;right: 100px;bottom: 300px;}
.quick-alo-phone.quick-alo-green .quick-alo-ph-circle{border-color:#2aa3d4;opacity:0.5}
.quick-alo-ph-circle{width:140px;height:140px;top:25px;left:25px;position:absolute;background-color:transparent;border:2px solid rgba(30,30,30,0.4);opacity:0.1;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-webkit-animation:quick-alo-circle-anim 1.2s infinite ease-in-out;-moz-animation:quick-alo-circle-anim 1.2s infinite ease-in-out;-o-animation:quick-alo-circle-anim 1.2s infinite ease-in-out;animation:quick-alo-circle-anim 1.2s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}
.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill{background-color:rgba(0,175,242,0.5);background-color:#a6e3fa 9;opacity:1!important}
.quick-alo-ph-circle-fill{width:90px;height:90px;top:50px;left:50px;position:absolute;background-color:#000;border:2px solid transparent;opacity:0.1;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-webkit-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;-o-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}
.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle{background-color:#2aa3d4}
.quick-alo-ph-img-circle{width: 50px;height: 50px;top:70px;left:70px;position:absolute;background: rgba(30,30,30,0.1) url("../images/phone.png") no-repeat center center;border:2px solid transparent;opacity:1;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-webkit-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-moz-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-o-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;}
.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:#75eb50}
@keyframes quick-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-moz-transform:rotate(0) scale(.5) skew(1deg);-ms-transform:rotate(0) scale(.5) skew(1deg);-o-transform:rotate(0) scale(.5) skew(1deg);transform:rotate(0) scale(.5) skew(1deg);opacity:0.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-moz-transform:rotate(0) scale(.7) skew(1deg);-ms-transform:rotate(0) scale(.7) skew(1deg);-o-transform:rotate(0) scale(.7) skew(1deg);transform:rotate(0) scale(.7) skew(1deg);opacity:0.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-moz-transform:rotate(0) scale(1) skew(1deg);-ms-transform:rotate(0) scale(1) skew(1deg);-o-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg);opacity:0.1}}
@keyframes quick-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-moz-transform:rotate(0) scale(.7) skew(1deg);-ms-transform:rotate(0) scale(.7) skew(1deg);-o-transform:rotate(0) scale(.7) skew(1deg);transform:rotate(0) scale(.7) skew(1deg);opacity:0.2}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);-moz-transform:rotate(0) scale(1) skew(1deg);-ms-transform:rotate(0) scale(1) skew(1deg);-o-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg);opacity:0.2}100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-moz-transform:rotate(0) scale(.7) skew(1deg);-ms-transform:rotate(0) scale(.7) skew(1deg);-o-transform:rotate(0) scale(.7) skew(1deg);transform:rotate(0) scale(.7) skew(1deg);opacity:0.2}}
@keyframes quick-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg);-moz-transform:rotate(0) scale(1) skew(1deg);-ms-transform:rotate(0) scale(1) skew(1deg);-o-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg);-moz-transform:rotate(-25deg) scale(1) skew(1deg);-ms-transform:rotate(-25deg) scale(1) skew(1deg);-o-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg);-moz-transform:rotate(25deg) scale(1) skew(1deg);-ms-transform:rotate(25deg) scale(1) skew(1deg);-o-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg);-moz-transform:rotate(-25deg) scale(1) skew(1deg);-ms-transform:rotate(-25deg) scale(1) skew(1deg);-o-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg);-moz-transform:rotate(25deg) scale(1) skew(1deg);-ms-transform:rotate(25deg) scale(1) skew(1deg);-o-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);-moz-transform:rotate(0) scale(1) skew(1deg);-ms-transform:rotate(0) scale(1) skew(1deg);-o-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-moz-transform:rotate(0) scale(1) skew(1deg);-ms-transform:rotate(0) scale(1) skew(1deg);-o-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}}
/*----------ChatFace-----------*/
#btn-call {display: block;width: 40px;height: 40px;position: fixed;right: 25px;bottom: 310px;z-index: 999;}
#btn-call i {width: 40px;height: 40px;border-radius: 50%;background: #0f852b;color: #fff;font-size: 20px;text-align: center;line-height: 40px;position: relative;z-index: 9999;}
.kenit-alo-circle-fill {width: 60px;height: 60px;top: -10px;position: absolute;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;background-color: rgba(15,133,43, 0.45);opacity: .75;right: -10px;}
.kenit-alo-circle {width: 50px;height: 50px;top: -5px;right: -5px;position: absolute;background-color: transparent;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid rgba(64, 72, 204, .8);opacity: .1;border-color: #4048CC;opacity: .5;}
#btn-zalo {display: block;width: 40px;height: 40px;position: fixed;right: 25px;bottom: 230px;z-index: 9999;}
#btn-zalo i {display: flex;display: -ms-flex;align-items: center;-ms-flex-align: center;width: 40px;height: 40px;border-radius: 50%;background: #0ba4ca;position: relative;z-index: 999;}
#btn-zalo i img { vertical-align: middle;max-width: 100%; }
.kenit-alo-circle-fill {width: 60px;height: 60px;top: -10px;position: absolute;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;background-color: rgba(15,133,43,0.45);opacity: .75;right: -10px;}
.kenit-alo-circle {width: 50px;height: 50px;top: -5px;right: -5px;position: absolute;background-color: transparent;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid rgba(15,133,43, .8);opacity: .1;border-color: #0f852b;opacity: .5;}
.js-facebook-messenger-container.closed,.js-facebook-messenger-tooltip.closed{display:none!important}.js-facebook-messenger-tooltip{bottom:97px;right:97px}.js-facebook-messenger-tooltip{color:#404040;background:#fff}.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}.js-facebook-messenger-tooltip{display:none;position:fixed;text-align:center;border-radius:10px;overflow:hidden;font-size:12px;line-height:1;padding:10px;border:1px solid rgba(0,0,0,0.1);box-shadow:rgba(0,0,0,0.15) 0 2pt 10pt;z-index:1.0E+30}.js-facebook-messenger-close-tooltip{width:10px;height:10px;display:inline-block;cursor:pointer;margin-left:10px}.js-facebook-messenger-box.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}.js-facebook-messenger-box.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.js-facebook-messenger-box{bottom:70px;right:15px}.js-facebook-messenger-box{background: #419bf3;}.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}.js-facebook-messenger-box{width:60px;height:60px;display:block;position:fixed;cursor:pointer;text-align:center;line-height:60px;background: #b08015;border-radius:100%;overflow:hidden;-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);-moz-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);}.js-facebook-messenger-box.rotate svg#fb-msng-icon{transform:rotate(0deg)}.js-facebook-messenger-box svg#fb-msng-icon{width:30px;height:30px;position:absolute;top:15px;left:15px;opacity:1;overflow:hidden;-webkit-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-moz-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-o-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;transition:opacity 160ms ease-in-out,transform 160ms ease-in-out}.js-facebook-messenger-box.rotate svg#close-icon{transform:rotate(-45deg)}.js-facebook-messenger-box svg#close-icon{opacity:0;width:20px;height:20px;position:absolute;top:20px;left:20px;-webkit-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-moz-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-o-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;transition:opacity 160ms ease-in-out,transform 160ms ease-in-out}.js-facebook-messenger-container{transform:translateY(50px);bottom:110px;right:35px}.js-facebook-messenger-container,.js-facebook-messenger-container-button{z-index:999999999999999999999999999999}.js-facebook-messenger-container{position:fixed;opacity:0;border-radius:10px;pointer-events:none;box-shadow:0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);-webkit-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;-moz-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;-o-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;transition:transform 160ms ease-in-out,opacity 160ms ease-in-out}.js-facebook-messenger-top-header{width:300px}.js-facebook-messenger-top-header{color:#fff;background: #419bf3;}.js-facebook-messenger-top-header{display:block;position:relative;width:300px;background: #419bf3;color:#fff;text-align:center;line-height:1;padding:10px;font-size:14px;border-top-left-radius:10px;border-top-right-radius:10px;}.js-facebook-messenger-container iframe,.js-facebook-messenger-container-button iframe{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}.js-facebook-messenger-container,.js-facebook-messenger-container-button{z-index:99999999999999999999999999999999999999999}.js-facebook-messenger-top-header{color:#fff;background: #0e55a5;}.js-facebook-messenger-box{background: #0e55a5;}.js-facebook-messenger-top-header{width:300px}.js-facebook-messenger-tooltip{color:#404040;background:#fff}.js-facebook-messenger-box{bottom: 140px;right:15px;}.js-facebook-messenger-container{transform:translateY(50px);bottom: 200px;right:35px;}.js-facebook-messenger-container.open{transform:translateY(0px);opacity:1;pointer-events:all}.js-facebook-messenger-tooltip{bottom:97px;right:97px}.js-facebook-messenger-box.open svg#fb-msng-icon{opacity:0}.js-facebook-messenger-box.rotate.open svg#close-icon{transform:rotate(0deg)}.js-facebook-messenger-box.open svg#close-icon{opacity:1}
.shake-anim {
  -webkit-animation: shake-anim 1s infinite ease-in-out;
  -moz-animation: shake-anim 1s infinite ease-in-out;
  -ms-animation: shake-anim 1s infinite ease-in-out;
  -o-animation: shake-anim 1s infinite ease-in-out;
  animation: shake-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#btn-zalo .kenit-alo-circle {
  border-color: #0ba4ca;
}
#btn-zalo .kenit-alo-circle-fill {
  background-color: rgba(11,164,202,0.45);
}
#btn-cart {display: block;width: 40px;height: 40px;position: fixed;right: 25px;bottom: 390px;z-index: 9999;}
#btn-cart i {width: 40px;height: 40px;border-radius: 50%;background: #2f6178;color: #fff;font-size: 20px;text-align: center;line-height: 40px;position: relative;z-index: 9999;}
.shake-anim {
  -webkit-animation: shake-anim 1s infinite ease-in-out;
  -moz-animation: shake-anim 1s infinite ease-in-out;
  -ms-animation: shake-anim 1s infinite ease-in-out;
  -o-animation: shake-anim 1s infinite ease-in-out;
  animation: shake-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@keyframes shake-anim{
  0% {
    transform: rotate(0) 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(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
/*----------Popup-----------*/
#popub{position:fixed;top:0;left:0;background:rgba(0,0,0,.8);z-index:10001;text-align:center}
.noidung_popup{max-width:700px;min-width:500px;background:white;float:left;padding:20px}
#popub .popub{position:relative;max-width:80%;margin:auto;display:inline-block}
#popub .popub .close_popup{position:absolute;background:url(../images/close.png) center center no-repeat;width:60px;height:60px;right:-33px;top:-33px;z-index:999999;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;display:block;box-shadow:0 0 60px rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.5);background-color:rgba(255,255,255,.1)}
.close_popup,.list-group-item>.badge{float:right}
.close_popup{font-size:21px;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:1}
#popub{width:100%;height:100%;display:none}
#popub .popub .close_popup:hover{background-color:rgba(255,255,255,.3);box-shadow:0 0 20px rgba(255,255,255,.8);cursor:pointer}
/*----------Gọi điện-----------*/
.toolbar2 {display: none;background: #152b75;padding: 5px;bottom: 0;right: 0;left: 0;position: fixed;z-index: 500;height: auto;border-top: 1px solid #cbcbcb;}
.toolbar2 ul{list-style: none;padding-left: 0}
.toolbar2 ul li {text-align: center; float: left; width: 25%; }
.toolbar2 ul li a {display: inline-block; width: 100%; }
.toolbar2 ul li a span {color: #fff;font-size: 3vw;font-weight: 400;}
.icon-m {background: url(../images/icon_m.png) no-repeat; display: inline-block; }
.icon-t1 {background-position: 5px -3px;width: 30px;height: 25px;background-size: 180px; }
.icon-t2 {background-position: -37px -3px;width: 30px;height: 25px;background-size: 180px; }
.icon-t3 {background-position: -80px -3px; width: 58px;height: 25px;background-size: 180px; }
.icon-t4 {background-position: -150px 0px; width: 30px;height: 26px;background-size: 180px; }
#nhantin .fa{background: none;color: #fff;font-size: 23px;margin-bottom: 5px;padding-top: 2px;}
#direct {
  display: block;
  width: 55px;
  height: 55px;
  position: fixed;
  right: 20px;
  bottom: 295px;
  z-index: 9999;
}
/*----------Gọi điện-----------*/
div.widget-mobile { position: fixed; left: 50%; transform: translateX(-50%); bottom: 10px; z-index: 9999999; display: none; }
div#my-menu { position: relative; width: 50px!important; height: 50px!important; }
div.wcircle-open .wcircle-icon i:before { content: '\f00d'; }
div.wcircle-icon { background: #cc0000;  border-radius: 50%; display: flex!important; display: -ms-flex!important; align-items: center; -ms-flex-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative!important; }
div.wcircle-icon:before { position: absolute; content: ''; width: 60px; height: 60px; background: rgba(255,0,0,.5); border: 1px solid #fff; border-radius: 50%; left: -5px; top: -5px; -webkit-animation: pulse 1s infinite ease-in-out; -moz-animation: pulse 1s infinite ease-in-out; -ms-animation: pulse 1s infinite ease-in-out; -o-animation: pulse 1s infinite ease-in-out; animation: pulse 1s infinite ease-in-out; }
div.wcircle-icon:after { position: absolute; content: ''; width: 80px; height: 80px; background: rgba(255,0,0,.5); border-radius: 50%; left: -15px; top: -15px; -webkit-animation: zoomIn 2s infinite ease-in-out; -moz-animation: zoomIn 2s infinite ease-in-out; -ms-animation: zoomIn 2s infinite ease-in-out; -o-animation: zoomIn 2s infinite ease-in-out; animation: zoomIn 2s infinite ease-in-out; }
div.wcircle-menu { position: absolute!important; left: 0; top: 0; display: none; }
div.wcircle-menu-item { width: 50px; height: 50px; background: #cc0000; border-radius: 50%; display: flex; display: -ms-flex; align-items: center; -ms-flex-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
div.wcircle-menu-item img { width: 50px; height: 50px; display: block; border-radius: 50%; }
div.wcircle-menu-item i, div.wcircle-icon i { font-size: 25px; color: #fff; position: relative; z-index: 9999; }
.margin-top-30 {
  margin-top: 30px;
}
.breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a {
  font-size: 12px;
  color:#333 !important;
}
/* Right */
#right {
  width: 350px;
  float: right;
  position: sticky;
  top: 100px;
  z-index: 99;
}
#right h2 {
  font-family: 'Helvetica';
    font-size: 18px;
    color: #174d89;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.content_right {
  width:calc(100% - 350px);
  float:left;
  padding-right: 30px;
}
#right .right {
  margin-bottom: 20px;
}
#right .right:last-child {
  margin-bottom: 0;
}
#right .right ul {
  padding-left: 0;
}
#right .right ul li {
  list-style: none;
}
#right .right ul li a {
  font-family: Helvetica;
  font-size: 14px;
  color: #000;
  display: block;
  padding: 5px 0;
}
#right .right ul li:hover a {
  color: #174d89;
}
/* Phân Trang Ajax */
.pagination-ajax{text-align:center;}
.pagination-ajax a{display:inline-block;vertical-align:top;margin:0px 2px 3px 2px;color:#333;background:#eee;border:1px solid rgba(161,161,161,0.4);font-size:12px;cursor:pointer;padding:3px 10px 5px 10px;border-radius:2px;}
.pagination-ajax a.current,.pagination-ajax a:hover{background: #ff0000;color:#fff;border-color: #ff0000;}

.breadCrumbs {
  background: #faaf08;
  padding: 10px 0;
  margin-bottom: 20px;
} 
.content_fanpage {
  overflow: hidden;
}
/* Toc */
.box-readmore{padding:8px 15px;border:1px solid #dedede;margin-bottom:2rem;border-radius:5px;background-color:#eeeeee;}
.box-readmore li ul>li{margin:0;margin-bottom:8px}
.box-readmore li ul>li:before{content:counters(item,".") " "}
.box-readmore ul{list-style-type:none;counter-reset:item;margin-bottom:0px;padding-left:0px!important;margin-top:8px;}
.box-readmore ul li{display:table;counter-increment:item;margin-bottom:5px}
.box-readmore ul li:before{content:counters(item,".") ". ";display:table-cell;padding-right:5px}
.box-readmore ul li a{color:#333333;cursor:pointer;font-weight:600;}
.box-readmore ul li a:hover{color:#767676;}

.sitemap {
  padding: 30px 30px 10px 30px;
  display: none;
  position: relative;
}
.close_sitemap {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.close_sitemap i {
  font-size: 35px;
}
.margin-sm {
  margin: 0 -15px;
}
.items_sitemap {
  padding: 0 15px;
  margin-bottom: 20px;
}
.items_sitemap h3 a {
  font-family: 'Helvetica';
  font-size: 16px;
  color: #333;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.items_sitemap ul {
  padding-left: 15px;
}
.items_sitemap ul li {
  list-style: none;
}
.items_sitemap ul li a {
  font-family: Helvetica;
  font-size: 16px;
  color: #333;
  display: block;
  margin-bottom: 10px;
}
.items_sitemap a:hover {
  color: #405071;
  text-decoration: underline;
}
.embeddedServiceHelpButton 
{
	display:none !important;
}

ul.c-multiLang {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
margin-right: 5px;
}

ul.c-multiLang li {
    font-size: 0;
}

ul.c-multiLang a {
    padding: 0 !important;
    font-size: 0 !important;
}
.is-mobile {display: none!important;;}
@media only screen and (max-width: 1024px) { 
  ul.c-multiLang {
    position: absolute;
    right: -60px;
  }
}
@media only screen and (max-width: 767px) { 
.is-mobile {
display: block!important;;
}

ul.c-multiLang.is-mobile {
    position: absolute;
    top: 145px;
    right: 15px;
    margin: 0;
    padding: 0;
    z-index: 9999;
    display: flex!important;;
}
.header.fix_head  ul.c-multiLang.is-mobile {
  top: 30px;
    right: 50px;
}
}
.img_news a 