@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=vietnamese");
@import url("https://fonts.googleapis.com/css?family=Anton&display=swap&subset=vietnamese");
@font-face {
  font-family: "UTM AvoBold";
  src: url(../fonts/UTM_AvoBold.ttf);
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  overflow-x: hidden;
}

body {
  color: #333;
  overflow-x: hidden;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1.6;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
}

.lazy {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-style-3 p, .home-products-list .our-products p, .home-about .intro, .about-employee-profile .officer .intro, .news-item .text p,
.department-item .text p, .big-news .big-news-top h4, .big-news .overlay .big-news-desc, .news-featured .text h4, .data-item .data-desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.home-products-list{
  background-image: url(../images/kieuhongquang1.jpg);
   background-size: cover;
}


.item-style-1 .overlay, .item-style-2 .overlay, .home-plan .overlay, .program-specialized-training .partner .img, .program-intermediate-training-partner .img, .plastic-door .box, #owl-home-partner .img, .program-online-training .main-content .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-style-1 .overlay, .item-style-2 .overlay, .home-plan .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0000009c;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  opacity: 0;
}

.program-specialized-training .partner .row, .program-intermediate-training-partner .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.program-specialized-training .partner .item, .program-intermediate-training-partner .item {
  text-align: center;
  margin-bottom: 20px;
}

.program-specialized-training .partner .img, .program-intermediate-training-partner .img {
  border: 1px solid #ccc;
  height: 140px;
  margin-bottom: 15px;
}

.program-specialized-training .partner h4, .program-intermediate-training-partner h4 {
  color: #777;
  font-size: 14px;
}

@media (min-width: 576px) {
  .program-specialized-training .partner .item, .program-intermediate-training-partner .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 992px) {
  .program-specialized-training .partner .item, .program-intermediate-training-partner .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

.program-intermediate-training-students-intro .readmore .collapse-in, .program-intermediate-training-faq .readmore .collapse-in, .admissions-intermediate-level-faq .readmore .collapse-in, .program-intermediate-training-contact .department-info .readmore .collapse-in, .admissions-intermediate-level-contact .department-info .readmore .collapse-in, #contact .department-info .readmore .collapse-in {
  display: none;
}

.program-intermediate-training-students-intro .out.readmore .collapse-in, .program-intermediate-training-faq .out.readmore .collapse-in, .admissions-intermediate-level-faq .out.readmore .collapse-in, .program-intermediate-training-contact .department-info .out.readmore .collapse-in, .admissions-intermediate-level-contact .department-info .out.readmore .collapse-in, #contact .department-info .out.readmore .collapse-in {
  display: block;
}

.program-intermediate-training-students-intro .out.readmore .collapse-out, .program-intermediate-training-faq .out.readmore .collapse-out, .admissions-intermediate-level-faq .out.readmore .collapse-out, .program-intermediate-training-contact .department-info .out.readmore .collapse-out, .admissions-intermediate-level-contact .department-info .out.readmore .collapse-out, #contact .department-info .out.readmore .collapse-out {
  display: none;
}

.program-intermediate-training-faq .faq-order,
.admissions-intermediate-level-faq .faq-order, .admissions-intermediate-level-process .step-order {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  margin-right: 20px;
}

.program-intermediate-training-faq .faq-order span, .admissions-intermediate-level-faq .faq-order span, .admissions-intermediate-level-process .step-order span {
  background: #e35e12;
  color: #fff;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 3px 3px 0px #0000008c;
          box-shadow: 0 3px 3px 0px #0000008c;
  display: block;
  text-align: center;
  padding: 8px 0;
  font-size: 18px;
}

.item-style-3 .img, #owl-hero .item > a, .home-products-list .item .img, #owl-home-stones-feature .img, .home-plan .img {
  position: relative;
  padding-top: 66.666667%;
}

.item-style-3 .img img, #owl-hero .item > a img, .home-products-list .item .img img, #owl-home-stones-feature .img img, .home-plan .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h2 {
  font-size: 25px;
  font-weight: 600;
}

h3 {
  color: #333;
}

h4 {
  font-size: 16px;
  color: #333;
}

h5 {
  font-size: 15px;
  color: #333;
}

.overlay-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 9999;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: left 0.5s ease-in 0s;
  transition: left 0.5s ease-in 0s;
}

.navbar {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  -webkit-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
  display: block;
}

#main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  height: 50px;
  width: 100%;
  position: relative;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

#main-nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-nav .logo img {
  max-height: 35px;
}

#main-nav .link {
  background: transparent;
  color: #333;
  display: block;
  font-weight: 700;
  padding: 10px 0px 10px 20px;
  text-transform: uppercase;
  white-space: nowrap;
}

#main-nav .link:hover, #main-nav .link.active {
  color: #dd0000;
  text-decoration: none;
}

#main-nav .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#main-nav .dropdown > .fa-chevron-down {
  width: auto;
  height: auto;
  margin-top: 15px;
  margin-right: 15px;
  padding-top: 0px;
  color: #fccb02;
}

.dropdown-menu {
  border: 0;
  border-top: 2px solid #fccb02;
  border-radius: 0;
  min-width: 0;
  position: static;
  width: 100%;
  margin-top: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown-menu > li {
  margin-left: 0;
  border-bottom: 1px dotted #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-menu > li > a {
  padding: 5px 15px 5px 25px;
  color: #333;
}

#sub-nav {
  display: none;
}

.navbar-icon {
  height: 50px;
  width: 40px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #dfeaed;
}

.navbar-icon-inner,
.navbar-icon-inner:before,
.navbar-icon-inner:after {
  position: relative;
  width: 30px;
  height: 4px;
  border-radius: 3px;
  background-color: #dd0000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.navbar-icon-inner:before {
  content: "";
  position: absolute;
  top: -10px;
}

.navbar-icon-inner:after {
  content: "";
  position: absolute;
  top: 10px;
}

.navbar-icon.on .navbar-icon-inner {
  background-color: transparent;
}

.navbar-icon.on .navbar-icon-inner:before {
  -webkit-transform: rotate(45deg) translatex(7px) translatey(7px);
          transform: rotate(45deg) translatex(7px) translatey(7px);
}

.navbar-icon.on .navbar-icon-inner:after {
  -webkit-transform: rotate(-45deg) translatex(7px) translatey(-7px);
          transform: rotate(-45deg) translatex(7px) translatey(-7px);
}

.navbar-list-wrap {
  position: fixed;
  top: 0px;
  left: -250px;
  width: 250px;
  height: 100%;
  background: #fff;
  -webkit-transition: left 0.5s ease-in;
  transition: left 0.5s ease-in;
  overflow-y: auto;
}

.navbar-list-wrap .navbar-list {
  width: 100%;
  display: block;
  margin: 0;
  background: #fff;
}

.navbar-list-wrap .navbar-list li {
  list-style: none;
  float: left;
  width: 100%;
}

.navbar-list-wrap .navbar-list > li:not(:last-child) {
  border-bottom: 1px solid #fccb02;
}

.navbar-list-wrap .navbar-list-2 > li:first-child {
  border-top: 1px solid #fccb02;
}
.panel-body {
    padding: 15px 0;
}
.phantrang {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.phantrang ul li a {

    background: #399dfd;
    padding: 5px 10px;
    margin: 5px;
    color: #fff;

}

#page {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transition: left 0.5s ease-in;
  transition: left 0.5s ease-in;
  right: 0;
  bottom: 0;
  padding-top: 50px;
}

#page.on {
  left: 250px;
}

#page.on .overlay-wrap {
  left: 250px;
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}

#page.on .navbar {
  left: 250px;
  -webkit-box-shadow: 0 0 0 0 #333;
          box-shadow: 0 0 0 0 #333;
}

#page.on .navbar-list-wrap {
  left: 0;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}

.navbar-scroll-on.navbar {
  -webkit-box-shadow: 0 5px 2px 2px #0000004f;
          box-shadow: 0 5px 2px 2px #0000004f;
}

.content-box section {
    float: left;
    width: 100%;
}
.phan-hai {
    background: white;
}
#content-home .pt50 {
    padding-bottom: 0;
    padding-top: 20px;
}
.section-title h5 {
 font-weight: 400;
text-transform: initial;
margin-bottom: 20px;
}
.section-title h2 {
 font-weight: 500;
font-style: normal;
color: #333333;
font-size: 30px;
letter-spacing: 0px;
text-transform: uppercase;
margin: 0px;
padding: 10px 0;
}
ul {
    padding: 0;
    list-style-type: none;
}
.p2-item {
   float: left;
/*width: calc(25% - 20px);*/
/*margin-right: 20px;*/
position: relative;
line-height: 0;
overflow: hidden;
margin-bottom: 20px;
}
li {
    margin: 0px;
        margin-right: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
}
.p2-detail {
    float: left;
    width: 100%;
    padding: 15px ;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.7) 65%, rgba(0,0,0,0.7) 100%);
}
.p2-detail p {
    font-weight: 400;
    font-style: normal;
    color: #aeaeae;
    font-size: 13px;
    line-height: 1.4;
}
.p2-detail h4 a {
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 15px;
    line-height: 1.1;
}
.p2-detail p i {
    color: #399dfd;
    margin-right: 5px;
}
.p2-detail p i {
    color: #399dfd;
}
.p2-item img {
   float: left;
width: 100%;
transition: all 1s ease-in-out;
height: 285px;
overflow: hidden;
object-fit: cover;
}
#content-home .pt50 {
    padding-bottom: 0;
    padding-top: 20px;
}
.phan-hai.p-conent-1 {
   float: left;
width: 100%;

}

.phan-hai.p-conent-1 .section-title {
    text-align: center;
    color: #dd0000;
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px 0;
    float: left;
    width: 100%;
}
.home-products-list.section-padding {
    padding-bottom: 20px;
}


.p2-item.product-item{
    float: left;
    width: 100%;
    margin-right: 20px;
    position: relative;
    line-height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.item-heading-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 36px;
  
    /*margin-bottom: 20px;*/
    position: relative;
    font-size: 20px;
    width: 100%;
}

.item-heading-title::after {
    content: "";
    display: block;
    width: 80px;
    border: 2px solid #399dfd;
    position: absolute;
    bottom: -2px;
}

.aside-catalogies.aside-panel .panel-head {
    position: relative;
    padding: 0;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 36px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

.aside-catalogies.aside-panel .panel-head::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 3px;
    z-index: 3;
    background: #399dfd;
}
.aside-catalogies.aside-panel  .panel-body li {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 30px;
}

.aside-catalogies.aside-panel  .block-content {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.item-post {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.item-post a.post-img {
    float: left;
    width: 80px;
    margin-right: 20px;
}
.item-post .post-content {
   float: left;
width: calc(100% - 100px);
padding: 0;
}
.item-post .post-content h5 {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 5px;
}
.item-post .post-content h5 a {
    font-size: 12px;
font-weight: 700;
line-height: 21px;
color: #222;
}
.item-post .post-content span {
    color: #9999;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.6px;
    margin-bottom: 8px;
    font-weight: 700;
}
.aside-catalogies.aside-panel {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.aside-catalogies.aside-panel  .panel-body li a { color: #333; }

.aside-catalogies.aside-panel  .panel-body li a:hover { color: #399dfd; }

.product-item-list {
    padding-left: 20px;
}
.breadcrumb li {
    margin-right: 10px;
}

.breadcrumb li a {
   color: #333;
}
.nav > li {
    position: relative;
    display: inline-block;
}
.new-list.section-padding .description {
    margin: 20px 0;
}


@media (min-width: 992px) {
  .navbar {
    background-color: transparent;
  }
  .navbar .wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar .navbar-icon {
    display: none;
  }
  .navbar-list-wrap {
    position: static;
    width: auto;
    background: transparent;
    height: auto;
    overflow-y: visible;
    max-width: 750px;
    width: 100%;
  }
  .navbar-list-wrap .navbar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background: transparent;
    width: auto;
  }
  .navbar-list-wrap .navbar-list > li:not(:last-child) {
    border: 0;
  }
  .navbar-list-wrap .navbar-list-2 {
    display: none;
  }
  #main-nav {
    height: 84px;
    background: #fff;
  }
  #main-nav .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #main-nav .logo img {
    max-height: none;
  }
  #main-nav .link {
    color: #333;
    font-weight: 700;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 40px;
  }
  #main-nav .link:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 3px solid #dd0000;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
  #main-nav .link:hover, #main-nav .link.active {
    text-decoration: none;
    color: #dd0000;
  }
  #main-nav .link:hover::after, #main-nav .link.active::after {
    opacity: 1;
    left: 50%;
  }
  #main-nav .dropdown {
    position: relative;
  }
  #main-nav .dropdown > .fa-chevron-down {
    display: none;
  }
  #main-nav .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
    opacity: 1;
    visibility: visible;
  }
  .dropdown-menu {
    display: block;
    border: 0;
    position: absolute;
    top: 62px;
    left: 50%;
    background: #dd0000;
    width: auto;
    -webkit-transform: translateX(-50%) translateY(40%);
            transform: translateX(-50%) translateY(40%);
    min-width: 220px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    opacity: 0;
    z-index: 9;
    visibility: hidden;
  }
  .dropdown-menu > li {
    border-bottom: 1px solid #cccccc66;
  }
  .dropdown-menu > li:hover {
    background: #ff7b7bd1;
  }
  .dropdown-menu > li > a {
    color: #fff;
    padding: 5px 20px 5px 20px;
    font-size: 13px;
  }
  .dropdown-menu:before {
    content: "\f107";
    position: absolute;
    top: -25px;
    left: 50%;
    font-family: "FontAwesome";
    color: #fccb02;
    font-size: 20px;
    display: inline-block;
    padding: 0px 70px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
  }
  #sub-nav {
    height: 53px;
    background: #399dfd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
  #sub-nav .nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sub-nav a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 53px;
    display: block;
    padding: 0 10px;
  }
  #sub-nav a:hover {
    background: #dd0000;
    color: #fff;
  }
  .navbar-scroll-on #main-nav {
    height: 60px;
  }
  .navbar-scroll-on #main-nav .dropdown-menu {
    top: 50px;
  }
  .navbar-scroll-on #sub-nav {
    height: 40px;
  }
  .navbar-scroll-on #sub-nav a {
    line-height: 40px;
  }
  #page {
    padding-top: 137px;
  }
}

@media (min-width: 1200px) {
  .navbar-list-wrap {
    max-width: 830px;
  }
  #sub-nav a {
    font-size: 14px;
  }
}

.btn,
.btn-readmore,
button[type="submit"],
input[type="submit"],
input[type="reset"],
input[type="button"] {
  margin-bottom: 0px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  background-color: #399dfd;
  color: white;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  display: inline-block;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 40px;
}

.btn:hover,
.btn-readmore:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #fff;
}

.btn-angle-right {
  position: relative;
  overflow: hidden;
  padding: 10px 50px 10px 10px;
  text-transform: uppercase;
  font-size: 12px;
  height: auto;
}

.btn-angle-right::after, .btn-angle-right::before {
  position: absolute;
  top: 50%;
  right: 5px;
  content: "";
  width: 40px;
  height: 40px;
  background: transparent;
  text-indent: -9999px;
  border-top: 7px solid #59b3de;
  border-right: 7px solid #59b3de;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: transparent;
  -webkit-transform: translateY(-50%) scaleX(0.5774) rotate(45deg);
          transform: translateY(-50%) scaleX(0.5774) rotate(45deg);
}

.btn-angle-right::after {
  right: 15px;
  border-width: 14px;
}

.btn-angle-right:hover::after {
  -webkit-animation: ltr1 1.5s ease 0s infinite;
          animation: ltr1 1.5s ease 0s infinite;
}

.btn-angle-right:hover::before {
  -webkit-animation: ltr2 1.5s ease 0s infinite;
          animation: ltr2 1.5s ease 0s infinite;
}

@-webkit-keyframes ltr1 {
  from {
    right: 100%;
  }
  to {
    right: 15px;
  }
}

@keyframes ltr1 {
  from {
    right: 100%;
  }
  to {
    right: 15px;
  }
}

@-webkit-keyframes ltr2 {
  from {
    right: calc(100% - 10px);
  }
  to {
    right: 5px;
  }
}

@keyframes ltr2 {
  from {
    right: calc(100% - 10px);
  }
  to {
    right: 5px;
  }
}

.readmore {
  text-transform: capitalize;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  color: #399dfd;
  font-size: 10px;
  font-weight: 400;
}

.readmore:hover {
  color: #e35e12;
}

.btn-readmore {
  background: #dd0000;
  border-color: #dd0000;
  border-radius: 4px;
  padding: 8px 20px;
  text-transform: uppercase;
  height: 35px;
}

.btn-readmore-angle-wrap {
  position: relative;
  height: 35px;
  overflow: hidden;
}

.btn-readmore-angle-wrap:after, .btn-readmore-angle-wrap:before {
  position: absolute;
  top: 50%;
  left: 90px;
  content: "";
  width: 40px;
  height: 40px;
  background: transparent;
  border-top: 7px solid #e27373;
  border-right: 7px solid #e27373;
  -webkit-transform: translateY(-50%) scaleX(0.5774) rotate(45deg);
          transform: translateY(-50%) scaleX(0.5774) rotate(45deg);
}

.btn-readmore-angle-wrap::after {
  left: 98px;
  border-top: 7px solid #e5b9b9;
  border-right: 7px solid #e5b9b9;
}

.btn-readmore-angle {
  background: #dd0000;
  border-color: #dd0000;
  border-radius: 0px;
  color: #fff;
  padding: 8px 20px;
  text-transform: uppercase;
  height: 35px;
  width: 120px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 90% 100%, calc(90% + 10px) 50%, 90% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 90% 100%, calc(90% + 10px) 50%, 90% 0%);
}

.btn-readmore-angle:hover {
  color: #fff;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  margin: 0;
  width: 40px;
  height: 40px;
  background: #0000004f;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background: #0000004f;
}

.owl-carousel .owl-nav button.owl-next:before,
.owl-carousel .owl-nav button.owl-prev:before {
  font-family: "FontAwesome";
  color: #fff;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0px;
}

.owl-carousel .owl-nav button.owl-next::before {
  content: "\f054";
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0px;
}

.owl-carousel .owl-nav button.owl-prev::before {
  content: "\f053";
}

.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.owl-carousel button.owl-dot {
  background: #399dfd;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 0;
  margin: 5px;
  border: 2px solid #399dfd;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.owl-carousel button.owl-dot.active {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}

input[type="email"],
input[type="date"],
input[type="search"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  width: 100%;
  background: #fff;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  font-weight: 300;
  font-size: 11px;
  margin-bottom: 10px;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  display: block;
  height: 40px;
  padding: 6px 12px;
  line-height: 1.428571429;
  color: #555;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type="email"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

textarea {
  height: auto;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

label {
  font-size: 13px;
  color: #333;
  font-weight: normal;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.popup-youtube {
  color: #fff;
  font-size: 25px;
  text-align: center;
  background: transparent;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.popup-youtube .fa {
  padding-left: 5px;
}

.popup-youtube:hover {
  color: #e35e12;
  border-color: #e35e12;
}

.video-box {
  margin: 0 auto;
  position: relative;
  width: 600px;
  border: 10px solid #dd0000;
  border-radius: 10px;
}

.nav.flex-column {
  margin-bottom: 25px;
}

.nav.flex-column .nav-link {
  background: #399dfd;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 4px;
  position: relative;
}

.nav.flex-column .nav-link.active {
  background: #dd0000;
  color: #fff;
}

.nav.flex-column .nav-link.active::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #dd0000;
  display: none;
}

.at-resp-share-element .at-share-btn .at-label {
    font-family: helvetica neue,helvetica,arial,sans-serif;
    font-size: 9pt;
    padding: 0 15px 0 0;
    margin: 0 0 0 5px;
    height: 2pc;
    line-height: 2pc;
    background: none;
    display: none;
}
.at-share-btn-elements {
    margin: 10px 0;
}
.saleoff {
    border: 1px solid #ec2c1e;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 15px;
    position: relative;
    clear: left;
    font-size: 13px;
}

/*# sourceMappingURL=style.css.map */
/*style danh m?c*/
.hl_border_event {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.hl_rel {
  position: relative;
  overflow: hidden;
}
.hl_images {
  max-height: 200px;
  overflow: hidden;
}


.hl_border_event img {
  width: 100%;
}
.hl_name_project {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.hl_abs {
  position: absolute;
}
.hl_name_project a {
  display: block;
  width: 100%;
  height: 100%;
}
.hl_border_event .hl_name_project h3 {
  padding-top: 17%;
}
.hl_border_event h3 {
  margin: 15px 0;
  padding: 0 8px;
}
.hl_name_project h3 {
  font-size: 18px;
  color: #fff;
  font-family: HL_OPR;
}
.hl_border_event h3 {
  margin: 15px 0;
  padding: 0 8px;
}
.hl_border_event h3 a {
  color: #000;
  font-size: 16px;
  min-height: 40px;
}
.hl_border_event p {
  padding: 0 8px;
  font-size: 13px;
  text-align: justify;
  color: #777;
}
p.hl_upload {
  margin-bottom: 10px;
}
.hl_border_event p {
  padding: 0 8px;
  font-size: 13px;
  text-align: justify;
  color: #777;
}
.hl_view:hover {
  box-shadow: 0px 0px 4px 0px red;
  border-radius: 5px;
  background: red;
  color: #fff;
}
.hl_border_event a.hl_view {
  margin-left: 8px;
  padding: 7px 8px;
  line-height: normal;
  margin-bottom: 14px;
  max-width: 92px;
  font-size: 11px;
}
a.hl_view {
  width: 110px;
  border-radius: 3px;
  border: 1px solid #c0ad97;
  display: block;
  text-align: center;
  line-height: 45px;
  margin-top: 25px;
  color: #c0ad97;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.hl_h1 {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top:0;
}
a:hover, a:visited, a:focus {
  text-decoration: none;
}
a:hover {
  outline: 0;
}
.product-item-area {
    margin-bottom: 30px;
}


@media (min-width: 768px) {
  .nav.flex-column .nav-link.active::after {
    display: block;
  }
}

.nav-pills {
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover {
    background-color: #ec2ffd;
     font-weight: bold;
    padding: 10px 15px;
    border: 1px solid #ddd;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #F4F4F4 !important;
    border: 1px solid #E3E3E3 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    line-height: 25px;
    margin-right: 5px !important;
    color: #333;
    border-bottom: 0;
    margin-bottom: -1px;
}

.nav-pills .nav-link {
  background-color: #399dfd;
  color: #fff;
  border-radius: 2px;
  margin: 0 2px 5px;
  padding: 10px 10px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
}

.nav-pills .nav-link.active {
  background-color: #dd0000;
}

.nav-pills .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #dd0000;
  display: none;
}

@media (min-width: 768px) {
  .nav-pills {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .nav-pills .nav-link {
    margin-bottom: 10px;
  }
  .nav-pills .nav-link.active::after {
    display: block;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.local-nav .tabs-bk {
  background: #399dfd;
}

.local-nav .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.local-nav .nav-item:not(:last-child) .nav-link {
  border-bottom: 1px solid #f1f1f1;
}

.local-nav .nav-link {
  color: #fff;
  padding: 0.7rem 1rem;
  text-align: center;
  font-weight: 300;
}

.local-nav .nav-link:hover, .local-nav .nav-link.active {
  color: #fff;
  background: #e35e12;
  border-color: #e35e12 !important;
}

@media (min-width: 576px) {
  .local-nav .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .local-nav .nav-item:not(:last-child) .nav-link {
    border-bottom: 0;
  }
}

.white-bg {
  background-color: #fff;
  position: relative;
  padding-bottom: 40px;
}

.beige-bg {
  background-color: #eceae4;
  position: relative;
  padding-bottom: 40px;
}

.babyblue-bg {
  background-color: #dfeaed;
  position: relative;
  padding-bottom: 40px;
}

.white-purple-bg {
  background-color: #d6d0d2;
}

.section-padding {
 
float: left;
width: 100%;
}
.p2-item:hover img {
    transform: scale(1.4);
}

.product-item:hover img {
    transform: scale(1.4);
}

.home-partner.section-padding .owl-carousel {
  
    width: 100%;
    z-index: 1;
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.section-title {
  text-align: center;
color: #dd0000;
margin-bottom: 30px;
font-size: 18px;
text-transform: uppercase;
font-weight: 700;
margin: 30px 0;
float: left;
width: 100%;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    float: left;
    width: 100%;
}

.section-title span:after, .section-title span:before {
  content: "";
  position: absolute;
  top: 55%;
  left: -110px;
  display: none;
  width: 100px;
  height: 1px;
  border-top: 1px solid #dd0000;
}

.section-title span:after {
  right: -110px;
  left: auto;
}

.section-title .span-wrap {
  position: relative;
}

.section-title .span-wrap:after, .section-title .span-wrap:before {
  top: 45%;
  left: -150px;
  width: 140px;
}

.section-title .span-wrap:after {
  right: -150px;
  left: auto;
}

@media (min-width: 576px) {
  .section-title span:after, .section-title span:before {
    display: inline-block;
  }
}

.article-title {
  color: #399dfd;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 576px) {
  .article-title {
    text-align: left;
  }
}

#products-page .section-title,
#product-details-page .section-title {
  margin-bottom: 10px;
}

.product-title {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.product-title:after {
  background: #c6a500;
  content: "";
  height: 2px;
  width: 60px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tech-title {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.date {
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  margin: 0 15px 0 0;
}

.date .day {
  background: #399dfd;
  font-size: 30px;
  font-weight: 600;
  padding: 5px 0;
}

.date .month {
  background: #dd0000;
  font-size: 12px;
  padding: 5px 0;
}

.date-event {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  height: 75px;
}

.date-event .day {
  font-size: 70px;
  font-weight: 800;
  background: transparent;
  color: #dd0000;
  line-height: 0.8;
  padding: 0 0 5px;
}

.date-event .month {
  font-size: 15px;
  font-weight: 700;
  background: transparent;
  color: #399dfd;
  text-transform: uppercase;
  line-height: 1;
  padding: 0;
  letter-spacing: -1px;
}

.date-event:after, .date-event:before {
  position: absolute;
  top: 50%;
  left: 75px;
  content: "";
  width: 100px;
  height: 100px;
  background: transparent;
  text-indent: -9999px;
  border-top: 30px solid #e7f4fa;
  border-right: 30px solid #e7f4fa;
  color: transparent;
  -webkit-transform: translateY(-50%) scaleX(0.4) rotate(45deg);
          transform: translateY(-50%) scaleX(0.4) rotate(45deg);
}

.date-event:after {
  left: 90px;
  border-width: 20px;
}

.breadcrumb {
  background: #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0.75rem 0rem;
}

.breadcrumb .breadcrumb-item a {
  color: #333;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #c6a500;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  margin: 0;
}

.page-link {
  margin: 0;
  padding: 7px;
  text-align: center;
  height: 32px;
  min-width: 32px;
  color: #999;
}

.page-link:hover {
  color: #dd0000;
}

.page-link span {
  padding: 0 5px;
  display: none;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}

.page-item:not(:first-child) .page-link {
  margin-left: 5px;
}

.page-item.active .page-link {
  background-color: #399dfd;
  border-color: #399dfd;
}



footer {
  color: #999;
  width: 100%;
float: left;
background: url('../images/bg-Review-BizPlusKh.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
padding: 30px 0;
border-bottom: 1px solid #E1704B;
overflow: hidden;
background-size: cover;
background-position: center center;
}

footer li {
  list-style: none;
}

.footer-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-title:after {
  content: "";
  border-top: 3px solid #dd0000;
  width: 70px;
  display: block;
  margin-top: 15px;
}

.footer-article {
 
  padding: 30px 0;
}

.footer-address {
  color: #ccc;
}

.footer-address ul {
  margin: 0;
}

.footer-address li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-address .fa {
  width: 16px;
  text-align: center;
  margin-right: 15px;
  font-size: 16px;
  color: #fff;
}

.footer-address strong {
  color: #fff;
}

.footer-address a {
  color: #ccc;
}

.footer-address a:hover {
  color: inherit;
  text-decoration: none;
}

.footer-address .show-map {
  color: #777;
}

.footer-address .show-map:hover {
  color: #777;
}

.footer-sign-up {
  position: relative;
}

.footer-sign-up p {
  margin-bottom: 10px;
}

.footer-sign-up input {
  border-radius: 0;
  height: 40px;
  margin: 0;
  font-size: 14px;
}

.footer-sign-up input[type="submit"] {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #399dfd;
  font-weight: 600;
  width: 100px;
}

.footer-sign-up input[type="email"] {
  padding-right: 110px;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-social a {
  background: #399dfd;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  padding: 9px 0;
  text-align: center;
  width: 40px;
}

.footer-social a .fa {
  color: #fff;
}

.footer-social li {
  margin-top: 10px;
}

.footer-social li:not(:last-child) {
  margin-right: 10px;
}

.footer-access p {
  white-space: nowrap;
}

.footer-access .status {
  display: inline-block;
  width: 105px;
}

.footer-access .amount {
  font-weight: 600;
  color: #fff;
}

.footer-bottom {
  background: #222;
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

@media (min-width: 576px) {
  .pagination {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page-link span {
    display: inline-block;
  }
}

.item-style-1:hover .overlay {
  opacity: 1;
}

.item-style-1 .img {
  position: relative;
}

.item-style-1 .overlay .fa {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 10px 0;
}

.item-style-1 img {
  margin: 0 auto 15px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-style-1 h3 {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}

.item-style-2-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}

.item-style-2 {
  padding: 0;
}

.item-style-2 .img {
  position: relative;
  overflow: hidden;
}

.item-style-2 img {
  width: 100%;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.item-style-2 h3 {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  line-height: 1.5;
}

.item-style-2:hover .overlay {
  opacity: 1;
}

.item-style-2:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (min-width: 480px) {
  .item-style-2 h3 {
    font-weight: 400;
    font-size: 16px;
  }
}

.item-style-3 {
  position: relative;
  overflow: hidden;
}

.item-style-3 .overlay {
  background: #399dfdcc;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  -webkit-transform: translateY(calc(100% - 46px));
          transform: translateY(calc(100% - 46px));
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.item-style-3 h3 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.item-style-3 p {
  -webkit-line-clamp: 2;
}

.item-style-3 span {
  font-size: 24px;
}

.item-style-3:hover .overlay {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1200px) {
  .item-style-3 p {
    -webkit-line-clamp: 4;
  }
}

.section-intro {
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: center;
}

.section-btn {
  text-align: center;
  margin-bottom: 30px;
}

.my-row {
  margin: 0 -10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.my-row [class*="col-"] {
  margin-bottom: 20px;
}

.my-col {
  padding: 0 10px;
}

#scrollUp {
  background: #0089cf;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0089cf), color-stop(100%, #399dfd));
  background: -webkit-gradient(linear, left top, left bottom, from(#0089cf), to(#399dfd));
  background: linear-gradient(to bottom, #0089cf 0%, #399dfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089cf', endColorstr='#399dfd', GradientType=0 );
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: 30px;
  color: #ffffff;
  font-size: 20px;
  height: 40px;
  line-height: 1;
  padding: 9px;
  right: 30px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

#scrollUp:hover {
  color: #ffffff;
  background: #399dfd;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #399dfd), color-stop(10%, #399dfd), color-stop(51%, #0089cf), color-stop(100%, #0089cf));
  background: -webkit-gradient(linear, left top, left bottom, from(#399dfd), color-stop(10%, #399dfd), color-stop(51%, #0089cf), to(#0089cf));
  background: linear-gradient(to bottom, #399dfd 0%, #399dfd 10%, #0089cf 51%, #0089cf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#399dfd', endColorstr='#0089cf', GradientType=0 );
  border: 1px solid #fff;
}

#owl-hero .item > a {
  display: block;
  width: 100%;
}

.home-products-list .our-products {
  background: #e7e7e7;
  padding: 25px 20px 30px;
  height: 100%;
}

.home-products-list .our-products h3 {
  color: #dd0000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-products-list .our-products p {
  -webkit-line-clamp: 4;
  margin-bottom: 10px;
}

.home-products-list .item {
  position: relative;
  overflow: hidden;
}

.home-products-list .item .img {
  padding-top: 100%;
}

.home-products-list .product-name {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 20px;
  margin-bottom: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1;
  z-index: 1;
  white-space: nowrap;
}

.home-products-list .product-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../images/angle-title-right.png") no-repeat 0 -799px;
  width: 83px;
  height: 66px;
  z-index: -1;
}

.home-products-list .product-name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/angle-title-left.png") no-repeat -574px -823px;
  width: 218px;
  height: 42px;
  z-index: -1;
}

.home-stones-feature {
  background: url(../images/home-plan-bk.jpg);
  background-size: cover;
}

#owl-home-stones-feature .img {
  padding-top: 100%;
}

#owl-home-stones-feature h3 {
  margin: 15px 0 5px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  word-break: break-all;
}

#owl-home-stones-feature p {
  font-size: 13px;
  font-weight: 600;
}

#owl-home-stones-feature p a {
  color: #dd0000;
}

#owl-home-stones-feature button.owl-next,
#owl-home-stones-feature button.owl-prev {
  top: calc(50% - 28px);
}

.plastic-door {
  background: #399dfd;
  padding: 25px 15px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.plastic-door h1 {
  color: #febb1c;
  font-family: "UTM AvoBold";
  font-size: 33px;
  text-transform: uppercase;
  text-shadow: -3px 0px 2px #032682;
}

.plastic-door .store-name {
  font-size: 20px;
  display: block;
  position: relative;
}

.plastic-door .store-name:after, .plastic-door .store-name:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 47px;
  display: block;
  background: #febb1c;
  height: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plastic-door .store-name:after {
  left: auto;
  right: 0;
}

.plastic-door .tel p {
  color: #fff;
  border: 1px solid #fff;
  padding: 7px 15px;
  display: inline-block;
  font-family: "Anton", sans-serif;
  font-size: 22px;
  line-height: 1.4;
}

.plastic-door .tel a {
  color: #fff;
}

.plastic-door .text {
  text-align: center;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 315px;
          flex: 0 1 315px;
}

.plastic-door .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.plastic-door .box {
  background: #fff;
  height: 148px;
  margin: auto;
  width: 134px;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.plastic-door .box img {
  height: 142px;
  width: 128px;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  -o-object-fit: cover;
     object-fit: cover;
}

.home-about {
  background: url(../images/home-about-bk.jpg) center no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 90px 0 50px;
  float: left;
  width: 100%;
}

.home-about h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.home-about .intro {
  font-size: 16px;
  margin-bottom: 40px;
  -webkit-line-clamp: 6;
}

.home-about .amount {
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 5px;
  text-align: center;
}

.home-about .kind {
  font-size: 16px;
  margin-bottom: 40px;
  text-align: center;
}

.home-plan {
  background: url(../images/kieuhongquang2.jpg);
    background-size: auto;
background-size: cover;
padding-bottom: 30px;
float: left;
width: 100%;
}

.home-plan .overlay {
  background: #38383acc;
}

.home-plan .overlay h3 {
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 25px;
}

.home-plan .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: -1px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          float: left;
          width: 100%;
}

.home-plan .item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 1px;
}

.home-plan .item:hover .overlay {
  opacity: 1;
}

.home-plan hr {
  margin: 0;
  margin-top: 50px;
  border-top: 1px solid #ccc;
}

#owl-home-partner .img {
  border: 1px solid #ccc;
  height: 120px;
  padding: 20px;
}

#owl-home-partner img {
  width: auto;
}

#owl-home-partner .owl-dots {
  margin-top: 20px;
}

/*sanpham*/

.p2-item.new-item .p2-detail h4 a {
    font-weight: bold;
    font-style: normal;
    color: #333;
    font-size: 15px;
    line-height: 1.1;
}
.p2-item.new-item .p2-detail {
    float: left;

width: 100%;

color: white;

position: relative;

bottom: 0;

left: 0;

right: 0;

z-index: 1;

background: none;

padding: 0;

height: 170px;

overflow: hidden;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
    margin-bottom: 10px;
}
.new-list {
    margin-left: 20px;
}
.new-list .item-heading-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 36px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    position: relative;
    font-size: 20px;
    width: 100%;
    padding-left: 0;
    margin-left: 15px;
}
.p2-item.new-item .imagenew {
    height: 200px;
    overflow: hidden;
    float: left;
    width: 100%;
}
.p2-item.new-item  .p2-detail p {
    font-weight: 400;
    font-style: normal;
    color: #333;
    font-size: 13px;
    line-height: 22px;
}

.p2-item.new-item .imagenew img {
    float: left;
    width: 100%;
    transition: all 1s ease-in-out;
    height: 200px;
    overflow: hidden;
    object-fit: cover;
    min-height: auto !important
}
.p2-item.new-item .imagenew {  }


.p2-item.new-item{
    float: left;
    width: 100%;
    margin-right: 20px;
    position: relative;
    line-height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.p2-item.new-item .p2-item img {
    float: left;
    width: 100%;
    transition: all 1s ease-in-out;
    height: 200px;
    overflow: hidden;
    object-fit: cover;
    min-height: auto !important;
}


.pathlink {
  padding: 20px 0;
}
#warraper {
  width: 1270px;
  margin: auto;
}
.atitle {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #292627;
  text-transform: uppercase;
  line-height: 1.3em;
  background: url(http://daplast.com.vn/template/default/images/arrdown.png) center bottom no-repeat;
  padding: 10px 0 20px 0;
  margin-bottom: 10px;
}
.atitle h1 {
  font-weight: 700;
  font-size: 22px;
  padding: 0;
  margin: 0;
}

.listpro {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.listpro li {
  float: left;
  width: 33.333333%;
  padding: 15px;
}
.listpro li .img {
  position: relative;
}
.listpro li .img img {
  width: 100%;
}
a img {
  border: 0;
}
.listpro li .over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.listpro li .hg1 {
  height: 100px;
}
.listpro li .box {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #eaecec;
}
.listpro li .cont {
  width: 100%;
}
.listpro li .group {
  color: #ec272c;
  font-size: 20px;
  text-transform: uppercase;
  padding: 5px 0;
}
.listpro li .name {
  color: #58595b;
  font-size: 14px;
  text-transform: uppercase;
}
.listpro li a:hover .box {
  background: #ec272c;
  color: #fff;
}
.listpro li a:hover .name,.listpro li a:hover .group {
  color: #fff;
}
.listpro li a:hover .over {
  background: rgba(255,0,0,0.2);
}

.blockpage {
  text-align: center;
  padding: 16px;
}
.pageselect {
  background: #b10705;
  color: #fff;
}
.page, .pageselect {
  text-decoration: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin-left: -2px;
  -o-border-radius: 3px;
  -icab-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.page {
  color: #fff;
  background: #2979bd;
}

@media (min-width: 376px) {
  .plastic-door h1 {
    font-size: 40px;
    text-shadow: -3px 0px 2px #032682;
  }
  .plastic-door .store-name {
    font-size: 24px;
  }
}

@media (min-width: 576px) {
  #owl-hero .item > a {
    padding-top: 50%;
  }
  .plastic-door {
    padding: 25px 30px;
  }
  .home-plan .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 768px) {
  #owl-hero .item > a {
    padding-top: 33.33%;
  }
  .plastic-door .text {
    margin-bottom: 30px;
  }
  .plastic-door .img {
    max-width: 100%;
  }
  .home-plan .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .home-products-list .our-products {
    padding: 20px;
  }
  .home-products-list .our-products p {
    -webkit-line-clamp: 3;
  }
  .home-products-list .my-col.col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .home-products-list .my-col.col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .home-about .amount,
  .home-about .kind {
    text-align: left;
  }
  .home-doors-feature .big-item .img {
    padding-top: calc(134% + 20px);
  }
  .plastic-door {
  padding: 30px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
float: left;
width: 100%;
margin-bottom: 30px;
padding-bottom: 30px;
  }
  .plastic-door .text {
    margin-bottom: 0px;
  }
  .plastic-door .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
    max-width: 500px;
  }
}

@media (min-width: 1200px) {


  .home-products-list .our-products {
    padding: 25px 20px 30px;
  }
  .home-products-list .our-products p {
    -webkit-line-clamp: 4;
    margin-bottom: 15px;
  }
  .plastic-door .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 710px;
            flex: 0 0 710px;
    max-width: 710px;
  }
}

.about-education-program,
.about-department {
  padding-bottom: 15px;
}

.about-department {
  background: #dd0000;
}

.about-department .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-department h2,
.about-department h3 {
  color: #fff;
}

.about-admissions-data {
  background: #399dfd;
  color: #fff;
  padding-bottom: 0;
}

.about-admissions-data h2 {
  color: #fff;
}

.about-ex-student,
.about-staff {
  text-align: center;
  padding-bottom: 20px;
}

.about-ex-student .row,
.about-staff .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-ex-student .item,
.about-staff .item {
  margin-bottom: 20px;
}

.about-ex-student .number,
.about-staff .number {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.about-ex-student .text,
.about-staff .text {
  font-size: 14px;
  font-weight: 600;
}

.about-ex-student .number {
  color: #399dfd;
}

.about-staff {
  color: #fff;
  background: #dd0000;
}

.about-staff .section-title {
  color: #fff;
}

.about-achievements {
  text-align: center;
  padding-bottom: 20px;
}

.about-achievements .item {
  margin-bottom: 20px;
}

.about-achievements img {
  display: inline-block;
  margin-bottom: 10px;
}

.about-achievements .description {
  font-weight: 500;
  font-size: 14px;
}

.about-standards {
  background: #399dfd;
  color: #fff;
  padding-bottom: 20px;
}

.about-standards .section-title {
  color: #fff;
}

.about-standards h3 {
  color: #fff;
  font-size: 15px;
}

.about-standards .img {
  margin-bottom: 20px;
}

.about-standards .img img {
  width: 100%;
}

.about-standards p,
.about-vision p {
  margin-bottom: 20px;
  font-weight: 300;
}

.about-standards .col-1,
.about-vision .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  max-width: 60px;
}

.about-standards .col-11,
.about-vision .col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 60px);
          flex: 0 0 calc(100% - 60px);
  max-width: calc(100% - 60px);
}

.about-standards .symbol,
.about-vision .symbol {
  background: #e35e12;
  color: #fff;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: 0 3px 3px 0px #0000008c;
          box-shadow: 0 3px 3px 0px #0000008c;
  display: block;
  text-align: center;
  padding: 5px 0;
}

.about-standards .dots,
.about-vision .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100% - 50px);
}

.about-standards .dots p,
.about-vision .dots p {
  line-height: 10px;
  font-size: 20px;
  font-weight: 500;
  opacity: 0.7;
}

.about-infrastructure {
  text-align: center;
  padding-bottom: 20px;
}

.about-infrastructure .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-infrastructure .img {
  position: relative;
  margin-bottom: 30px;
}

.about-infrastructure .img img {
  border-radius: 50%;
  display: inline-block;
}

.about-infrastructure .img span {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  border: 2px solid #fff;
  background: #399dfd;
  color: #fff;
  font-size: 23px;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 12px 0;
  font-style: italic;
  line-height: 1;
}

.about-infrastructure h3 {
  font-size: 15px;
  font-weight: 600;
}

.about-infrastructure .item {
  margin-bottom: 20px;
}

.about-overview {
  text-align: center;
  padding-bottom: 0;
}

.about-overview .container {
  border-bottom: 1px dotted #999;
  padding-bottom: 15px;
}

.about-oriented {
  padding-bottom: 20px;
}

.about-oriented img {
  width: 100%;
  margin-bottom: 20px;
}

.about-oriented p {
  margin-bottom: 20px;
}

.about-oriented li {
  margin-bottom: 20px;
  list-style: square;
  color: #399dfd;
  margin-left: 15px;
}

.about-oriented li span {
  color: #333;
}

.about-message p {
  margin-bottom: 15px;
}

.about-message .principal {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.about-message .sign {
  text-align: right;
}

.about-message .sign p {
  margin-right: 60px;
}

.about-message .sign img {
  display: inline-block;
}

.about-organizational-chart {
  text-align: center;
}

.about-organizational-chart .chart-responsive {
  overflow-x: auto;
}

.about-organizational-chart .chart-wrap {
  min-width: 915px;
}

.about-organizational-chart .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

.about-organizational-chart .img {
  margin-bottom: 10px;
}

.about-organizational-chart .name {
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}

.about-organizational-chart .competence {
  font-size: 12px;
  text-transform: capitalize;
}

.about-organizational-chart .item img {
  width: 100px;
}

.about-organizational-chart .lvl1,
.about-organizational-chart .lvl2,
.about-organizational-chart .lvl3 {
  padding: 20px 15px;
  position: relative;
}

.about-organizational-chart .lvl2::before,
.about-organizational-chart .lvl3::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #333;
  width: 2px;
  height: 20px;
}

.about-organizational-chart .lvl1::after,
.about-organizational-chart .lvl2::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #333;
  width: 200%;
  height: 2px;
}

.about-organizational-chart .lvl2::after {
  width: 400%;
}

.about-employee-profile .sidebar {
  padding-top: 30px;
}

.about-employee-profile .main-content {
  padding-top: 40px;
  padding-bottom: 20px;
}

.about-employee-profile .item {
  margin-bottom: 20px;
}

.about-employee-profile hr {
  margin-top: 10px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.25);
}

.about-employee-profile .officer {
  text-align: center;
}

.about-employee-profile .officer .title {
  background: #399dfd;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 2px;
  margin-bottom: 30px;
}

.about-employee-profile .officer .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

.about-employee-profile .item p,
[id*="employee-details"] p {
  margin-bottom: 5px;
}

.about-employee-profile .item .person,
[id*="employee-details"] .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.about-employee-profile .item .img,
[id*="employee-details"] .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  max-width: 100px;
  margin-right: 15px;
}

.about-employee-profile .item .name,
[id*="employee-details"] .name {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin: 5px 0;
}

.about-employee-profile .item .degree,
[id*="employee-details"] .degree {
  color: #999;
  position: relative;
}

.about-employee-profile .item .degree:after,
[id*="employee-details"] .degree:after {
  content: ".....";
  position: absolute;
  bottom: -25px;
  left: 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
}

.about-employee-profile .item .intro,
[id*="employee-details"] .intro {
  text-align: justify;
}

[id*="employee-details"] .modal-content {
  border-radius: 0;
}

[id*="employee-details"] .modal-header {
  padding: 5px 1rem;
  background: #399dfd;
  border-radius: 0;
}

[id*="employee-details"] .modal-title {
  color: #fff;
  text-transform: uppercase;
}

[id*="employee-details"] .close {
  color: #fff;
  opacity: 1;
}

[id*="employee-details"] .close:hover {
  color: #e35e12;
  opacity: 1;
}

.about-vision {
  padding-bottom: 10px;
}

.about-vision h3 {
  font-size: 18px;
}

.about-vision .item {
  margin-bottom: 30px;
}

.about-vision img {
  width: 100%;
}

.about-vision .symbol {
  background: #399dfd;
}

@media (min-width: 768px) {
  .about-oriented .section-title {
    text-align: left;
  }
}

.program-specialized-training {
  padding-bottom: 10px;
}

.program-specialized-training article {
  border-top: 1px dotted #ccc;
  padding-top: 20px;
}

.program-specialized-training .fields-of-study {
  text-align: center;
  margin-bottom: 30px;
}

.program-specialized-training .fields-of-study img {
  margin-bottom: 10px;
  display: inline-block;
}

.program-specialized-training .fields-of-study h4 {
  font-size: 14px;
  color: #777;
}

.program-specialized-training .fields-of-study .item {
  margin-bottom: 20px;
}

.program-specialized-training .teacher {
  margin-bottom: 30px;
}

.program-specialized-training .teacher .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.program-specialized-training .teacher .item:not(:last-child) {
  border-bottom: 1px dotted #ccc;
}

.program-specialized-training .teacher .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  max-width: 70px;
  margin-right: 10px;
}

.program-specialized-training .teacher .name {
  font-weight: 600;
}

.program-specialized-training .teacher .degree {
  color: #999;
  font-size: 12px;
}

.program-specialized-training .teacher .btn {
  width: 100%;
}

.program-intermediate-training,
.program-international-training,
.program-vocational-training,
.program-afiliate-training,
.admissions-intermediate-level {
  padding-bottom: 20px;
}

.program-intermediate-training .section-intro,
.program-international-training .section-intro,
.program-vocational-training .section-intro,
.program-afiliate-training .section-intro,
.admissions-intermediate-level .section-intro {
  margin-bottom: 40px;
}

.program-intermediate-training-about .img,
.program-intermediate-training-jobs .img,
.program-intermediate-training-admissions .img,
.admissions-intermediate-level-degree .img {
  margin-bottom: 10px;
}

.program-intermediate-training-about .img img,
.program-intermediate-training-jobs .img img,
.program-intermediate-training-admissions .img img,
.admissions-intermediate-level-degree .img img {
  width: 100%;
}

.program-intermediate-training-about p,
.program-intermediate-training-jobs p,
.program-intermediate-training-admissions p,
.admissions-intermediate-level-degree p {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: justify;
}

.program-intermediate-training-jobs .img-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2px;
}

.program-intermediate-training-jobs .img-row:first-child {
  margin-bottom: 4px;
}

.program-intermediate-training-jobs .img-row img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding: 0 2px;
}

.program-intermediate-training-courses .table {
  margin: 0;
  min-width: 860px;
}

.program-intermediate-training-courses .table thead th {
  border-top: 0;
}

.program-intermediate-training-courses .table th:nth-child(1) {
  width: 15%;
}

.program-intermediate-training-courses .table th:nth-child(2) {
  width: 60%;
}

.program-intermediate-training-courses .table th:nth-child(3) {
  width: 15%;
}

.program-intermediate-training-courses .table th:nth-child(4) {
  width: 10%;
}

.program-intermediate-training-tuition ul li {
  list-style: none;
}

.program-intermediate-training-tuition ul li:not(:last-child) {
  margin-bottom: 10px;
}

.program-intermediate-training-tuition ul h4 {
  margin-bottom: 10px;
}

.program-intermediate-training-students-intro .item,
.program-intermediate-training-faq .item,
.admissions-intermediate-level-faq .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.program-intermediate-training-students-intro .item:not(:last-child),
.program-intermediate-training-faq .item:not(:last-child),
.admissions-intermediate-level-faq .item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

.program-intermediate-training-students-intro .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 145px;
          flex: 0 0 145px;
  width: 145px;
  margin-right: 20px;
}

.program-intermediate-training-students-intro .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.program-intermediate-training-students-intro .class {
  color: #999;
  margin-bottom: 10px;
  font-size: 14px;
}

.program-intermediate-training-students-intro .feelings {
  max-height: 55.5px;
  overflow: hidden;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.program-intermediate-training-students-intro .feelings p {
  margin-bottom: 10px;
}

.program-intermediate-training-contact .address,
.admissions-intermediate-level-contact .address,
#contact .address {
  padding-bottom: 30px;
}

.program-intermediate-training-contact .address h2,
.admissions-intermediate-level-contact .address h2,
#contact .address h2 {
  color: #dd0000;
  margin-bottom: 10px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
}

.program-intermediate-training-contact .address ul,
.admissions-intermediate-level-contact .address ul,
#contact .address ul {
  margin-bottom: 15px;
}

.program-intermediate-training-contact .address li,
.admissions-intermediate-level-contact .address li,
#contact .address li {
  list-style: none;
  padding: 3px 0;
}

.program-intermediate-training-contact .address li a,
.admissions-intermediate-level-contact .address li a,
#contact .address li a {
  color: inherit;
}

.program-intermediate-training-contact .address li a:hover,
.admissions-intermediate-level-contact .address li a:hover,
#contact .address li a:hover {
  color: #399dfd;
}

.program-intermediate-training-contact .department-info,
.program-intermediate-training-contact .bus-routes,
.admissions-intermediate-level-contact .department-info,
.admissions-intermediate-level-contact .bus-routes,
#contact .department-info,
#contact .bus-routes {
  padding-bottom: 15px;
}

.program-intermediate-training-contact .department-info h3,
.program-intermediate-training-contact .bus-routes h3,
.admissions-intermediate-level-contact .department-info h3,
.admissions-intermediate-level-contact .bus-routes h3,
#contact .department-info h3,
#contact .bus-routes h3 {
  font-size: 16px;
  color: #dd0000;
  text-transform: uppercase;
  position: relative;
}

.program-intermediate-training-contact .department-info h3:after,
.program-intermediate-training-contact .bus-routes h3:after,
.admissions-intermediate-level-contact .department-info h3:after,
.admissions-intermediate-level-contact .bus-routes h3:after,
#contact .department-info h3:after,
#contact .bus-routes h3:after {
  background: #ccc;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
}

.program-intermediate-training-contact .department-info h3 span,
.program-intermediate-training-contact .bus-routes h3 span,
.admissions-intermediate-level-contact .department-info h3 span,
.admissions-intermediate-level-contact .bus-routes h3 span,
#contact .department-info h3 span,
#contact .bus-routes h3 span {
  background: #fff;
  position: relative;
  z-index: 2;
  padding-right: 10px;
}

.program-intermediate-training-contact .department-info,
.admissions-intermediate-level-contact .department-info,
#contact .department-info {
  position: relative;
}

.program-intermediate-training-contact .department-info h4,
.admissions-intermediate-level-contact .department-info h4,
#contact .department-info h4 {
  color: #399dfd;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.program-intermediate-training-contact .department-info li,
.admissions-intermediate-level-contact .department-info li,
#contact .department-info li {
  list-style: none;
  padding: 2px;
}

.program-intermediate-training-contact .department-info li::before,
.admissions-intermediate-level-contact .department-info li::before,
#contact .department-info li::before {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #399dfd;
  padding-right: 10px;
}

.program-intermediate-training-contact .department-info li a,
.admissions-intermediate-level-contact .department-info li a,
#contact .department-info li a {
  color: inherit;
}

.program-intermediate-training-contact .department-info li a:hover,
.admissions-intermediate-level-contact .department-info li a:hover,
#contact .department-info li a:hover {
  color: #399dfd;
}

.program-intermediate-training-contact .department-info .readmore,
.admissions-intermediate-level-contact .department-info .readmore,
#contact .department-info .readmore {
  position: absolute;
  background: #fff;
  padding: 1px 5px;
  top: 0;
  right: 0;
}

.program-intermediate-training-contact .department-info-list,
.admissions-intermediate-level-contact .department-info-list,
#contact .department-info-list {
  max-height: calc(83.55px * 2);
  overflow: hidden;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.program-intermediate-training-contact .bus-routes-list .item,
.admissions-intermediate-level-contact .bus-routes-list .item,
#contact .bus-routes-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.program-intermediate-training-contact .bus-routes-list .number,
.admissions-intermediate-level-contact .bus-routes-list .number,
#contact .bus-routes-list .number {
  background: #399dfd;
  color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 2px 0px #000;
          box-shadow: 0 2px 2px 0px #000;
  padding: 7px 0;
  text-align: center;
  font-size: 15px;
  width: 35px;
  height: 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  margin-right: 15px;
}

.form-contact p {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 500;
}

.form-contact input,
.form-contact textarea {
  border-radius: 0;
  font-style: normal;
  font-size: 13px;
}

.form-contact .form-contact-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-contact .security-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-contact .security-code [name="code"] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-right: 10px;
}

.form-contact .security-code .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  margin-right: 10px;
}

.form-contact .security-code img {
  height: 34px;
  width: 70px;
}

.form-contact .security-code .reload .fa {
  color: #999;
  font-size: 20px;
  line-height: 34px;
}

.form-contact [type="submit"] {
  background: #dd0000;
}

.program-intermediate-training-faq .faq-question,
.admissions-intermediate-level-faq .faq-question {
  font-weight: 600;
  margin-bottom: 10px;
}

.program-intermediate-training-faq .faq-answer,
.admissions-intermediate-level-faq .faq-answer {
  max-height: 55.5px;
  overflow: hidden;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.program-intermediate-training-faq .faq-answer span,
.admissions-intermediate-level-faq .faq-answer span {
  color: #399dfd;
  font-weight: 600;
}

.program-intermediate-training-faq .faq-answer p,
.admissions-intermediate-level-faq .faq-answer p {
  margin-bottom: 10px;
}

.program-online-training .main-content .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.program-online-training .main-content .item {
  text-align: center;
  margin-bottom: 20px;
}

.program-online-training .main-content .img {
  border: 1px solid #ccc;
  height: 140px;
  margin-bottom: 15px;
  padding: 25px;
}

.program-online-training .main-content h4 {
  color: #777;
  font-size: 14px;
}

.admissions-intermediate-level-process .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.admissions-intermediate-level-process .step-name {
  font-weight: 600;
  margin-bottom: 5px;
}

.admissions-intermediate-level-process .img:not(:last-child) {
  margin-bottom: 20px;
}

.admissions-intermediate-level-regis .text {
  margin-bottom: 20px;
}

.admissions-intermediate-level-regis .img {
  text-align: center;
}

.admissions-intermediate-level-regis .img img {
  display: inline-block;
}

.admissions-intermediate-level-tuition .text {
  margin-bottom: 30px;
}

.admissions-intermediate-level-tuition .text p {
  margin-bottom: 10px;
}

.tuition-table {
  margin-bottom: 30px;
}

.tuition-table .table {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.tuition-table .table th:nth-child(1) {
  width: 10%;
}

.tuition-table .table th:nth-child(3) {
  width: 30%;
}

.tuition-table .table td,
.tuition-table .table th {
  border: 1px solid #999;
}

.admissions-intermediate-level-schedule p {
  margin-bottom: 30px;
}

.news-item,
.department-item {
  margin-bottom: 20px;
}

.news-item .img,
.department-item .img {
  margin-bottom: 20px;
}

.news-item .img img,
.department-item .img img {
  width: 100%;
}

.news-item .text h4,
.department-item .text h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.news-item .text p,
.department-item .text p {
  -webkit-line-clamp: 5;
  margin-bottom: 20px;
}

.news-main-page {
  padding-bottom: 20px;
}

.news-category {
  margin-bottom: 30px;
}

.news-category h3 {
  background: #dd0000;
  color: #fff;
  font-size: 15px;
  padding: 10px;
  margin: 0;
}

.news-category ul {
  margin: 0;
}

.news-category li {
  list-style: none;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.news-category li a {
  padding: 7px 10px;
  display: block;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  color: #333;
}

.news-category li:hover, .news-category li.active {
  border-color: #399dfd;
  background: #399dfd;
}

.news-category li:hover a, .news-category li.active a {
  color: #fff;
}

.big-news {
  background: url(../images/news10.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
}

.big-news .big-news-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.big-news .big-news-top h4 {
  color: #fff;
  -webkit-line-clamp: 4;
}

.big-news .overlay {
  padding: 20px;
  background: #0000006e;
}

.big-news .overlay .big-news-desc {
  color: #fff;
  margin-bottom: 20px;
  -webkit-line-clamp: 6;
}

.news-featured {
  border-bottom: 1px dotted #999;
  position: relative;
  margin-bottom: 20px;
}

.news-featured .text h4 {
  -webkit-line-clamp: 2;
}

.news-featured .text p {
  -webkit-line-clamp: 4;
}

.news-featured .readmore {
  position: absolute;
  bottom: -8px;
  right: 0;
  text-transform: none;
  background: #fff;
  padding: 0 5px;
}

.news-list,
.event-list,
.videos-list,
.images-list,
.data-list {
  border-bottom: 1px dotted #999;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.event-item {
  margin-bottom: 20px;
}

.event-item .event-name {
  margin-bottom: 10px;
  font-size: 14px;
}

.event-item .event-time-place {
  color: #999;
}

.post {
  margin-bottom: 30px;
}

.post-title {
  color: #399dfd;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.post-content {
  padding-top: 15px;
}

.post-content p,
.post-content img {
  margin-bottom: 15px;
}

.post-content img {
  margin-right: auto;
  margin-left: auto;
}

.post-top,
.post-bottom {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
}

.post-top a,
.post-bottom a {
  color: #666;
}

.post-top span,
.post-bottom span {
  display: inline-block;
}

.post-top .fa,
.post-bottom .fa {
  margin-left: 20px;
  font-weight: 300;
}

.posted-date {
  margin-right: 20px;
}

.scroll-top .fa {
  margin-left: 5px;
}

.data-item {
  margin-bottom: 20px;
}

.data-item .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.data-item img {
  width: 100%;
}

.data-item .corner {
  position: absolute;
  height: 142px;
  width: 142px;
  bottom: 0;
  right: 0;
  background: #fff;
  -webkit-transform: translateY(50%) translateX(50%) rotate(45deg);
          transform: translateY(50%) translateX(50%) rotate(45deg);
}

.data-item .data-btn {
  position: absolute;
  right: 50px;
  bottom: 50px;
  -webkit-transform: translateX(50%) translateY(50%);
          transform: translateX(50%) translateY(50%);
  width: 55px;
  height: 55px;
  background: #399dfd;
  color: #fff;
  text-align: center;
  font-size: 25px;
  border-radius: 50%;
  padding: 6px 0;
  border: 2px solid #fff;
  z-index: 2;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.data-item .data-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  width: 65px;
  height: 65px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  z-index: -1;
  border: 5px solid #f8f7f770;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.data-item .data-desc {
  font-size: 16px;
  line-height: 1.6;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  margin: 0;
  -webkit-line-clamp: 2;
}

.data-item:hover .data-btn {
  background: #dd0000;
}

.data-item:hover .data-btn:after {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
          transform: translateX(-50%) translateY(-50%) scale(1.2);
  border-width: 10px;
}

.data-item:hover .data-desc {
  color: #399dfd;
}

.data-list th:nth-child(1),
.data-list th:nth-child(3),
.data-list th:nth-child(4),
.data-list th:nth-child(5),
.data-list td:nth-child(1),
.data-list td:nth-child(3),
.data-list td:nth-child(4),
.data-list td:nth-child(5) {
  text-align: center;
}

.data-list thead {
  background: #399dfd;
  color: #fff;
  border: 1px solid #399dfd;
}

.data-list .table td {
  border-top: 0;
}

.data-list .table th {
  border: 0px;
}

.data-list a {
  color: #333;
}

.data-list a:hover {
  color: #fff;
}

.data-list tr {
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.data-list tr:hover {
  background: #399dfd;
  color: #fff;
}

.data-list tr:hover a {
  color: #fff;
}

@media (min-width: 576px) {
  .news-item,
  .department-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-item .img,
  .department-item .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .big-news .col-sm-6.offset-sm-6 {
    padding-left: 0;
  }
  .big-news .overlay {
    padding: 30px 30px 40px;
  }
}



@media (min-width: 768px) {
  .program-intermediate-training-about .article-title,
  .program-intermediate-training-jobs .article-title,
  .program-intermediate-training-admissions .article-title,
  .admissions-intermediate-level-degree .article-title {
    display: inline-block;
  }
  .program-intermediate-training-about .img,
  .program-intermediate-training-jobs .img,
  .program-intermediate-training-admissions .img,
  .admissions-intermediate-level-degree .img {
    float: right;
    width: 50%;
    margin-left: 15px;
  }
}

@media (max-width: 768px) {

.saleoff a {
    font-size: 14px !important;
    color: red;
   } 

	.slider-small.owl-carousel.owl-loaded.owl-drag {
    margin: 5px 0;
    text-align: center;
}
.hl_h1 {
    font-size: 20px;
    margin-bottom: 6px;
    margin-top: 0;
}
.new-list.section-padding .description {
    margin: 0 20px 0 0;
}
hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 0;
}
.new-list {
    margin-left: 0;
}	
	.footer-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0;
    text-transform: uppercase;
}

.hl_h1 {

    font-size: 18px;
    margin-bottom: 20px;
    line-height: 22px;

}	
.hl_description {

    font-size: 13px;
    line-height: 23px;
    margin-bottom: 20px;
    float: left;
    width: 100%;

}
.hl_description img {

    width: 100% !important;
    height: auto !important;
    margin: 10px 0;

}

	.navbar-list-wrap .navbar-list li {
    list-style: none;
    float: left;
    width: 100%;
}
#page.on .navbar-list-wrap {

    left: 0;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
    background: #399dfd;

}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {

    text-decoration: none;
    color: #fff;
    background-color: #f5f5f5;

}
.dropdown-menu > li > a {

    padding: 5px 15px 5px 25px;
    color: #fff;

}
#main-nav .link {

    background: transparent;
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 10px 0px 10px 20px;
    text-transform: uppercase;
    white-space: nowrap;

}
.navbar-list-wrap .navbar-list > li:not(:last-child) {

    border-bottom: 1px solid #0c84f7;

}

	#owl-home-stones-feature .item {
    margin-bottom: 20px;
}
	.home-products-list .our-products {
    background: #e7e7e7;
    padding: 25px 20px 30px;
    height: 100%;
    display: none;
}
.footer-article {
    padding: 0;
}
	.home-about {display: none;}

	.p2-item {
    float: left;
    width: 100%;
    margin-right: 0;
    position: relative;
    line-height: 0;
    overflow: hidden;
    margin-bottom: 20px;
    margin: 2%;
}.section-title h2 {
    font-weight: 500;
    font-style: normal;
    color: #333333;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0px;
    padding: 10px 0;
}.section-title h5 {
    font-weight: 400;
    text-transform: initial;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 20px;
}

.p2-item img {
    float: left;
    width: 100%;
    transition: all 1s ease-in-out;
    height: 200px;
    overflow: hidden;
    object-fit: cover;
    min-height: auto !important;
}
.product-item-list {
   
}
.p2-item img {
    float: left;
    width: 100%;
    transition: all 1s ease-in-out;
    height: 150px;
    overflow: hidden;
    object-fit: cover;
    min-height: auto !important;
}
footer {
    padding: 10px;
}

}



@media (min-width: 1200px) {
  .footer-social {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}


@media (max-width: 450px) {
    .listpro li {
      width: 100%;
    }
}


.content-detail-product .name-product {
  font-size: 18px;
  color: #2f383d;
  margin-top: 0;
  font-weight: bold;
}
.product-tabs {
  margin-top: 20px;
}
.nav-pills>li {
  float: left;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover {
  background-color: #ec2ffd;
}




.nav-pills > li.active > a, .nav-pills > li.active > a:hover {
    background-color: #ec2ffd;
    font-weight: bold;
    padding: 10px 15px;
    border: 1px solid #ddd;
    text-transform: uppercase;
    border: 1px solid #E3E3E3 !important;
    color: #333;
   
  
    border-bottom: 1px solid #fff;
}


#exTab2 ul li a {
font-weight: bold;
padding: 10px 15px;

 
text-transform: uppercase;

color: #333;

}


.clearfix {
  clear: both;
}
.product-tabs .tab-pane {
  border: 1px solid #ddd;
  padding: 14px;

}
.slider-large .item img {
  width: 100%;
  height: 350px;
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.tab-content>.tab-pane {

}

/*lien h?*/
.content {
  clear: both;
}
.lienhe {
  overflow: hidden;
  padding-top: 20px;
}
.khoi1170 {
  width: 1170px;
  margin: 0 auto;
}
.lienhe .left {
  width: calc(100% - 38.954% - 30px);
  float: left;
  margin-bottom: 30px;
}
.lienhe .tieude {
  font-size: 29px;
  text-align: left;
  margin: 0 0 15px 0;
}
.tieude {
  font: 38px 'MC';
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #b91219;
}
.lienhe .left .diachi:nth-child(2) {
  background: url(http://vietnamminerals.vn/css/content/icon1.png) no-repeat left center;
  padding-top: 20px;
  min-height: 54px;
}
.lienhe .left .diachi:nth-child(3) {
  background: url(http://vietnamminerals.vn/css/content/icon2.png) no-repeat left center;

}
.lienhe .left .diachi:nth-child(4) {
  background: url(http://vietnamminerals.vn/css/content/icon3.png) no-repeat left center;

}
.lienhe .left .diachi:nth-child(5) {
  background: url(http://vietnamminerals.vn/css/content/icon4.png) no-repeat left center;

}
.diachi {
  min-height: 64px;
  padding-left: 83px;
  margin-bottom: 20px;
  line-height: 22px;
}
.lienhe .right {
  width: 38.974%;
  float: right;
  overflow: hidden;
  margin-bottom: 30px;
}

.note {
  line-height: 24px;
  margin-bottom: 20px;
}
.lienhe input {
  font: 13px 'S';
  color: #333;
  width: calc(100% - 27px);
  padding: 0 10px 0 15px;
  height: 32px;
  outline: none;
  margin-bottom: 10px;
  border: 1px solid #d1d1d1;
}
.lienhe .right span {
  font-size: 13px;
  line-height: 34px;
}
.khoi_nut {
  float: right;
  overflow: hidden;
}
.khoi_nut a {
  font: 16px 'SSMB';
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  float: left;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  margin-left: 10px;
  background-color: #ccc;
}
#map_canvas {
  border: 4px solid white;
  margin: 1px 1px 30px 1px;
  box-shadow: 0 0 0 1px #ccc;
  position: relative;
  padding-bottom: 35.7265%;
  clear: both;
}











/*end danh m?c*/