﻿@charset "utf-8";

html, body {
    font-size: 100%;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
}

body {
    margin-top: 0px;
    background: #fcfcfc;
    font: 13px/21px Arial, sans-serif;
    color: #000;
    overflow-x: hidden;
    font-style: normal;
    min-height: 800px;
}

a, .btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

a {
    color: #000;
    text-decoration: none !important;
}

    a:hover, a:focus {
        color: #C8081C;
    }
label{font-weight:normal !important;margin-top:10px;}
ul {
    list-style-type: none;
}
.for-mobile, .for-tablet {
  display: none !important;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 2000;
}
.navbar {
    min-height: 0 !important;
    width: auto !important;
}
.modal {
    z-index: 9999 !important;
}
.note{color:#808080;font-style:italic}
/* Header ----------------------------------------*/
header .navbar {
    position: relative;
    margin-bottom: 0;
    border: 1px solid transparent;
    background-color: #FAFAFA;
}
header.tophead{padding:0;}
header.tophead .navbar-collapse {
    position: absolute !important;
    top: 100%;
    background: #fee5ad;
    z-index: 1000;
    box-shadow: 1px 1px 6px 1px #FAFAFA;
    left: 0;
    right: 0px;
    height: auto;
}

header.navbar-nav.nav-top {
    list-style: none;
}

header.tophead ul.nav-top li {
    display: inline-flex;
    align-self: center;
}
header ul.nav-top li {
	border-right: solid 1px #ddd;
    padding: 0 10px;
}

header.tophead ul.nav-top li a, .tophead ul.nav-top li a:link {
    font-weight:bold;
    line-height:30px;
    font-size:12px !important;
    color:#033d6f;
    padding: 0;
}
    .tophead ul.nav-top li a:hover {
        color: #f00;
		background:none;
    }

.topbanner {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
}
.topbanner .logo {
  float: left;
  margin: 20px 0;
}

/* ---------------------------------- */
header.primary {
  position: fixed;
  z-index: 1999;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

header.primary.up {
  top: -172px;
}
header.primary.up nav.menu {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  border-top-color: transparent;
  border-bottom: none;
}
header.primary.up nav.menu .brand {
  display: block;
}
header.primary.up nav.menu ul.nav-list {
  margin-left: 40px;
}
header.primary.up nav.menu ul.nav-list li:first-child {
  margin-left: 0;
}
header.primary.up nav.menu ul:not(.dropdown-menu) > li > a {
  padding-top: 0;
  padding-bottom: 0;
  height: 53px;
  line-height: 52px;
}
header.primary.up nav.menu ul:not(.dropdown-menu) > li > a .badge {
  top: 2px;
}
header.primary.up nav.menu .dropdown-menu {
  top: 53px;
}
header.primary.up nav.menu .dropdown-menu .dropdown-menu {
  top: 0;
}

/* Menu -------------------------------------------------*/
.menu {
  position: relative;
  display: inline-block;
  height: 55px;
  width: 100%;
  line-height: 23px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.menu .container {
  /* Mega menu support */
  position: relative;
}
.menu .brand {
  display: none;
  float: left;
  width: 80px;
  height: 50px;
  line-height: 52px;
}
.menu .brand img {
  width: 100%;
}
.menu .brand a {
  text-decoration: none;
}
.menu .mobile-toggle {
  font-size: 32px;
  line-height: 0;
  float: right;
  margin-left: 20px;
  display: none;
  padding: 11px 0;
}
.menu ul.nav-list > li:first-child {
  margin-left: -17px;
}
.menu ul {
  margin: 0 auto;
  display: inline-block;
  padding: 0;
  z-index: 9;
}
.menu ul > li {
  float: left;
  display: block;
}
.menu ul > li > a {
  display: block;
  color: #fff;
  font-weight:bold;
  padding: 10px 10px;
  text-decoration: none;
  letter-spacing: .5px;
  line-height: 32px;
  font-family: 'Raleway', sans-serif;
  position: relative;
  z-index: 1;
}
.menu ul > li > a i {
  margin-left: 5px;
}
    .menu ul > li > .back i {
        color:#000;
    }
.menu ul > li > a .badge {
  background-color: #F73F52;
  position: absolute;
  top: 2px;
  right: -5px;
}
.menu ul > li > a:after {
  content: ' ';
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #F73F52;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  margin-top: -2px;
}
.menu ul > li.active a:after, .menu ul > li:hover > a:after {
  width: 100%;
}
.menu ul > li:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
}
.menu ul > li .dropdown-menu {
  border-radius: 0;
  border: none;
  top: 54px;
  box-shadow: 0 20px 60px #ddd;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}

.menu ul > li .dropdown-menu > li {
  float: none;
  display: block;
  position: relative;
}
.menu ul > li .dropdown-menu > li.divider {
  padding: 10px 0;
  background-color: #fff;
  position: relative;
}
.menu ul > li .dropdown-menu > li.divider:before {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #f2f2f2;
}
.menu ul > li .dropdown-menu > li > a {
  background-color: #fff;
  color:#000;
  font-weight:normal;
  width: 230px;
  position: relative;
  overflow: hidden;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  padding: 5px 10px;
}
.menu ul > li .dropdown-menu > li > a:after {
  position: absolute;
  content: ' ';
  top: 100%;
  left: 50px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  background-color: transparent;
  z-index: -1;
}
.menu ul > li .dropdown-menu > li > a i {
  float: right;
}
.menu ul > li .dropdown-menu > li > a .icon {
  float: none;
  width: 25px;
  float: left;
  margin-left: -2px;
}
.menu ul > li .dropdown-menu > li.active a:after {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transform: scale(82);
  -webkit-transform: scale(82);
  -moz-transform: scale(82);
  -o-transform: scale(82);
  background-color: #F73F52;
  width: 5px;
}
.menu ul > li .dropdown-menu > li:hover > a {
  color: #fff;
}
.menu ul > li .dropdown-menu > li:hover > a:after {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transform: scale(82);
  -webkit-transform: scale(82);
  -moz-transform: scale(82);
  -o-transform: scale(82);
  background-color: #F73F52;
  width: 5px;
}
.menu ul > li .dropdown-menu > li ul {
  position: absolute;
  left: 230px;
  top: 0;
}
.home {
    padding-top: 200px !important
}
/* -----------------------------------------------------*/
.col-1 {
    width: 100%;
    display: inline-block;
}
.col-2 {
    width: 50%;
    display:inline-block;
}
.col-3 {
    width: 33%;
    display: inline-block;
}
.col-4 {
    width: 25%;
    display: inline-block;
}
.col-5 {
    width: 20%;
    display: inline-block;
}
.mdh-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
}

.mdh-flex-space-between {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.mdh-flex-middle {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mdh-flex-right {
    float: right;
}
/* ------------------------------------------*/
.bg-primary {
    opacity: 1;
    background-color: #0099cc !important;
}
.bg-black {
    opacity: 1;
    background-color: #000000 !important;
}
.bg-blue {
    opacity: 1;
    background-color: #0000ff !important;
}
.bg-green {
    opacity: 1;
    background-color: #008000 !important;
}
.bg-red {
    opacity: 1;
    background-color: #FF0000 !important;
}
.bg-cyan {
    opacity: 1;
    background-color: #00FFFF !important;
}
.bg-darkblue {
    opacity: 1;
    background-color: #00008B !important;
}
.bg-orange {
    opacity: 1;
    background-color: #FFA500 !important;
}
.bg-brown {
    opacity: 1;
    background-color: #A52A2A !important;
}
.bg-maroon {
    opacity: 1;
    background-color: #800000 !important;
}
.text-white {
    opacity: 1;
    color: #fff !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.font_14 {
    font-size: 14px;
}
.mt-0{margin-top:0!important}
.mt-1{margin-top:.25rem!important}
.mt-2{margin-top:.5rem!important}
.mt-3{margin-top:1rem!important}
.mt-4{margin-top:1.5rem!important}

.mb-0{margin-bottom:0!important}
.mb-1{margin-bottom:.25rem!important}
.mb-2{margin-bottom:.5rem!important}
.mb-3{margin-bottom:1rem!important}
.mb-4{margin-bottom:1.5rem!important}

.ml-0 {margin-left: 0 !important}
.ml-1 {margin-left: .25rem !important}
.ml-2 {margin-left: .5rem !important}
.ml-3 {margin-left: 1rem !important}
.ml-4 {margin-left: 1.5rem !important}

.mr-0 {margin-right: 0 !important}
.mr-1 {margin-right: .25rem !important}
.mr-2 {margin-right: .5rem !important}
.mr-3 {margin-right: 1rem !important}
.mr-4 {margin-right: 1.5rem !important}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
}
.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}
.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.aside-title {
    display: inline-block !important;
	width:100%
}
.line {
    height: 3px !important;
    width: 100%;
}
hr {
    color: inherit;
    opacity: 1;
}
.table-bordernone{border:none !important}
.table-bordernone tr {
    border: none !important
}
    .table-bordernone tr td{
        border: none !important
    }
/* Widget --------------------------------------- */
    .widget {
        border: none !important;
        background: #fff;
        color: #000;
        border-radius: 2px;
        transition: 0.3s;
        margin: 15px 0;
        padding: 10px;
        box-shadow: 0 2px 3px #ede7e7;
    }
    .widget .title {
        line-height: 30px;
        font-weight:400;
        text-transform:uppercase;
        margin:0;
        padding-bottom:10px;

    }
    .widget .item {
        width:100%;
        padding: 0;
        padding-bottom: 15px;
    }

        .widget .item:last-child {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }

    .widget .focus-item .image {
        width: 100%;
        display: inline-block;
        padding: 0;
        margin: 0;
    }

    .widget .item .image {
        width: 30%;
        display: inline-block;
        float: left;
    }
    .widget .item .nav-image {
        width: 70%;
        display: inline-block;
        float: right;
        padding-left: 15px;
    }
    .widget .item .image, .widget .focus-item .image {
        overflow: hidden;
    }
        .widget .item .image img, .widget .focus-item .image img {
            width: 100%;
            height: auto;
        }

        .widget .item .image:hover img, .widget .focus-item .image:hover img {
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
        }

    .widget .forcus-item .title-1 {
        line-height: 20px;
        font-size:16px;
        font-weight:bold;
        overflow: hidden;
        margin-top: 0px;
    }
    .widget .item .title-2 {
        line-height: 20px;
        overflow: hidden;
        margin-top: 0px;
    }

    .widget .date {
        color: #999;
        margin-bottom: 3px;
    }

   .widget .desc {
        margin: 0;
        line-height: 20px;
        overflow: hidden;
        text-align:justify;
        margin: 15px 0;
    }

   .widget .list-item{
       padding-left:15px;
   }
	
/* News detail -------------------------------*/
news-detail {
    text-align: justify;
    line-height: 25px;
    font-size: 13px;
    font-family: Tahoma, Verdana, sans-serif !important;
    color: #000;
}
.news-title {
    text-align: justify;
    line-height: 25px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold
}

.news-list {
    background: url(../img/bullet.gif) no-repeat left;
    text-decoration: none;
    padding: 0 0 0 15px;
}

.note-list {
    background: url(../img/speaker.png) no-repeat left;
    text-decoration: none;
    padding: 0 0 0 15px;
}

.news-date {
    color: #808080 !important;
    text-align:right;
}

.newsdetail {
    border-collapse: collapse;
    padding: 10px 10px 10px 10px;
    text-align: justify;
}

.imgtextwrapleft {
    border: 1px solid #009900;
    border-radius: 2px;
    width: 20%;
    text-decoration: none;
    float: left;
    margin: 0 10px 10px 0;
}

/* Aside --------------------------------------- */
aside {
    margin: 15px 0;
    display: inline-block;
    width: 100%;
}
aside:last-child {
  margin-bottom: 0 !important;
}
aside:first-child {
    margin-top: 0 !important;
}
aside .image {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}
aside .image img {
    width: 100%;
    height: auto;
}
.subject ul {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 0;
}

    .subject ul > li {
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid #f2f2f2;
        cursor:pointer;
    }

.underline-animation {
    display: inline-block;
    position: relative;
}

    .underline-animation::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #0087ca;
        transition: transform 0.3s ease-out;
    }

    .underline-animation:hover::after {
        transform: scaleX(1);
    }

    .underline-animation.left::after {
        transform-origin: bottom right;
    }

    .underline-animation.left:hover::after {
        transform-origin: bottom left;
    }

    .underline-animation.center::after {
        transform-origin: bottom center;
    }

    .underline-animation.center:hover::after {
        transform-origin: bottom center;
    }

    .underline-animation.right::after {
        transform-origin: bottom left;
    }

    .underline-animation.right:hover::after {
        transform-origin: bottom right;
    }
/* Chat box ---------------------------------------*/
.register {
    border: none;
    border-radius: 5px;
    height: 110px;
    width: 110px;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 1000;
    background: none;
    animation: grow-shrink 5000ms infinite;
    animation-timing-function: ease-in-out;
}
@keyframes grow-shrink {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}
.toolbox-btn {
    border: none;
    border-radius: 35px;
    height: 70px;
    width: 70px;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999;
}
    .toolbox-btn.chat {
        background-image: url("../img/icons/chat.png");
        background-position: center center;
        background-size: 50px 50px;
        background-repeat: no-repeat;
    }
    .toolbox-btn.close {
        background-image: url("../img/icons/close.png");
        background-position: center center;
        background-size: 50px 50px;
        background-repeat: no-repeat;
    }
    .toolbox-btn:hover {
        opacity: 1;
    }
.chatbox {
	background: center no-repeat #FFF;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.6);
	display: none;
	position: fixed;
	bottom: 55px;
	left: 10px;
	z-index: 999;
}
	.chatbox a {
		border: none;
		cursor: pointer;
		height: 50px;
		width: 160px;
		background-size: 40px 40px;
		background-repeat: no-repeat;
		background-position: 5px center;
		padding-left: 55px;
		padding-top: 15px
	}
		.chatbox a:hover {
			background-color: #ddd
		}

		.chatbox a.messenger {
			background-image: url("../img/icons/messenger.png");
		}

		.chatbox a.zalo {
			background-image: url("../img/icons/zalo.png");
		}

		.chatbox a.email {
			background-image: url("../img/icons/email.png");
		}

		.chatbox a.hotline {
			background-image: url("../img/icons/phone.png");
		}
.is-typing {
	width: 60px;
	position: absolute;
	justify-content: space-between;
	display: flex;
}

.jump1,
.jump2,
.jump3 {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #2a3587;
}

.jump1 {
	animation: typing 4s infinite;
	animation-delay: 0s;
}

.jump2 {
	animation: typing 4s infinite;
	animation-delay: .2s;
}

.jump3 {
	animation: typing 4s infinite;
	animation-delay: .4s;
}

@keyframes typing {
	0% {
		transform: translateY(10px);
		background-color: gray;
	}

	33% {
		transform: translateY(30px);
	}

	66% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(10px);
	}
}

/* Response -------------------------------------------------------------------*/
.navbar-toggler {
    display: none;
}

@media only screen and (min-width: 960px) {
    /* styles for browsers larger than 960px; */
}

@media only screen and (min-width: 1440px) {
    /* styles for browsers larger than 1440px; */
}

@media screen and (max-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5 {
        width: 100%;
        display: inline-block;
    }
    .for-mobile, .for-tablet {
        display: block !important;
    }
    header.primary.up nav.menu .brand {
        display: block;
    }

  .sidebar {
    position: fixed;
    top: 0;
    right: -300px;
    height: 100%;
    width: 300px;
    z-index: 2001;
    background-color: #fff;
    overflow: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }
  .sidebar.active {
    right: 0;
  }
  .sidebar .sidebar-title {
    margin: 0 -15px;
    height: 53px;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    letter-spacing: .5px;
    font-weight: 700;
    line-height: 55px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 30px;
  }

  nav.menu {
    height: 55px;
  }
  nav.menu .mobile-toggle {
    display: inline-block;
  }
  nav.menu ul.nav-list {
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    right: -250px;
    background-color: #fff;
    z-index: 3000;
    overflow: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }
  nav.menu ul.nav-list.active {
    right: 0;
  }
  nav.menu ul.nav-list li {
    display: block;
    float: none;
    position: static;
    padding:0;
  }
  nav.menu ul.nav-list > li:first-child {
    margin-left: 0;
    text-align: center;
    position: relative;
  }
  nav.menu ul.nav-list > li:first-child .back {
    z-index: 9;
    position: absolute;
    height: 100%;
    width: 50px;
    line-height: 55px;
    font-size: 20px;
  }
  nav.menu ul.nav-list > li:first-child a {
    border-bottom: 1px solid #f2f2f2;
  }
  nav.menu ul.nav-list > li:first-child a:after {
    display: none;
  }
  nav.menu ul.nav-list > li > a {
    display: block;
	color:#000;
  }
  nav.menu ul.nav-list > li > a .badge {
    right: 10px;
    top: 5px;
  }
  nav.menu ul.nav-list > li .dropdown-menu {
    box-shadow: none;
    position: absolute;
    top: 57px;
    left: 0;
    right: -250px;
    height: calc(100% - 55px);
    height: -webkit-calc(100% - 55px);
    height: -moz-calc(100% - 55px);
    height: -o-calc(100% - 55px);
    width: 250px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    visibility: visible;
    display: none;
    opacity: 1;
  }
  nav.menu ul.nav-list > li .dropdown-menu.active {
    right: 0;
  }
  nav.menu ul.nav-list > li .dropdown-menu > li > a {
    width: auto;
  }
  nav.menu ul.nav-list > li .dropdown-menu > li > a:hover:after {
    transform: scale(105);
    -webkit-transform: scale(105);
    -moz-transform: scale(105);
    -o-transform: scale(105);
  }
  nav.menu ul.nav-list > li .dropdown-menu > li ul {
    top: 0;
  }
  nav.menu ul.nav-list > li .dropdown-menu [class^="col-"] {
    margin-bottom: 30px;
  }

  header.primary.up {
    top: -286px;
  }

}
@media screen and (max-width: 425px) {
  .for-mobile,.for-tablet {
    display: block !important;
  }
  .box .box-body {
    padding: 20px;
  }
    .col-1, .col-2, .col-3, .col-4, .col-5 {
        width: 100%;
        display: inline-block;
    }
}
@media screen and (max-width: 320px) {
  nav.menu ul.nav-list {
    width: 250px;
    right: -250px;
  }
  nav.menu ul.nav-list > li .dropdown-menu {
    width: 250px;
    right: -350px;
  }
  .sidebar {
    width: 250px;
    right: -250px;
  }
  article figure {
    height: 200px;
  }
}

/* Footer -------------------------------*/
#footer {
    background-image: url(../img/bg-footer.jpg);
    background-position: center center;
    background-size: cover ;
}
.social_brands a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}


