/*----------------------------------------*/
/*  ALL
/*----------------------------------------*/
body { .overflow: hidden; color: var(--soi-color-02); overflow-x: hidden; }
.s-no-margin { margin-left: 0!important; margin-right: 0!important; }
.s-no-padding { padding-left: 0!important; padding-right: 0!important; }
.s-flex { display: flex!important; flex-wrap: wrap!important; }

/*----------------------------------------*/
/*  HOME - MENU
/*----------------------------------------*/
.navbar-d li:hover > ul > li {
  background: var(--soi-background-01);
}
.navbar-d ul ul li a {
  color: var(--soi-color-01);
}
#wrapper .navbar-container .pull-right > li li:hover > a {
  background: var(--soi-background-04)!important;
  color: var(--soi-color-02)!important;
}
.navbar-d ul ul ul li a {
  width: 300px;
}

/*----------------------------------------*/
/*  HOME - MODULE
/*----------------------------------------*/
body h2 { font-size: var(--soi-font-02); }
body h3 { font-size: var(--soi-font-03); }
.SECTION {
  /*padding: 5vh;*/
}

/*----------------------------------------*/
/*  HOME - SLIDER
/*----------------------------------------*/
.SECTION_SLIDER {
  background: var(--soi-background-01);
}
.SLIDER {
  position: relative;
}
.item a {
  display: block;
}
.SLIDER .box-abs-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  text-align: center;
}
.SLIDER .abs-slider-title {
  width: 100%;
}
.SLIDER .abs-slider-title h2 {
  color: var(--soi-color-02);
}
.SLIDER .abs-slider-title .box-ref-slider {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 50px;
}
.SLIDER .abs-slider-title .box-ref-slider a {
  display: block;
  width: 20%;
  padding: 20px;
  text-transform: uppercase;
  color: var(--soi-color-02);
  border: solid 1px var(--soi-background-02);
}
.SLIDER .abs-slider-title .box-ref-slider a:first-child {
  margin: 0 10px 0 auto;
  border: solid 1px var(--soi-background-03);
  background: var(--soi-background-03);
}
.SLIDER .abs-slider-title .box-ref-slider a:last-child {
  margin: 0 auto 0 10px;
}


/*----------------------------------------*/
/*  HOME - MOL 01
/*----------------------------------------*/
#section_01 {
  background: var(--soi-background-01);
}
.introduce {
  color: var(--soi-color-02);
  width: 75%;
  margin: auto;
}
.HOME-INTRODUCE {
  padding: 5vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-content-heading {
  padding: 30px 0;
}
.box-next-seen {
  display: block;
  width: 200px;
  padding: 10px 15px;
  background: var(--soi-background-03);
  color: var(--soi-color-03);
  margin: 20px auto;
  font-size: var(--soi-font-04);
  text-align: center;
}
.home-content-content * {
  font-size: var(--soi-font-04);
  font-family: var(--soi-mainfont);
}
.home-main-category {
  position: absolute;
  background: var(--soi-background-04);
  color: var(--soi-color-02);
  padding: 10px;
  bottom: 20px;
  left: calc(50% - 100px);
  width: 200px;
}
.home-main-category:hover {
  color: var(--soi-color-01);
}
.HOME-INTRODUCE .block-content > div {
  padding: 0;
}
.introduce h2 {
  margin: 15px 0;
  font-weight: 600;
}
.introduce h5 {
  font-weight: 600;
  color: var(--soi-color-02);
}
.intro-section.s-container {
  display: flex;
  flex-wrap: wrap;
}
.intro-section > div {
  display: flex;
  flex-wrap: wrap;
}
.intro-section > div:first-child {
  border-right: solid 1px #fff;
}
.intro-section > div:nth-child(2) {
  text-align: left;
}
.intro-section > div:first-child > div {
  margin: 2vw 0;
}


/*----------------------------------------*/
/*  HOME - MOL 02
/*----------------------------------------*/
.s-container {
  width: 95%;
  margin: auto;
  max-width: 1600px;
  text-align: center;
}
.HOME-CATAGORY {
  background: linear-gradient(200deg, #000000cf 0%, #000000d9 80%), url('/uploads/home/rectangle_10.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.catagory-box {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}
.HOME-CATAGORY {
  color: var(--soi-color-02);
}
.HOME-CATAGORY .featured-wrap, .HOME-CATAGORY-2 .featured-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 5vw;
}
.HOME-CATAGORY .block-content .catagory-list-box > li {
  padding: 20px 0;
  /*border-bottom: solid 1px var(--soi-color-02);*/
  position: relative;
}
.HOME-CATAGORY .block-content .catagory-list-box > li:after {
  content: "";
  width: 40%;
  height: 1px;
  background: var(--soi-background-02);
  position: absolute;
  bottom: 0;
  display: block;
  right: 0;
  transition: 3s;
}
.HOME-CATAGORY .block-content .catagory-list-box > li:hover:after {
  width: 100%;
  transition: .5s;
}
.HOME-CATAGORY .block-content {
  text-align: right;
}
.HOME-CATAGORY .featured-wrap > div {
  position: relative;
}
.HOME-CATAGORY .featured-wrap > div:first-child {
}
.HOME-CATAGORY .featured-wrap > div:last-child {
  position: relative;
}
.HOME-CATAGORY .featured-wrap > div:last-child > img {
  position: relative;
  .height: 80%!important;
  .width: auto!important;
  width: 40%;
  height: auto;
  transform: rotate(5deg);
}
.HOME-CATAGORY .featured-wrap > div:last-child > img:first-child {
  margin-top: 5%;
  margin-right: 5%;
}
.HOME-CATAGORY .featured-wrap > div:last-child > img:last-child {
  margin-bottom: 5%;
  margin-left: 5%;
  margin-top: 1%;
}
.featured-wrap-kk h2{
  margin: auto;
  font-weight: 600;
}
.HOME-CATAGORY-2 {
  color: var(--soi-color-02);
}
.HOME-CATAGORY-2 > .featured-wrap-kk > .home-content-content {
  width: 100%;
  padding: 2vw 0;
}
.HOME-CATAGORY-2 img {
  width: 100%;
}
.HOME-CATAGORY-2 > .featured-wrap-kk h4 {
  margin: 15px 0;
  text-align: left;
}
.HOME-CATAGORY-2 > .featured-wrap-kk > div .home-content-content {
  text-align: left;
}
.HOME-CATAGORY-2 .box-khokhan {
  padding: 15px 15px;
  transition: .5s;
}


/*----------------------------------------*/
/*  HOME - MOL 03
/*----------------------------------------*/
#section_03 {
  background: var(--soi-background-04);
}
.HOME-COLLECTION {
  padding: 5vw;
}
.HOME-COLLECTION .featured-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.HOME-COLLECTION .home-content-content {
  padding: 20px 0;
}
.HOME-COLLECTION .home-content-content, .HOME-COLLECTION h2 {
  text-align: left;
}
.HOME-COLLECTION h2 {
  font-weight: 600;
}
.HOME-COLLECTION ul.home-content-content > li {
  padding: 10px 0;
}

/*----------------------------------------*/
/*  HOME - MOL 04
/*----------------------------------------*/
#section_04 {
  background: var(--soi-background-04);
}
.HOME-CATAGORY-3 {
  background: linear-gradient(200deg, #000000cf 0%, #000000d9 80%), url('/uploads/home/rectangle_26.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--soi-color-02);
  padding: 5vw;
}
.HOME-CATAGORY-3 > .featured-wrap-kkk > .home-content-content {
  width: 100%;
  padding: 2vw 0;
}
.HOME-CATAGORY-3 .box-khoahoc-main {
  width: calc((100% - 90px) / 3);
  display: flex;
  float: left;
  height: 110px;
  margin: 15px;
  border: solid 1px var(--soi-color-01);
  background: var(--soi-background-07);
  transition: .5s;
}
.HOME-CATAGORY-3 .box-khoahoc-main p {
  width: 60%;
  margin: auto;
}
.HOME-CATAGORY-3 .s-row {
  display: flex;
  flex-wrap: wrap;
}
.HOME-CATAGORY-3 .s-row:first-child .box-khoahoc-main:first-child {
  margin-left: auto;
}
.HOME-CATAGORY-3 .s-row:first-child .box-khoahoc-main:last-child {
  margin-right: auto;
}
.HOME-CATAGORY-3 .s-row:last-child .box-khoahoc-main:first-child {
  margin-left: auto;
}
.HOME-CATAGORY-3 .s-row:last-child .box-khoahoc-main:last-child {
  margin-right: auto;
}
.HOME-CATAGORY-3 img {
  width: 100%;
}
.HOME-CATAGORY-3 > .featured-wrap-kkk h4 {
  margin: 15px 0;
  text-align: left;
}
.HOME-CATAGORY-3 > .featured-wrap-kkk > div .home-content-content {
  text-align: left;
}
.HOME-CATAGORY-3 h2 {
  margin: auto;
  font-weight: 600;
  padding: 30px 0;
}
.HOME-CATAGORY-3 h3 {
  color: var(--soi-color-02);
}
.HOME-CATAGORY-4 {
  padding: 5vw;
  background: var(--soi-background-04);
}
.HOME-CATAGORY-4 h2 {
  width: 60%;
  margin: auto;
  font-weight: 600;
  padding: 30px 0;
}
.HOME-CATAGORY-4 h3 {
  width: 60%;
  margin: auto;
  color: var(--soi-color-02);
  text-transform: unset;
}
.HOME-CATAGORY-4 .box-img-bangchungnhan {
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
}
.HOME-CATAGORY-4 .box-img-bangchungnhan > img {
  float: left;
  height: auto;
  margin: 0 15px;
}
.HOME-CATAGORY-4 .box-img-bangchungnhan > img:first-child {
  width: calc(2 * (100% / 3 - 60px));
  margin-left: auto;
}
.HOME-CATAGORY-4 .box-img-bangchungnhan > img:last-child {
  width: calc(100% / 3 - 60px);
  margin-right: auto;
}
.HOME-CATAGORY-4 .box-img-bangchungnhan-2 {
  margin: 30px auto;
  display: flex;
}
.HOME-CATAGORY-4 .box-img-bangchungnhan-2 > a {
  width: 250px;
  padding: 20px;
  background: var(--soi-background-03);
  display: block;
  color: var(--soi-color-02);
  font-weight: 600;
  margin: 0 auto;
  transition: .5s;
  display: inline-block;
  overflow: hidden;
  position: relative;
  .animation: aniShadowTrans 2s linear infinite;
}
.HOME-CATAGORY-4 .box-img-bangchungnhan-2 > a:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: 0px;
  left: 50%;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 1.5s ease-in-out infinite;
}
.HOME-CATAGORY-4 .box-img-bangchungnhan-2 > a:hover {
  background: var(--soi-background-02);
  color: var(--soi-color-03);
}
.HOME-CATAGORY-5 {
  padding: 5vw;
  background: var(--soi-background-08);
}
.HOME-CATAGORY-5 h2 {
  width: 60%;
  margin: auto;
  font-weight: 600;
  padding: 30px 0;
}
.HOME-CATAGORY-5 h3 {
  width: 60%;
  margin: auto;
  color: var(--soi-color-02);
  text-transform: unset;
}
.HOME-CATAGORY-5 .box-img-bangchungnhan {
  margin: 30px auto;
  display: flex;
}
.HOME-CATAGORY-5 .box-img-bangchungnhan > img {
  float: left;
  height: auto;
  margin: 0 15px;
}
.HOME-CATAGORY-5 .box-img-bangchungnhan > img:first-child {
  width: calc(2 * (100% / 3 - 60px));
  margin-left: auto;
}
.HOME-CATAGORY-5 .box-img-bangchungnhan > img:last-child {
  width: calc(100% / 3 - 60px);
  margin-right: auto;
}
.HOME-CATAGORY-5 .box-img-bangchungnhan-2 {
  margin: 30px auto;
  display: flex;
}
.HOME-CATAGORY-5 .item {
  transition: .75s;
  width: 100%;
  padding: 0!important;
}
.HOME-CATAGORY-5 .item:hover{
  transform:scale(1.5);
  transition: .5s;
  z-index: 10;
}
.HOME-CATAGORY-5 .owl-item.active:hover {
  z-index: 10;
}
.HOME-CATAGORY-5 .owl-carousel .owl-stage-outer {
  min-height: 400px;
  padding: 150px 0;
}
.HOME-CATAGORY-5 img.item {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  z-index: 1;
}
.HOME-CATAGORY-5 .owl-nav {
  position: absolute;
  height: 0;
  /*top: 50%;*/
  /*width: 100%;*/
  left: 50%;
  margin: 0;
}
.HOME-CATAGORY-5 .owl-nav .owl-next {
  position: absolute;
  right: -60px;
}
.HOME-CATAGORY-5 .owl-nav .owl-prev {
  position: absolute;
  left: -60px;
}
.HOME-CATAGORY-5 .owl-theme .owl-nav i {
  display: flex;
  align-items: center;
}
.HOME-CATAGORY-5 .owl-theme .owl-nav [class*="owl-"] {
  width: 50px;
  height: 50px;
  transition: .25s;
  text-align: center;
  justify-content: center;
  display: flex;
  border-radius: 0;
  background: var(--soi-background-03);
  color: var(--soi-color-03);
}
.HOME-CATAGORY-5 .owl-theme .owl-nav [class*="owl-"]:hover {
  transform: scale(1.1);
  transition: .25s;
  background: var(--soi-background-04);
  color: var(--soi-color-02);
}

/*----------------------------------------*/
/*  HOME - MOL 05
/*----------------------------------------*/
.HOME-NEW {
  padding: 5vw;
  background: var(--soi-background-09);
}
.HOME-NEW h3 {
  color: var(--soi-color-01);
}
.HOME-NEW .catagory-box-image {
  padding: 0;
}
.HOME-NEW .catagory-box-content {
  background: var(--soi-background-09);
  padding: 30px 0;
  text-align: left;
}
.HOME-NEW .catagory-content-cont {
  color: var(--soi-color-02);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.HOME-NEW .box-next-seen {
  .width: auto;.height: auto;.bottom: 75px;.left: 50px;
  margin: 30px 0;
  text-align: center;
  color: var(--soi-color-02);
  font-size: var(--soi-font-04);
}
.HOME-NEW .box-next-seen:hover {
  background: var(--soi-background-02);
  color: var(--soi-color-03);
  box-shadow: 0px 0px 1px 0px #fff,inset 10px 10px 15px 0px #00000075;
}
.HOME-NEW .owl-carousel .owl-item img {
  height: 30em;
  object-fit: cover;
}
.HOME-NEW .owl-nav {
  position: absolute;
  height: 0;
  top: 50%;
  width: 100%;
  margin: 0;
}
.HOME-NEW .owl-nav .owl-next {
  position: absolute;
  right: -60px;
}
.HOME-NEW .owl-nav .owl-prev {
  position: absolute;
  left: -60px;
}
.HOME-NEW .owl-theme .owl-nav i {
  display: flex;
  align-items: center;
}
.HOME-NEW .owl-theme .owl-nav [class*="owl-"] {
  width: 50px;
  height: 50px;
  transition: .25s;
  text-align: center;
  justify-content: center;
  display: flex;
  border-radius: 0;
  background: var(--soi-background-03);
  color: var(--soi-color-03);
}
.HOME-NEW .owl-theme .owl-nav [class*="owl-"]:hover {
  transform: scale(1.1);
  transition: .25s;
  background: var(--soi-background-04);
  color: var(--soi-color-02);
}
.HOME-NEW .list-new-home {
  display: flex;
}
.HOME-NEW .homenew-content-2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
  margin-top: 45px;
}
.HOME-NEW .homenew-content-2 img {
  width: 100%;
}
.HOME-NEW .homenew-content-2 div {
  text-align: left;
}
.HOME-NEW .homenew-content-2 .catagory-content-cont {
  margin: 30px 0;
}
.HOME-NEW .catagory-content-title h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*----------------------------------------*/
/*  HOME - MOL 06
/*----------------------------------------*/
#section_06 {
  padding: 0;
}
.HOME-INFO-MAP {
  width: 100%;
  height: 750px;
  position: relative;
}
.HOME-INFO-MAP .block-info-map {
  width: 100%;
  height: 750px;
  z-index: 9;
  position: absolute;
}
.HOME-INFO-MAP .block-info-map-content {
  width: 30%;
  height: calc(750px - 30px);
  z-index: 10;
  position: absolute;
  top: 15px;
  left: 0;
  background: var(--soi-background-01);
  padding: 40px 50px 40px 100px;
}
.HOME-INFO-MAP .banner > a {
  margin: 0;
}
.HOME-INFO-MAP .banner {
  padding: 0;
}
.HOME-INFO-MAP .block-info-map-box a,
.HOME-INFO-MAP .block-info-map-box p
{
  color: var(--soi-color-02);
  font-size: var(--soi-font-04);
}
.HOME-INFO-MAP .block-info-map-box .big-tell {
  font-size: var(--soi-font-03);
  font-weight: bold;
}


/*----------------------------------------*/
/*  HOME - FOOTER
/*----------------------------------------*/
#site-footer {
  background: var(--soi-background-04);
}
.footer-sub p {
  text-align: left;
  font-size: var(--soi-font-05);
  color: var(--soi-color-02);
  font-weight: 400;
}
.footer-sub {
  padding: 30px 0;
}
.CONTENT-FOOTER { overflow: hidden; }
.FOOTER .foot-call-box a {
  text-align: left;
  color: var(--soi-color-02);
}
.FOOTER .foot-call-title {
  color: var(--soi-color-02);
  font-size: var(--soi-font-03);
  font-weight: 600;
  text-align: left;
  margin: 30px 0 5px 0;
}
.FOOTER .k-foot-li-cate-li a {
  color: var(--soi-color-02);
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px 0;
}
.FOOTER .k-foot-li-cate-li a:hover {
  color: var(--soi-color-01);
}
.FOOTER .lastbox-call a {
  float: left;
  width: 40%;
}
.FOOTER .lastbox-call a {
  float: left;
  width: 40%;
  font-size: var(--soi-font-03);
  font-weight: 600;
}
.icons-foot {
  width: 40px;
}
.box-social-foot {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.box-tbct-foot {
  margin-left: -15px;
}
.box-dkct-foot {
  margin-right: -15px;
}
.FOOTER .foot-maps-box a {
  color: var(--soi-color-02);
}
.FOOTER .foot-maps-box {
  display: flex;
  margin: 0;
  padding: 0;
}
.FOOTER .foot-maps-box a {
  color: var(--soi-color-02);
  font-size: var(--soi-font-04);
  width: 100%;
  padding: 15px;
  border: 2px solid var(--soi-background-02);
}
.FOOTER .foot-maps-box i.fa.fa-chevron-right {
  color: var(--soi-color-03);
  position: absolute;
  padding: 10px;
  height: 100%;
  text-align: center;
  background: var(--soi-background-02);
  font-size: var(--soi-font-03);
  margin: auto;
  width: 65px;
  right: 0;
}
.FOOTER .k-kella-info-cty-content {
  color: var(--soi-color-02);
  padding: 5px 0;
  text-align: left;
  display: flex;
  align-items: center;
}
.FOOTER .k-kella-info-cty-content a {
  color: var(--soi-color-02);
  font-size: var(--soi-font-04);
  font-weight: 400;
}
.FOOTER .k-kella-info-cty-content i {
  font-size: var(--soi-font-03);
  padding: 0 10px 0 0;
}


/*----------------------------------------*/
/*  HOME - BREADCRUMB
/*----------------------------------------*/

.LIST-BREADCRUMB {
  background: var(--soi-background-04);
}


/*----------------------------------------*/
/*  HOME - PAGINATION
/*----------------------------------------*/
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border: none;
  border-radius: unset;
  margin: 0 5px;
}
.pagination > li > a, .pagination > li > span {
  border: none!important;
  border-radius: unset!important;
  margin: 0 5px!important;
  padding: 10px 15px!important;
}

/*----------------------------------------*/
/*  HOME - PRODUCTS
/*----------------------------------------*/

.content-sidebar {
  background: var(--soi-background-01);
}
.PRODUCTS h3 {
  text-align: center;
  color: var(--soi-color-02);
}
.PRODUCTS .category-title {
  padding: 40px 0;
}
#box-detail {
  color: var(--soi-color-02);
  text-align: left;
  margin: 5vh 0;
}
.box-detail-short {
  margin: 10vh 0 0;
}


/*----------------------------------------*/
/*  HOME - PRODUCT-DETAIL
/*----------------------------------------*/


.PRODUCT-DETAIL h3 {
  text-align: center;
  color: var(--soi-color-02);
}
.PRODUCT-DETAIL .category-title {
  padding: 40px 0;
}


/*----------------------------------------*/
/*  HOME - PRODUCTS-DETAIL
/*----------------------------------------*/
.PRODUCT-DETAIL .pro-detail-img {
  width: 100%;
}
.PRODUCT-DETAIL .relatived-product-title h4 {
  padding: 40px 0;
}
.PRODUCT-DETAIL .owl-nav {
  position: absolute;
  height: 0;
  top: 50%;
  width: 100%;
  margin: 0;
}
.PRODUCT-DETAIL .owl-nav .owl-next {
  position: absolute;
  right: -60px;
}
.PRODUCT-DETAIL .owl-nav .owl-prev {
  position: absolute;
  left: -60px;
}
.PRODUCT-DETAIL .owl-theme .owl-nav i {
  display: flex;
  align-items: center;
}
.PRODUCT-DETAIL .owl-theme .owl-nav [class*="owl-"] {
  width: 50px;
  height: 50px;
  transition: .25s;
  text-align: center;
  justify-content: center;
  display: flex;
  border-radius: 0;
  background: var(--soi-background-03);
  color: var(--soi-color-03);
}
.PRODUCT-DETAIL .owl-theme .owl-nav [class*="owl-"]:hover {
  transform: scale(1.1);
  transition: .25s;
  background: var(--soi-background-04);
  color: var(--soi-color-02);
}

/*----------------------------------------*/
/*  HOME - NEWS
/*----------------------------------------*/
.NEWS h3 {
  text-align: center;
  color: var(--soi-color-02);
}
.NEWS h2 {
  font-weight: 600;
}
.NEWS .category-title {
  padding: 40px 0;
}
.NEWS .img-responsive {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.NEWS .box-news-concept {
  display: flex;
  flex-wrap: wrap;
}
.NEWS .post-title {
  text-align: left;
}
.NEWS .post-details {
  .background: var(--soi-background-06);
  padding: 2vw 0;
  text-align: left;
}
.NEWS .post-image {
  padding: 0;
}
.NEWS .post-item-link {
  color: var(--soi-color-01);
}
.NEWS .post-item-link:hover {
  color: var(--soi-color-02);
}
.NEWS .box-next-seen {
  margin: 20px 0 0 0;
  color: var(--soi-color-02);
}
.NEWS .post-details-first .box-next-seen {
  position: absolute;
  bottom: 0;
}
.NEWS .postContent .post-description {
  color: var(--soi-color-02);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.NEWS .postTitle a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.NEWS .postContent a {
  color: var(--soi-color-02);
}
.NEWS .aw-blog-read-more {
  position: relative;
  padding: 10px 0;
  font-size: var(--soi-font-04);
  font-weight: bold;
  width: auto;
  height: auto;
  text-decoration: none;
  text-align: left;
}
.NEWS .aw-blog-read-more:hover {
  color: var(--soi-color-01);
}
.NEWS .post-details-first {
  padding: 2vw;
}
.NEWS .post-page-config {
  padding: 20px 15px;
}



/*----------------------------------------*/
/*  HOME - NEWS-DETAIL
/*----------------------------------------*/

.NEWS-DETAIL h3 {
  text-align: center;
  color: var(--soi-color-02);
}
.NEWS-DETAIL .entry-header {
  padding: 40px 0 20px;
}
.NEWS-DETAIL .pro-detail-img {
  width: 100%;
}
.NEWS-DETAIL .relatived-post-title h4 {
  padding: 40px 0;
}
.NEWS-DETAIL .owl-nav {
  position: absolute;
  height: 0;
  top: 50%;
  width: 100%;
  margin: 0;
}
.NEWS-DETAIL .owl-nav .owl-next {
  position: absolute;
  right: -60px;
}
.NEWS-DETAIL .owl-nav .owl-prev {
  position: absolute;
  left: -60px;
}
.NEWS-DETAIL .owl-theme .owl-nav i {
  display: flex;
  align-items: center;
}
.NEWS-DETAIL .owl-theme .owl-nav [class*="owl-"] {
  width: 50px;
  height: 50px;
  transition: .25s;
  text-align: center;
  justify-content: center;
  display: flex;
  border-radius: 0;
  background: var(--soi-background-03);
  color: var(--soi-color-03);
}
.NEWS-DETAIL .owl-theme .owl-nav [class*="owl-"]:hover {
  transform: scale(1.1);
  transition: .25s;
  background: var(--soi-background-04);
  color: var(--soi-color-02);
}

/*----------------------------------------*/
/*  HOME - COLLECT-DETAIL
/*----------------------------------------*/

.COLLECT-DETAIL .collect-img {
  width: 100%;
}


/*----------------------------------------*/
/*  CONTACT
/*----------------------------------------*/

.CONTACT h3 {
  text-align: center;
  color: var(--soi-color-02);
}
.CONTACT h2 {
  font-weight: 600;
}
.CONTACT .block-title {
  padding: 40px 0;
}
.CONTACT .k-kella-info-cty {
  text-align: left;
  color: var(--soi-color-02);
  font-size: var(--soi-font-04);
}
.CONTACT .k-kella-info-cty h3 {
  text-align: left;
  color: var(--soi-color-01);
}
.CONTACT .s-form-control {
  color: var(--soi-color-02);
  background: var(--soi-background-01);
  border-bottom: 1px solid var(--soi-color-02);
  padding: 15px;
  font-size: var(--soi-font-04);
  font-weight: 400;
}
.CONTACT .bttn-green {
  text-align: center;
  display: block;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  margin-left: 0px;
  margin-top: 15px;
  text-transform: none;
  background: var(--soi-background-03);
  color: var(--soi-color-02);
  font-weight: 400;
  border-radius: unset;
  border: 1px solid var(--soi-background-03);
}
.CONTACT .k-kella-info-cty-content {
  padding: 5px 0;
}
.CONTACT .k-kella-info-cty-content a {
  color: var(--soi-color-02);
}

/*----------------------------------------*/
/*  RECRUITRAIN
/*----------------------------------------*/

.RECRUITRAIN .recrui {
  padding: 5vw 0;
}
.RECRUITRAIN h2, .RECRUITRAIN h3{
  font-weight: 600;
  margin: 20px 0;
}
.RECRUITRAIN .recruitrain-desciption {
  text-align: left;
  padding: 1vw;
}
.RECRUITRAIN .recrui-2 {
  background: linear-gradient(0deg, #000 60%, #fff0 100%), url('/uploads/recruitrain/image_1_nen_khoa_hoc.png');
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
.RECRUITRAIN .recrui-box-intro h3, .RECRUITRAIN .recrui-box-intro p {
  color: var(--soi-color-02);
  text-align: left;
}
.RECRUITRAIN .recrui-box-intro ul {
  list-style: inside;
}
.RECRUITRAIN .recrui-box-intro ul > li {
  text-align: left;
}
.RECRUITRAIN .recrui-padding-box {
  padding: 0 20px;
}
.RECRUITRAIN .recrui-padding-box h3 {
  color: var(--soi-color-02);
  text-align: left;
  font-weight: 600;
}
.RECRUITRAIN .recrui-padding-box h4 {
  margin: 15px 0;
  text-align: left;
  font-weight: 600;
  color: var(--soi-color-02);
}
.RECRUITRAIN .recrui-padding-box h5 {
  margin: 15px 0;
  text-align: left;
  font-weight: 600;
  color: var(--soi-color-02);
}
.RECRUITRAIN .recrui-padding-box a {
  color: var(--soi-color-02);
}
.RECRUITRAIN .recrui-padding-box p {
  text-align: left;
}
.RECRUITRAIN .recrui-box-title {
  padding: 20px 50px;
  /*margin: 20px 0 0 0;*/
  background: var(--soi-background-03);
}
.RECRUITRAIN .recrui-box-title h4 {
  width: calc(100% - 50px);
  float: left;
}
.RECRUITRAIN .recrui-box-title i {
  width: 50px;
  float: left;
  margin: 12.5px auto;
  font-size: 24px;
}
.RECRUITRAIN .recrui-box-maintain {
  height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: visibility 0s, opacity 0.5s linear;
}
.RECRUITRAIN .recrui-box-maintain.active {
  overflow: unset;
  visibility: visible;
  opacity: 1;
}
.RECRUITRAIN .recrui-box-content {
  padding: 20px 50px;
  margin: 0 0 5px 0;
  border: solid 1px var(--soi-background-03);
  min-height: 200px;
}
.RECRUITRAIN .recrui-box-miss {
  padding: 5px 50px;
  margin: 5px 0;
  border: solid 1px var(--soi-background-03);
  min-height: 110px;
}
.RECRUITRAIN .recrui-padding-box .recrui-box-miss:last-child {
  display: flex;
  align-items: center;
}
.RECRUITRAIN .recrui-box-flex {
  margin: 20px auto;
}
.RECRUITRAIN .recrui-4 {
  background: var(--soi-background-04);
}
.RECRUITRAIN .recrui-5 {
  background: linear-gradient(0deg, #000 0%, #fff0 100%), url('/uploads/recruitrain/image_1_nen_khoa_hoc_1.png');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 700px;
  margin-top: -500px;
}
.RECRUITRAIN .bttn-green {
  color: var(--soi-color-02);
}
.RECRUITRAIN .recrui-5 h2 {
  text-align: left;
}
.RECRUITRAIN .recrui-5 h4 {
  color: var(--soi-color-02);
  text-align: left;
  margin: 10px 0;
}
.RECRUITRAIN .box-recrui-5 {
  padding: 0 50px;
}

/*----------------------------------------*/
/*  VIDEOS
/*----------------------------------------*/

.embed-responsive-item {
  width: 100%;
  height: auto;
  overflow: auto;
}
.video-embed-responsive-item {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-embed-responsive-item .embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-link-rel-video {
  margin: 2vw 0;
}
.link-rel-video-tile {
  color: var(--soi-color-02);
  padding: 10px 20px;
}

/*----------------------------------------*/
/*  MAPS
/*----------------------------------------*/

.margin-top-fix-menu-map {
  margin-top: 50px;
}
.s-daily-map {
  width: 100%;
  height: calc(100vh - 150px);
}
.col-detail-map {
  position: relative;
  width: 100%;
  height: 100%;
}
.col-detail-daily {
  position: absolute;
  width: 25%;
  height: calc(100% - 160px);
  left: 10px;
  top: 150px;
  background: var(--soi-background-01);
  color: var(--soi-color-02 );
  padding: 20px 15px;
  overflow-y: scroll;
  z-index: 9;
}
.box-detail-daily {
  padding: 10px 10px;
  border: 1px solid var(--soi-background-02);
  margin: 10px 0;
}
.box-detail-daily:hover {
  background: var(--soi-background-02);
  color: var(--soi-color-03);
}
.col-box-left img {
  max-width: 60px;
  width: 100%;
}
.scrolloff iframe{
  pointer-events: none;
}
#dailyfilter {
  width: 100%;
  padding: 5px;
  border-radius: 0;
  font-style: italic;
  font-size: 90%;
  float: left;
  position: relative;
  color: var(--soi-color-03);
}


.LIST-BREADCRUMB * {
  text-transform: uppercase;
}








@media (min-width: 1300px) {
  .HOME-CATAGORY-2 .box-khokhan:hover{
    box-shadow: 0px 0px 15px 5px var(--soi-background-04);
    transition: .5s;
    transform: scale(1.2);
    background: var(--soi-background-01);
    z-index: 1;
  }
  .HOME-CATAGORY-3 .box-khoahoc-main:hover{
    transform: scale(1.2);
    transition: .5s;
    z-index: 1;
    background: var(--soi-background-04);
  }

}
@media (max-width: 1300px) {
  /*.HOME-NEW .catagory-box-content { padding: 45px 30px; }*/
  .HOME-NEW .catagory-box-content .box-next-seen { bottom: 40px; left: 30px; }
  .HOME-INFO-MAP .block-info-map-content { width: 35%; padding: 40px 50px 40px 75px; }
  .HOME-CATAGORY-5 .owl-carousel .owl-stage-outer { min-height: 300px; padding: 90px 0; }
}
@media (max-width: 1024px) {
  /*.HOME-NEW .catagory-box-content { padding: 30px 20px; }*/
  .HOME-NEW .catagory-box-content .box-next-seen { bottom: 30px; left: 20px; }
  .catagory-content-title h3 { .padding: 15px 0; }
  .HOME-NEW .catagory-content-cont { -webkit-line-clamp: 3; }
  .HOME-INFO-MAP .block-info-map-content { width: 40%; }
  .introduce { width: 85%; }
  .NEWS .post-page-config { padding: 0; }
  .RECRUITRAIN .recrui-box-title { padding: 5px 50px; }
  .RECRUITRAIN .recrui-padding-box { padding: 0; }
  .RECRUITRAIN .recrui-box-content { padding: 5px 50px; margin-bottom: 0; }
  .RECRUITRAIN .recrui-box-miss { margin: 0; }
  /*.RECRUITRAIN .recrui-padding-box h4 { margin: 0; }*/
  .RECRUITRAIN .recrui-padding-box p { margin-bottom: 5px; }
  .RECRUITRAIN .recrui-box-miss h4 { margin: 0; }
  .RECRUITRAIN .recrui-box-content,
  .RECRUITRAIN .recrui-box-miss { border: none; min-height: unset; }
  .RECRUITRAIN .recrui-padding-box { border: solid 1px var(--soi-background-03); }
  .HOME-INTRODUCE, .HOME-COLLECTION, .HOME-CATAGORY-3, .HOME-CATAGORY-4, .HOME-CATAGORY-5, .HOME-NEW, .HOME-INTRODUCE, .HOME-CATAGORY .featured-wrap, .HOME-CATAGORY-2 .featured-wrap {
    padding: 5vw 0;
  }
}
@media (max-width: 991px) {
  .intro-section > div:first-child { border: none; }
  .HOME-CATAGORY-3 .box-khoahoc-main { width: calc((100% - 20px) / 2); margin: 5px!important; }
  .HOME-CATAGORY-4 h2, .HOME-CATAGORY-4 h3 { width: 100%; }
  .HOME-CATAGORY-3 .s-row:nth-child(2) .box-khoahoc-main:nth-child(1),
  .HOME-CATAGORY-3 .s-row:nth-child(2) .box-khoahoc-main:nth-child(2) { width: calc((100% - 20px) / 2); }
  .HOME-CATAGORY-3 .s-row:nth-child(2) .box-khoahoc-main:nth-child(3) { width: calc(100% - 10px); }
  .RECRUITRAIN .recrui-2 { background: linear-gradient(0deg, #000 95%, #0000 100%), url('/uploads/recruitrain/image_1_nen_khoa_hoc.png'); background-position: top; background-size: contain; background-repeat: no-repeat; }
  .RECRUITRAIN .box-recrui-5 { padding: 0 15px; }
  .RECRUITRAIN .recrui-5 { padding-top: 500px; margin-top: -300px; }
  .NEWS .post-details-first .box-next-seen { position: relative; }
}
@media (max-width: 768px) {
  .introduce { width: 90%; }
  .navbar-container .navbar-d {display: none;}
  .navbar-container .navbar-m {display: block;}
  .HOME-NEW .catagory-box { flex-wrap: wrap; }
  .HOME-INFO-MAP .block-info-map-content { width: 50%; padding: 30px 20px 20px 40px; }
  .col-detail-daily { position: relative; width: calc(100% - 10px); height: 500px; float: left; left: 0; top: 0; }
  .col-detail-map { float: left; }

  .HOME-CATAGORY-4 .box-img-bangchungnhan > img:first-child { width: 100%; margin: 10px auto; }
  .HOME-CATAGORY-4 .box-img-bangchungnhan > img:last-child { width: 100%; margin: 10px auto; }
  .HOME-NEW .homenew-content-2 > div > p { margin-top: 15px; }
  .HOME-CATAGORY-3 .box-khoahoc-main { width: 100%!important; }
  .HOME-CATAGORY .featured-wrap > div:last-child > img {  }
  .RECRUITRAIN .recrui-box-title,
  .RECRUITRAIN .recrui-box-content,
  .RECRUITRAIN .recrui-box-miss { padding: 5px 15px; }
  .HOME-CATAGORY-5 .owl-carousel .owl-stage-outer { min-height: 200px; padding: 50px 0; }

}
@media (max-width: 480px) {
  .SECTION { .padding: 20px; }
  .k-log-maintain { display: flex; }
  .introduce { width: 100%; }
  .HOME-INFO-MAP .block-info-map-content { position: relative; float: left; width: 100%; height: auto; }
  .HOME-INFO-MAP { height: 900px; }
  .HOME-INFO-MAP iframe { width: 100%; height: 50%; }
  .HOME-BOX-EMAIL.newsletter-home input[name="v"] { width: 79%; }
  .HOME-BOX-EMAIL.newsletter-home button { width: 20%; padding: 0px; }
  .catagory-box.row { margin: 0; }
  .catagory-box-content { padding: 40px 15px; }
  .box-next-seen { width: 50% }
  .catagory-box { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding: 20px 0; }
  .HOME-CATAGORY .catagory-box .box-next-seen { position: relative; }
  .HOME-CATAGORY .catagory-box .catagory-box-content-left .box-next-seen { left: 0; }
  .HOME-CATAGORY .catagory-box .catagory-box-content-right .box-next-seen { right: 0; margin-left: auto; }
  .HOME-CATAGORY .catagory-box { box-shadow: 0px 1px 10px #272727ad; margin: 10px 0; }
  .link-rel-video-tile { padding: 10px 0; }

  /*.HOME-CATAGORY-3 .s-row:first-child .box-khoahoc-main:last-child { margin }*/
  .HOME-NEW .owl-carousel .owl-item img { height: 25em; }
}
@media (max-width: 320px) {
  .SECTION { padding: 5px; }
  .HOME-BOX-EMAIL.newsletter-home input[name="v"] { padding: 5px; }
  .HOME-BOX-EMAIL.newsletter-home.s-container { padding: 15px 0; }
  .catagory-box-content { padding: 20px 5px; }
  .HOME-CATAGORY .catagory-box .box-next-seen { position: relative; margin: 10px 0; }
  .catagory-box .catagory-box-content-left .box-next-seen { left: 0px; }
  .catagory-box .catagory-box-content-right .box-next-seen { left: 20%; }
  .row.s-margin-top { margin: 0; }
  .HOME-NEW .owl-carousel .owl-item img { height: 20em; }
}

