/*
Theme Name: Minh Dương ADS Theme
Theme URI: https://minhduongads.com/
Author: Minh Dương
Author URI: https://minhduongads.com/
Description: Giao diện được nghiện cứu, chọn lọc phù hợp với từng ngành nghề kinh doanh. Tương thích trên mọi thiết bị hiển thị như: PC, Laptop, mobile, tablet. Áp dụng công nghệ Reponsive Web Design, web mobile được thiết kế phải có khả năng tự động điều chỉnh để hiện thị trên những thiết bị có kích thước màn hình khách nhau.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shtheme
Tags: html5, css3 , bootstrap 4, jquery, responsive, cslick-carousel, ...

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
## Sidebar - Widgets
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
## Layout construct
## Shortcode
## Footer
## Menu Mobile
## Custom css
## Responsive
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face{ 
    font-family:'San Francisco Display';
src:url('assets/fonts/sf-display/SF-Pro-Display-Semibold.woff2') format('woff2'),
url('assets/fonts/sf-display/SF-Pro-Display-Semibold.woff') format('woff');
font-weight:600;
font-style:normal;
font-display:swap;
}

@font-face {
    font-family: 'San Francisco Display';
    src: url('assets/fonts/sf-display/SF-Pro-Display-Medium.woff2') format('woff2'), url('assets/fonts/sf-display/SF-Pro-Display-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'San Francisco Display';
    src: url('assets/fonts/sf-display/SF-Pro-Display-Bold.woff2') format('woff2'), url('assets/fonts/sf-display/SF-Pro-Display-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html,
body {
/*     font-family: 'San Francisco Display', sans-serif; */
	 font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #211e1f;
    line-height: 20px;
    background-color: #fff
}

a {
    text-decoration: none;
    transition: all .15s ease-in-out;
    -webkit-perspective: 1000
}

strong {
    text-decoration: none;
    transition: all .15s ease-in-out;
    -webkit-perspective: 1000
}

a:hover {
    text-decoration: none
}
img {
	max-width: 100%;
    height: auto;
}
.color-w {
    color: #fff
}

.hvr-bounce-in {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.hvr-bounce-in:hover,
.hvr-bounce-in:focus,
.hvr-bounce-in:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.hvr-wobble-horizontal {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.hvr-bob {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}

.hvr-grow {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hvr-float {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hvr-forward {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-forward:hover,
.hvr-forward:focus,
.hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.item-hvr img {}

.item-hvr:hover img {}

.img-hvr {
    background-color: #fff;
    overflow: hidden
}

.img-hvr img {
    display: block;
    width: 100%
}

.item-hvr1 img {}

.item-hvr1:hover img {}

.img-hvr1 {
    background-color: #000;
    overflow: hidden
}

.img-hvr1 img {
    display: block;
    width: 100%
}

.text-center {
    text-align: center
}

.mr-auto {
    margin: auto
}

.page-one {
    padding-top: 35px !important
}

.line-home {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
    background-position: center center
}

.line {
    width: 45px;
    height: 2px;
    background-color: #902428;
    display: block
}

.wc {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background-color: #f1f2f2
}

.wc:before {
    width: 500px;
    height: 360px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: ""
}

.content-wc {
    margin-top: 15px;
    line-height: 22px
}

.img-wc {
    width: 100%;
    position: relative;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.img-wc:before {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    width: 85%;
    height: 100%;
    border: solid 10px #fff;
    content: "";
    bottom: -30px;
    left: -30px;
    z-index: 1
}

.img-wc img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2
}

.title-wc {
    font-weight: 700;
    line-height: 25px;
    margin-top: 0;
    background-image: url(assets/images/bg_title_home.jpg);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: bottom left
}

.title-wc span {
    color: #58595b;
    font-size: 16px;
    display: block;
    font-weight: 500;
    margin-bottom: 4px;
    text-transform: uppercase
}

.title-wc strong {
    font-size: 28px;
    color: #2b4c4b;
    font-weight: 800;
    text-transform: uppercase
}

.title-home {
    font-size: 28px;
    text-transform: uppercase;
    color: #484848;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    line-height: 34px
}

.title-wc strong:hover {
    color: #484848
}

.link-viewmore {
    display: inline-block;
    background-color: #fff;
    color: #424242;
    padding: 12px 30px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-top: 15px
}

.link-viewmore:hover {
    background-color: #125ca8;
    color: #fff
}

.title-home a {
    color: #484848
}

.title-home a:hover {
    color: #125ca8
}

.title-home-w a {
    color: #fff
}

.title-home-w a:hover {
    color: #d7d7d7
}

.title-home-w a {
    color: #fff
}

.title-home-news {
    width: auto;
    float: left
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.video-container img {
    display: block;
    width: 100%
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}

.intro-cat-home {
    margin-top: 10px;
    margin-bottom: 15px
}

.box-cathome {
    padding-top: 40px;
    padding-bottom: 40px
}

.item-cathome {
    overflow: hidden
}

.inner-item-cathome {
    position: relative
}

.title-subcat-home {
    background-color: #0774bb;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 15px;
    margin: 0
}

.title-subcat-home a {
    color: #fff
}

.col-cat {
    background-color: #f5f5f5
}

.col-cat ul {
    margin: 0;
    padding: 0
}

.col-cat ul li {
    display: block
}

.col-cat ul li a {
    display: block;
    padding: 12px 10px;
    border-bottom: solid 1px #fff;
    font-size: 15px;
    font-weight: 600;
    color: #424242
}

.col-cat ul li a:hover {
    color: #0774bb
}

.col-cat ul li a:hover i.fa {
    color: #189d06
}

.col-pro {
    border-top: solid 2px #0774bb
}

.col-pro-page {
    border-left: solid 1px #d7d7d7
}

.item-cathome img {
    display: block;
    width: 100%
}

.name-item-cathome {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(0, 0, 0, .65);
    padding: 12px 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    transition: all .2s ease-out
}

.item-cathome:hover .name-item-cathome {
    transform: translate(0, 45px);
    visibility: hidden
}

.name-item-cathome a {
    color: #fff
}

.item-cathome:hover .name-item-cathome {}

.intro-item-cathome {
    text-align: center;
    background-color: #fff;
    padding-bottom: 15px
}

.inner-intro-item-cathome {
    padding: 15px 15px
}

.mask-cat {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
    display: table;
    color: #fff;
    transition: all .9s ease-out
}

.inner-mask-cat {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    display: table-cell
}

.item-cathome:hover .mask-cat {
    transform: translate(0, -100%);
    transition: all .9s ease-out;
    visibility: visible
}

.mask-cat a {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    color: #f9a05d;
    text-transform: uppercase
}

.mask-cat a:hover {
    color: #fff
}

.intro-mask-cat {
    padding: 0 20px
}

.line-pro-home {
    background-color: #fff
}

.tab-home {
    margin: 0;
    padding: 0;
    margin-top: 0;
    float: right;
    width: auto;
    margin-top: 30px
}

.tab-home li {
    display: inline-block;
    margin-left: 5px
}

.tab-home li a {
    display: inline-block;
    padding: 0 10px;
    font-weight: 700;
    color: #414043;
    border-right: solid 1px #d7d7d7
}

.tab-home li:last-child a {
    padding-right: 0;
    border-right: none
}

.tab-home li a:hover {
    color: #902428
}

.item-pro {
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
    transition: all .15s ease-in-out;
    -webkit-perspective: 1000;
    text-align: center
}

.item-pro-page {
    background-color: #fff;
    min-height: 390px
}

.item-pro-border {
    border: solid 1px #d7d7d7;
    min-height: 390px
}

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

.catname-pro-item {
    margin-bottom: 5px
}

.catname-pro-item a {
    text-decoration: underline;
    color: #999
}

.catname-pro-item a:hover {
    color: #000
}

.inner-item-pro {
    padding: 10px
}

.bd-b-r {
    border-bottom: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7
}

.pro-item-name {
    font-weight: 700;
    color: #414042;
    font-size: 14px;
    margin: 0;
    padding: 0;
    height: 38px;
    margin-top: 5px
}

.pro-item-name a {
    color: #414042
}

.pro-item-name a:hover {
    color: #eda368
}

.pro-item-name-col {
    font-weight: 700;
    color: #414042;
    font-size: 14px;
    margin: 0;
    padding: 0;
    margin-top: 0
}

.pro-item-name-col a {
    color: #414042
}

.pro-item-name-col a:hover {
    color: #eda368
}

.content-item-pro {
    padding: 15px 0;
    padding-top: 10px
}

.ul-filter {
    padding: 0;
    margin: 0
}

.ul-filter li {
    display: block;
    padding-top: 3px
}

.ul-filter li span {
    display: inline-block
}

.ul-filter li strong {
    font-weight: 700;
    color: #414042
}

.ul-filter li .fil-cl {
    width: 32px;
    height: 12px;
    margin-top: 6px;
    margin-left: 5px;
    border: solid 2px #1b75bc
}

.intro-item-pro ul {
    margin: 0;
    padding: 0;
    border-top: solid 2px #d7b959;
    margin-top: 15px
}

.intro-item-pro ul li {
    display: block;
    border-bottom: solid 1px #e8e4e4;
    padding: 10px 0;
    font-weight: 700
}

.intro-item-pro ul li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.code-item {
    font-size: 12px
}

.item-pro:hover a {}

.btn-pro {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    visibility: hidden;
    z-index: 999;
    transform: translate(0, 30px);
    transition: all .5s ease-out
}

.btn-pro a {
    display: block;
    width: 50%;
    text-align: center;
    float: left;
    background-color: #0774bb;
    color: #fff;
    font-weight: 600;
    padding: 10px 0
}

.btn-pro a.a-btn-bg {
    background-color: #eda368
}

.item-pro:hover .btn-pro {
    visibility: visible;
    transform: translate(0, 0)
}

.item-pro-list:hover .btn-pro {
    visibility: visible;
    transform: translate(0, 0)
}

.hd-trust-home {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 0;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase
}

.line-w {
    background-color: #fff;
    height: 3px;
    width: 60px;
    margin: auto;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.trust-home {
    padding-top: 30px;
    padding-bottom: 20px;
    background-image: url(assets/images/bg1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.title-trust {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px
}

.intro-item-trust {
    color: #f5f5f5;
    line-height: 22px
}

.timeline {
    position: relative;
    margin-top: 30px
}

.timeline>li::before {
    content: '';
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    left: -19px
}

.timeline>li::after {
    text-align: center;
    padding-top: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
    z-index: 10;
    content: counter(item);
    position: absolute;
    width: 58px;
    height: 58px;
    background-color: #814b9d;
    top: 0;
    left: -58px
}

.timeline>li {
    counter-increment: item;
    padding: 0 14px;
    margin-left: 0;
    min-height: 60px;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    list-style: none;
    margin-bottom: 20px
}

.timeline>li:nth-last-child(1)::before {
    width: 0
}

.timeline>li .intro-trust {
    font-weight: normal;
    color: #d7d7d7;
    font-size: 15px
}

.trust-title-home {
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.trust-title-home strong {
    color: #902428;
    font-weight: 700
}

.item-trust {
    text-align: center
}

.name-item-trust {
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 18px;
    color: #f39200
}

.timeline>li:hover::after {
    background-color: #f39200
}

.line-video-home {
    background-color: #ebebeb
}

.item-media {
    margin-bottom: 30px
}

.item-media .name-item-media {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px
}

.item-media .name-item-media a {
    color: #414042
}

.item-media .name-item-media a:hover {
    color: #902428
}

.video-detail {
    padding-bottom: 40px
}

.media-detail-name {
    font-size: 32px;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    margin-bottom: 5px;
    font-weight: 800;
    color: #902428
}

.img-media {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden
}

.other-video {
    background-color: #f1f2f2;
    padding-top: 40px;
    padding-bottom: 40px
}

.line-news-home {
    background-color: #fff
}

.item-news {
    margin-bottom: 30px;
    background-color: #fff
}

.item-news .img-hvr {
    overflow: hidden;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.content-item-news-page {
    padding: 15px 0
}

.content-item-news {
    padding: 15px 0;
    background-color: #fff
}

.item-news .name-item-news {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
}

.item-news .name-item-news a {
    color: #424242;
    font-size: 18px;
    line-height: 26px;
}

.item-news .name-item-news a:hover {
    color: #902428
}

.intro-item-news {
    margin-top: 10px;
    line-height: 24px
}

.more-news {
    background-color: #f1f2f2;
    padding-top: 40px;
    padding-bottom: 30px
}

.item-news-home {
    margin-bottom: 0px;
    overflow: hidden
}

.name-item-news-home {
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    padding-bottom: 10px
}

.name-item-news-home a {
    color: #000
}

.name-item-news-home a:hover {
    color: #f9a05d
}

.item-news-top1 .name-item-news {
    margin: 0;
    font-size: 18px;
    font-weight: 700
}

.item-news-top1 .name-item-news a {
    color: #414042
}

.item-news-top1 .name-item-news a:hover {
    color: #f9a05d
}

.createdate-home {
    color: #686868;
    font-size: 13px;
    text-transform: uppercase
}

.img-news-home {
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.img-news-home img {
    display: block;
}
#newshome-330 .img-news-home img {
    display: block;
    width: 80%;
}
.createdate-home {
    margin-bottom: 3px
}

.createdate-home a {
    color: #686868;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px
}

.createdate-home a:hover {
    color: #902428
}

.intro-item-news-home {
	line-height: 21px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.btn-sl-next-news {
    top: 50% !important
}

.btn-sl-prev-news {
    top: 50% !important
}

.list-service {
    padding-top: 40px;
    padding-bottom: 40px
}

.item-service {
    position: relative;
    margin-bottom: 70px
}

.item-service .img-ser {
    width: 50%
}

.item-service img {
    display: block;
    width: 100%
}

.item-service .name-item-service {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700
}

.content-item-service {
    padding: 15px 15px;
    width: 310px;
    height: 160px;
    position: absolute;
    background-color: #fff;
    right: 50px;
    top: 50%;
    margin-top: -80px;
    border: solid 1px #d7d7d7;
    -webkit-box-shadow: 0 0 5px 0 rgba(179, 177, 179, 1);
    -moz-box-shadow: 0 0 5px 0 rgba(179, 177, 179, 1);
    box-shadow: 0 0 5px 0 rgba(179, 177, 179, 1)
}

.item-service .name-item-service a {
    color: #211e1f;
    font-size: 16px
}

.item-service .name-item-service a:hover {
    color: #00a53c
}

.item-service:hover .content-item-service {
    background-color: #902428;
    color: #fff;
    border: solid 1px #902428;
    transition: all .15s ease-in-out;
    -webkit-perspective: 1000
}

.intro-item-service {
    margin-top: 5px;
    line-height: 22px;
    font-size: 14px
}

.item-service:hover .name-item-service a {
    color: #fff
}

.link-detail-service {
    position: absolute;
    bottom: 15px;
    right: 70px;
    color: #2b4c4b;
    font-weight: 600
}

.link-detail-service:hover .name-item-service a {
    color: #fff
}

.orther-ser {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f2f2f2
}

.item-service-more {
    margin-bottom: 30px
}

.item-service-more img {
    display: block;
    width: 100%
}

.name-item-service-more {
    font-size: 18px;
    font-weight: 800
}

.name-item-service-more a {
    color: #2b4c4b
}

.name-item-service-more a:hover {
    color: #902428
}

.intro-item-service-more {
    line-height: 22px
}

.content-item-service-more {
    margin-top: 15px
}

.item-proj {
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 1300px !important;
    position: relative
}

.inner-item-proj {
    width: 60%
}

.info-item-proj {
    background-color: #902428;
    padding: 30px;
    position: absolute;
    top: 50%;
    margin-top: -139px;
    left: 100%;
    width: 411px;
    height: 278px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all .15s ease-in-out;
    -webkit-perspective: 1000;
    transition: all .55s ease-in-out;
    -webkit-perspective: 1000
}

.item-proj.swiper-slide-active .info-item-proj {
    left: 55%
}

.item-proj.swiper-slide-prev .inner-item-proj {
    float: right;
    transition: all .15s ease-in-out;
    -webkit-perspective: 1000
}

.item-proj.swiper-slide-prev .info-item-proj {
    display: none
}

.item-proj img {
    display: block;
    width: 100%
}

.item-proj .name-item-proj {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700
}

.content-item-proj {
    color: #fff;
    margin-top: 15px;
    line-height: 22px
}

.item-proj .name-item-proj a {
    color: #fff;
    font-size: 18px
}

.item-proj .name-item-proj a:hover {
    color: #f39200
}

.intro-item-proj {
    margin-top: 10px
}

.item-proj:hover .btnviewdetail {}

.item-proj:hover .name-item-proj a {}

.top-proj-detail {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px
}

.bot-proj-detail {
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #f1f2f2
}

.intro-detail-proj {
    line-height: 24px
}

.btnviewdetail {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #1b75bb;
    padding: 10px 15px;
    font-weight: 700;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.btnviewdetail:hover {
    background-color: #f39200
}

.box-reg {
    background-image: url(assets/images/bg_duan.jpg);
    padding-top: 40px;
    padding-bottom: 40px
}

.frm-reg-col {
    background-color: #fff;
    border-top: none;
    padding: 10px 20px
}

.form-order {
    margin-top: 20px
}

.hd-form-order {
    position: relative;
    color: #dca516;
    font-size: 20px;
    font-weight: 800;
    padding: 30px 20px;
    padding-bottom: 15px
}

.intro-frm {
    padding: 0 20px
}

.frm-reg {
    width: 100%;
    margin: auto;
    margin-top: 15px;
    position: relative
}

.frm-reg .input-group-text {
    width: 35px;
    text-align: center
}

.frm-reg .form-control {
    background-color: transparent
}

.frm-reg-col .form-control {
    padding: 10px;
    height: auto
}

.frm-reg-col .input-group-text {
    width: 35px;
    text-align: center
}

.line-service-home {
    background-color: #f6f6f6
}

.line-service-home:nth-child(2n-1) {
    background-color: #fff
}

.btn-slide-home {
    background-image: url(assets/images/np.png);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 34%;
    z-index: 99;
    -moz-box-shadow: 1px 8px 29px -9px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 1px 8px 29px -9px rgba(0, 0, 0, .4);
    box-shadow: 1px 8px 29px -9px rgba(0, 0, 0, .4);
    border-radius: 50% !important
}

.btn-next-slide-home {
    left: -60px;
    background-position: 0 0
}

.btn-prev-slide-home {
    right: -60px;
    background-position: -50px 0
}

.left-icon-box {
    background: #9e1b32;
    color: #FFF;
    padding: 15px;
    padding-left: 50px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px
}

.left-icon-box a {
    color: #FFF
}

.left-icon-box span {
    color: #FFF
}

.icon-phone {
    background: url(assets/images/phone-icon.png) #9e1b32 6px 50% no-repeat
}

.icon-mail {
    background: url(assets/images/mail-icon.png) #9e1b32 6px 50% no-repeat
}

.icon-address {
    background: url(assets/images/address-icon.png) #9e1b32 6px 50% no-repeat
}

.parallax-mirror {
    z-index: 1 !important
}

.parallax-window {
    min-height: 200px;
    position: relative;
    background-color: transparent;
    padding-bottom: 50px;
    padding-top: 50px
}

.why {
    position: relative;
    z-index: 9;
    padding-top: 25px;
    padding-bottom: 6px
}

.why-title {
    font-family: B;
    font-size: 34px;
    font-weight: normal;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 40px
}

.item-w {
    display: block
}

.item-w-page {
    margin-bottom: 15px
}

.item-w .icon-w {
    width: 100%;
    text-align: center
}

.content-w {
    text-align: center
}

.item-w .icon-w>div {}

.item-w:hover .icon-w {}

.item-w .title-w {
    font-size: 14px;
    font-weight: 600;
    color: #211e1f;
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
    margin-bottom: 0;
    padding-top: 10px;
    text-align: center
}

.item-w .title-w a {
    color: #fff;
    font-weight: 700
}

.item-w:hover a {
    color: #fff
}

.item-w .intro-w {
    font-size: 12px;
    line-height: 16px;
    margin-top: 3px
}

.box-tinhtoan {
    background-color: #814b9d;
    padding-top: 30px;
    padding-bottom: 30px
}

.line-box {
    width: 60px;
    height: 3px;
    background-color: #ffa200;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px
}

.box-tinhtoan-col {
    padding: 20px;
    margin-bottom: 20px
}

.box-tinhtoan input,
.box-tinhtoan select {
    border-radius: 0;
    padding: 8px;
    font-size: 16px;
    font-weight: 700;
    height: auto !important;
    border: solid 1px #fff
}

.kq1 {
    background-color: #930016;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #fff
}

.btn-cal {
    background-color: #1b75bb;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #fff
}

.btn-cal:hover {
    background-color: #930016
}

.mes-err {
    color: #fff;
    font-size: 12px;
    display: none
}

.box-tinhtoan-col {
    padding: 20px;
    margin-bottom: 20px
}

.hd-box-tinhtoan-col {
    font-size: 18px;
    color: #fff;
    font-weight: 700
}

.hotline-side a {
    font-weight: bold;
    color: #FFF
}

.call-icon {
    background: url(assets/images/call-icon.png) no-repeat;
    padding-left: 50px;
    color: #FFF
}

.email-icon {
    background: url(assets/images/sendmail-icon.png) no-repeat;
    padding-left: 50px;
    color: #FFF
}

.address-icon {
    background: url(assets/images/location-icon.png) no-repeat;
    padding-left: 50px;
    color: #FFF
}

.call-icon a,
.email-icon a,
.address-icon a {
    color: #fa8e00;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700
}

.review-home {
    padding-top: 50px;
    padding-bottom: 40px;
        background: #f9f9f9 url(https://minhduongmedia.com/wp-content/uploads/2023/01/service-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/*.review-home:after {
    background: rgb(0 0 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    opacity: 0.5;
    content: '';
}*/
.review-home .swiper-container {
    padding-top: 10px
}

.review-home .review-item {}

.review-home img {
	display: block;
	max-width: 100%;
}

.review-content {
    padding: 20px;
    background-color: #fff;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px
}

.review-content:after {
    top: 100%;
    left: 12.5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px
}

.review-home .review-item:hover .review-content {
    background-color: #274952;
    color: #fff;
    transition: all .35s ease-in-out;
    -webkit-perspective: 1000
}

.review-home .review-item:hover .review-content:after {
    border-top-color: #274952;
    transition: all .35s ease-in-out;
    -webkit-perspective: 1000
}

.review-name {
    color: #656565;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 30px;
    text-transform: uppercase
}

.review-name a {
    color: #656565
}

.review-name a:hover {
    color: #1b75bb
}

.review-add {
    font-weight: 600
}

.review-service {
    margin-top: 20px;
    margin-bottom: 10px
}

.img-rev {
    float: left;
    margin-right: 15px;
    overflow: hidden
}

.photo-reviews .swiper-slide img {
    opacity: .7
}

.photo-reviews .swiper-slide-thumb-active img {
    opacity: 1
}

.photo-reviews .swiper-slide-thumb-active {
    position: relative
}

.photo-reviews .swiper-slide-thumb-active::before {
    position: absolute;
    background-image: url(assets/images/arr_rev.png);
    width: 23px;
    height: 10px;
    bottom: -25px;
    left: 50%;
    margin-left: -7px;
    content: "";
    z-index: 999
}

.name-info-review {
    font-size: 22px;
    color: #b58131;
    font-weight: 700;
    text-transform: uppercase
}

.add-info-review {
    font-weight: 700;
    margin-bottom: 0
}

.fb_dialog {
    bottom: 55pt !important
}

#data {
    height: 100%;
    width: 100%;
    opacity: 0
}

.loadingdata {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(assets/images/icon/loading.gif);
    background-repeat: no-repeat;
    z-index: 999;
    background-position: center center;
    position: fixed;
    background-color: rgba(0, 0, 0, .2);
    display: none
}

.attrs .ul-filter li {
    padding-top: 3px;
    padding-bottom: 4px
}

.view-all-cat {
    position: absolute;
    color: #fff;
    font-size: 12px;
    right: 10px;
    top: 13px;
    text-transform: none;
    display: none
}

.view-all-cat:hover {
    color: #fff
}

.map-footer {
    width: 100%;
    overflow: hidden;
    height: 220px
}

.thongsokythuat {
    width: 100%
}

.thongsokythuat table {
    width: 100% !important
}

.thongsokythuat table>tr>td {
    width: 35% !important;
    font-weight: 700 !important
}

.item-top1 {
    margin-bottom: 20px
}

.item-top1 img {
    width: 100%;
    display: block
}

.name-item-top1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 25px 15px;
    background-color: rgb(0, 0, 0, .6);
    line-height: 26px !important
}

.name-item-top1 a {
    font-size: 24px;
    color: #fff;
    font-weight: 700
}

.name-item-top1 a:hover {
    color: #eda368
}

.name-item-news-top {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700
}

.name-item-news-top a {
    color: #424242
}

.name-item-news-top a:hover {
    color: #0774bb
}

.link-top_detail {
    display: block;
    color: #0774bb
}

.link-top_detail:hover {
    text-decoration: underline
}

.hd-page-news {
    background-color: #0774bb;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    padding: 12px 15px;
    color: #fff;
    margin-bottom: 25px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.intro-item-news-123 {
    text-align: justify;
    font-style: italic
}

.img-pro-col {
    border: solid 1px #d7d7d7
}

.img-pro-col img {
    display: block;
    width: 100%
}

.line-diadiem {
    padding-top: 40px;
    padding-bottom: 40px
}

.line-doingu {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f6f6f6
}

.item-nhansu {
    background-color: #fff;
    margin-bottom: 30px;
    text-align: center;
    min-height: 640px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px 0 rgba(214, 211, 211, 1);
    -moz-box-shadow: 0 0 5px 0 rgba(214, 211, 211, 1);
    box-shadow: 0 0 5px 0 rgba(214, 211, 211, 1)
}

.content-item-nhansu {
    padding: 10px 15px;
    padding-bottom: 20px
}

.name-item-nhansu {
    font-size: 18px;
    color: #424242;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 700
}

.item-nhansu .info-item {
    color: #5c5c5c;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 14px
}

.name-item-nhansu a {
    color: #3e3e3e
}

.name-item-nhansu a:hover {
    color: #125ca8
}

.intro-item-nhansu {
    color: #5c5c5c
}

.nhansu-name-page a {
    color: #424242;
    font-style: italic;
    font-weight: 600
}

.nhansu-name-page a:hover {
    color: #eda368;
    text-decoration: underline
}

.line-service-home-1 {
    padding-bottom: 150px;
    position: relative;
    min-height: 800px;
    overflow: hidden
}

.line-service-home-1:before {
    width: 500px;
    height: 436px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-color: #274952;
    background-image: url(assets/images/bg_ser_1.jpg);
    background-position: left bottom;
    background-repeat: no-repeat
}

.item-ser-home-1 {
    display: block;
    position: relative;
    overflow: hidden
}

.item-ser-home-1 img {
    width: 100%;
    display: block
}

.inner-item-ser-home-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(assets/images/bg_ser_item.png);
    background-repeat: repeat-x;
    background-position: bottom;
    display: table
}

.inner-item-ser-home-1>div {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: bottom
}

.inner-item-ser-home-1>div h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    padding: 30px;
    color: #fff
}

.np-ser1 {
    display: block;
    width: 46px;
    height: 46px;
    background-image: url(assets/images/np.png);
    position: absolute;
    top: 50%;
    margin-top: -24px;
    z-index: 99
}

.next-ser1 {
    left: 27%;
    background-position: 0 0
}

.prev-ser1 {
    left: 80%;
    background-position: -46px 0
}

.line-service-home-2 {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    overflow: hidden
}

.box-intro-ser-2 {
    width: 421px;
    height: 270px;
    padding: 30px 25px;
    background-color: #274952;
    position: absolute;
    bottom: -60px;
    left: -200px;
    z-index: 999
}

.intro-ser-2 h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 15px
}

.name-box-intro-ser-2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.intro-box-intro-ser-2 {
    color: #fff;
    line-height: 24px
}

.next-slide-ser2 {
    display: block;
    width: 45px;
    height: 45px;
    background-image: url(assets/images/next-sl.png);
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 9;
    left: 41%
}

.line-duan-home {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px
}

.item-proj-home {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.item-proj-home img {
    display: block;
    width: 100%
}

.name-item-proj-home {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .6);
    text-align: center
}

.name-item-proj-home .inner-name-item-service {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 26px
}

.name-item-proj-home .inner-name-item-service h3 {
    font-size: 18px;
    font-weight: 600
}

.intro-item-service-home {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px
}

.item-proj-home1 {
    width: 750px;
    height: 573px;
    position: absolute;
    left: 0;
    top: -120px;
    overflow: hidden
}

.item-proj-home2 {
    width: 364px;
    position: absolute;
    right: 0;
    top: 20px
}

.item-proj-home3 {
    width: 364px;
    position: absolute;
    left: -87px;
    top: 200px
}

.name-item-proj-home {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    visibility: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background-color: rgb(0, 0, 0, .6);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.item-proj-home:hover .name-item-proj-home,
.item-proj-home:focus .name-item-proj-home,
.item-proj-home:active .name-item-proj-home {
    color: white;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.item-proj-home:hover:before .name-item-proj-home,
.item-proj-home:focus:before .name-item-proj-home,
.item-proj-home:active:before .name-item-proj-home {}

.img-cat img {
    display: block;
    width: 100%
}

.title-news-home {
    width: auto;
    float: left
}

.sub-service {
    margin: 0;
    padding: 0;
    margin-top: 20px
}

.sub-service li {
    display: block;
    padding-bottom: 15px
}

.sub-service li a {
    color: #902428;
    font-weight: 800;
    font-size: 18px;
    display: block;
    border-left: solid 4px #2b4c4b;
    padding-left: 12px
}

.sub-service li a:hover {
    color: #2b4c4b;
    border-left: solid 4px #902428
}

.button-next-service {
    bottom: 25px;
    right: 65px;
    top: unset !important
}

.button-prev-service {
    bottom: 25px;
    right: 15px;
    top: unset !important
}

.item-proj-page {
    position: relative;
    margin-bottom: 4px
}

.item-proj-page img {
    display: block;
    width: 100%
}

.inner-item-proj-page {
    display: table
}

.content-item-proj-page {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    vertical-align: bottom;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    visibility: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background-color: rgb(0, 0, 0, .6);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.item-proj-page:hover .content-item-proj-page,
.item-proj-page:focus content-item-proj-page,
.item-proj-page:active .content-item-proj-page {
    color: white;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.name-item-proj-page {
    color: #fdae16;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 6px
}

.name-item-proj-page a {
    color: #fdae16
}

.line-yel {
    width: 50px;
    height: 3px;
    background-color: #fdae16;
    margin-top: 15px
}

.inner-content-item-proj-page {
    width: 100%;
    height: 100%;
    display: table
}

.inner-content-item-proj-page>div {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: bottom
}

.box-info-project-detail {
    background-color: #f1f2f2;
    padding: 15px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px
}

.orther-project {
    background-color: #fff;
    padding-top: 45px;
    padding-bottom: 45px
}

.button-next-news-home {
    left: -60px;
    top: 30% !important
}

.button-prev-news-home {
    right: -60px;
    top: 30% !important
}

.button-next-baotri-home {
    left: -60px;
    top: 50%;
    margin-top: -30px
}

.button-prev-baotri-home {
    right: -60px;
    top: 50%;
    margin-top: -30px
}

.item-box-content-top {
    padding: 40px 40px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #fff
}

.item-box-content-top h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px
}

.item-box-content-top-1 {
    background-color: #902428
}

.item-box-content-top-2 {
    background-color: #ff9600
}

.item-box-content-top-3 {
    background-color: #173231
}

.content-box-top {
    line-height: 22px
}

.course-home-wrapper {
    padding: 35px;
    background-color: #12743b;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
    border-radius: 5px;
    margin-top: -58px;
    position: relative;
    z-index: 9;
    padding-bottom: 20px;
    opacity: 0.92;
    padding-top: 20px;
}

.swiper-khoahoc {
    padding-top: 30px
}

.item-khoahoc {
    text-align: center;
/*     width: 90%; */
    margin: auto;
	overflow:hidden !important
}

.item-khoahoc img {
    -moz-box-shadow: 1px 8px 29px -9px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 1px 8px 29px -9px rgba(0, 0, 0, .4);
    box-shadow: 1px 8px 29px -9px rgba(0, 0, 0, .4);
    -webkit-border-radius: 20px;
    border-radius: 20px;
/*     width: 195px; */
	height: 80px;
    display: block;
    margin: auto
}

.name-item-khoahoc {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px
}

.name-item-khoahoc a {
    color: #fff
}

.name-item-khoahoc a:hover {
    color: #d7d7d7
}
.btn-sl-khoahoc {
    width: 52px;
    height: 52px;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background-color: #ffffff94;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 24px;
    top: 50%;
    margin-top: -26px;
    z-index: 99;
    -webkit-box-shadow: 0 0 5px 0 rgb(110 110 110);
    -moz-box-shadow: 0 0 5px 0 rgba(110,110,110,1);
    box-shadow: 0 0 5px 0 rgb(110 110 110);
    color: #484848;
}
.download-home .pos-re > .btn-sl-khoahoc {
	display:none
}
.download-home .pos-re:hover > .btn-sl-khoahoc {
	display:block;
}
.course-home-wrapper.pos-re .btn-sl-khoahoc {
    width: 30px;
    height: 52px;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background-color: unset;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 24px;
    top: 0%;
    margin-top: 0px;
    z-index: 99;
/*    -webkit-box-shadow: 0 0 5px 0 rgba(110, 110, 110, 1);
    -moz-box-shadow: 0 0 5px 0 rgba(110, 110, 110, 1);*/
    box-shadow: none;
    color: #484848;
    border-top: 130px solid transparent;
    border-right: 30px solid #12743b;
    border-bottom: 130px solid transparent;
    /*text-indent: -9999px*/
}
.course-home-wrapper.pos-re a.btn-sl-khoahoc.btn-sl-next-khoahoc {
    border-top: 130px solid transparent;
    border-left: 30px solid #12743b;
    border-bottom: 130px solid transparent;
    border-right:none;
}
.course-home-wrapper.pos-re .btn-sl-khoahoc img {
    height: 50px;
}
.course-home-wrapper.pos-re .btn-sl-khoahoc.btn-sl-next-khoahoc img {
    margin-top: -52px;
    margin-left: -39px;
}
.course-home-wrapper.pos-re .btn-sl-khoahoc.btn-sl-prev-khoahoc img {
    margin-top: -52px;
    margin-left: -10px;
}
.course-home-wrapper.pos-re:hover .btn-sl-khoahoc {
    color: #fff;
    border-right: 30px solid #125ca9;    
}
.course-home-wrapper.pos-re:hover .btn-sl-khoahoc.btn-sl-next-khoahoc {
border-left: 30px solid #125ca9;    
border-right:none;
}
.btn-sl-next-khoahoc {
    right: -30px
}

.btn-sl-prev-khoahoc {
    left: -30px
}

.btn-sl-dl {
    top: 50%
}

.bg-eee {
    background-color: #eee
}
.lichkhaigiang-home {
    margin-top: 50px;
    position: relative
}

.tab-lichkhaigiang {
    background-color: #eee;
    text-align: center;
    border-bottom: none;
    display: block;
    margin-top: 20px
}

.tab-lichkhaigiang .nav-item {
    display: inline-block
}

.tab-lichkhaigiang .nav-item .nav-link {
    display: block;
    border: 0;
    margin: 0;
    padding: 15px 30px;
    color: #535353;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0
}

.tab-content-lichkhaigiang {
    background-color: #fff;
    padding: 30px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.tab-content-lichkhaigiang .tab-pane {
    display: none
}

.tab-content-lichkhaigiang .tab-pane.active {
    display: block
}

.table-class-list {
    width: 100%
}

.item-khoahoc-khaigiang {
    border-radius: 5px;
    background-color: #eee;
    padding: 30px 32px;
    display: block;
    text-align: center;
    margin-bottom: 10px
}

.item-khoahoc-khaigiang a {}

.table-class-list tr td {
    line-height: 1.375;
    color: #555
}

.table-class-list tr td:first-child a {
    color: #3b3b3b
}

.table-class-list tr td:first-child a:hover {
    color: #105db2
}

.table-class-list tr td:first-child {
    text-align: left;
    color: #105db2;
    font-weight: 700
}

.btn-reg-class {
    border-radius: 5px;
	color: #fff;
    background: #237e49;
    width: 100%;
    display: block;
    text-align: center;
    display: block;
    padding: 12px 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    float: right
}

.btn-reg-class:hover {
    background-color: #0c539c;
    color: #fff;
}

.btn-reg-class-page {
    display: inline-block;
    padding: 12px 40px;
    float: right;
    width: auto;
    font-size: 16px
}

.intro-giangvien {
    line-height: 24px;
    margin-bottom: 20px;
    text-align: justify;
}
.giangvien-home .row .col-xl-4.col-lg-4:nth-child(2) {
    padding: 1px 5px 2px;
}
.btn-reg-class1 {
    padding-left: 30px;
    padding-right: 30px
}

.combo-home-wrap {
    margin-top: -76px;
    padding: 120px 0 54px
}

.combo-home-item {
    background-color: #fff;
    padding: 28px 30px 48px;
    border-radius: 5px;
    transition: all .45s ease-in-out;
    -webkit-perspective: 1000
}

.combo-home-item:hover {
    border-bottom: solid 4px #125ca8
}

.combo-home-note {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px
}

.combo-line {
    height: 3px;
    width: 60px;
    margin: auto;
    background-color: #125ca8;
    margin-top: 5px
}

.combo-item-name {
    font-size: 24px;
    color: rgb(211, 14, 37);
    font-weight: 700;
    margin: 3px 0;
    text-align: center;
    text-transform: uppercase
}

.combo-info table {
    color: rgb(59, 59, 59);
    width: 100%
}

.combo-info table tr {
    padding: 13px 0;
    border-bottom: 1px solid #cdcdcd
}

.combo-info table tr:hover {
    border-bottom: 1px solid #125ca8
}

.combo-info table tr td {
    font-weight: 700;
    padding: 12px 0
}

.combo-info table tr td:last-child {
    text-align: right
}

.combo-info {
    margin-top: 25px
}

.combo-price-wrap {
    margin-top: 40px
}

.combo-price strong {
    display: block;
    font-size: 18px;
    color: #e60000;
    font-weight: 700
}

.combo-price del {
    display: block;
    font-size: 14px;
    color: #555;
    font-weight: 700;
    margin-bottom: 0
}

.swiper-container-combo {
    padding-top: 10px
}

.giangvien-home, .featured-home {
    padding-top: 60px;
    padding-bottom: 60px
}
.infoleader-item {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    margin-top: 0;
    margin-right: 0;
    position: relative
}

.infoleader-item img {
    display: block;
    width: 100%
}

.infoleader-item-blur::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(90deg, rgba(47, 95, 169, .81961) 10%, rgba(0, 0, 0, 0) 50%);
    background-image: -webkit-linear-gradient(90deg, rgba(47, 95, 169, .81961) 10%, rgba(0, 0, 0, 0) 50%);
    background-image: -ms-linear-gradient(90deg, rgba(47, 95, 169, .81961) 10%, rgba(0, 0, 0, 0) 50%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 9
}

.infoleader-item-info {
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 10
}

.infoleader-intro {
    text-align: center;
    margin-top: 5px;
    padding: 0 20px
}

.infoleader-name {
    margin: 0;
    font-size: 22px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center
}

.infoleader-name a {
    color: #fff
}

.infoleader-item-note {
    line-height: 1.2;
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px
}

.infoleader-item-note1 {
    font-size: 16px;
    font-weight: 700
}

.img-thumb-giangvien {
    background-color: #000;
    -webkit-border-radius: 7px;
    border-radius: 7px
}

.img-thumb-giangvien img {
    opacity: .5;
    transition: all .15s ease-in-out;
    -webkit-perspective: 1000
}

.img-thumb-giangvien.img-thumb-giangvien-act img {
    opacity: 1
}

.item-giangvien {
    -webkit-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    margin-top: 7px;
    margin-bottom: 8px
}

.item-giangvien-home {
    margin-top: 0;
    margin-bottom: 3px
}

.item-giangvien img {
    display: block;
    width: 100%
}

.top-giangvien-detail {
    background-color: #f2f2f2;
    padding-top: 40px;
    padding-bottom: 40px
}

.bot-giangvien-detail {
    padding-top: 40px;
    padding-bottom: 40px
}

.article-home-wrap {
    padding: 60px 0 42px
}

.btn-sl-giangvien {
    top: 50%;
    display: none
}

.article-home-item {
    position: relative;
    /* margin-left: 50px; */
    margin-bottom: 36px;
        border-radius: 10px;
    overflow: hidden;
}

.article-home-img {
    width: 228px;
    height: 228px;
    border-radius: 50%;
    background-color: #fff;
    padding: 18px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
    position: absolute;
    top: 50%;
/*    left: -114px;*/
    transform: translateY(-50%);
    z-index: 99;
    overflow: hidden
}

.article-home-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.article-home-name {
    font-size: 16px;
    font-weight: 700;
    color: rgb(94, 94, 94);
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0
}

.article-home-name a {
    color: rgb(94, 94, 94)
}

.article-home-info {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
  /*  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);*/
    padding: 80px 50px 80px 140px;
/*    background-image: url(/images/icon/icon-nhay.png);
    background-repeat: no-repeat;
    background-position: bottom 15px right 50px;*/
    position: relative;
    height: auto !important;
}

.article-home-info:before {
    position: absolute;
    width: 123px;
    height: 91px;
    content: "";
    display: block;
    right: 30px;
    bottom: 40px;
    background-image: url(assets/images/phay.png)
}

.article-home-course {
    color: rgb(59, 59, 59);
    line-height: 1.2;
    padding-bottom: 18px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ccc
}

.article-home-content {
    color: rgb(68, 68, 68);
    line-height: 1.875
}

.articlehome-next,
.articlehome-prev {
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 15%);
    color: #484848;
    outline: 0;
    margin: 0 4px;
    top: 50%;
    z-index: 2;
    cursor: pointer
}

.articlehome-next:hover,
.articlehome-prev:hover {
    color: #fff;
    background-color: #125ca8
}

.btn-sl-next-download {
    bottom: 0;
    top: inherit;
    right: 50%;
    margin-right: -60px
}

.btn-sl-prev-download {
    bottom: 0;
    top: inherit;
    left: 50%;
    margin-left: -60px
}

.news-download-wrap {
    padding: 50px 0 44px
}

.news-download-img {
    display: inline-block;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1)
}

.news-download-name {
    color: rgb(72, 72, 72);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin-top: 10px;
    display: block
}

.news-download-item {
    margin-bottom: 40px
}

.view-more-btn-gray {
    padding: 12px 30px;
    border-radius: 5px;
    display: inline-block;
    background-color: rgb(238, 238, 238);
    color: rgb(72, 72, 72);
    margin-top: 25px;
    font-weight: 700
}

.view-more-btn-gray:hover {
    background-color: #125ca8;
    color: #fff
}

.download-home {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
}

.item-download .img-download {
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
.img-hvr.img-download a:after {
    content: '\f144';
    font-family: 'FontAwesome';
    font-size: 28px;
    color: #ffffff;
    position: absolute;
    left: 5%;
    top: 77%;
    z-index: 9;
    opacity: 0.25;
}
.img-hvr.img-download a:hover:after {
    opacity: 0.9;
}
.item-download-page {
    margin-bottom: 30px
}

.item-download img {
    display: block;
    width: 100%
}

.name-item-download {
    font-size: 16px;
    /* text-transform: uppercase; */
    font-weight: 700;
    margin-top: 10px;
    text-align: center
}

.name-item-download a {
    color: #484848;
    font-size: 18px;
    font-weight: 700
}

.name-item-download a:hover {
    color: #125ca8
}

.name-line-subpage {
    margin-bottom: 20px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700
}

.name-line-subpage a {
    color: #484848
}

.name-line-subpage a:hover {
    color: #125ca8
}

.item-diadiem {
    text-align: center
}

.item-diadiem .name-item-diadiem {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 700
}

.item-diadiem .name-item-diadiem a {
    color: #474747;
    text-transform: uppercase
}

.item-diadiem .name-item-diadiem a:hover {
    color: #125ca8
}

.container-small {
    width: 1000px;
    margin: auto
}

.img-giangvien-view {
    display: block;
    width: 100%
}

.modal-body-viewgiangvien {
    padding: 0
}

.colviewleft {
    border-bottom: solid 45px #125ca8;
    border-top: solid 45px #fff
}

.colviewright {
    border-top: solid 45px #125ca8;
    border-bottom: solid 45px #fff
}

.btn-close-modal {
    background-image: url(assets/images/icon/close_md.png);
    display: block;
    width: 63px;
    height: 63px;
    background-position: center center;
    position: absolute;
    right: -31px;
    top: -31px;
    z-index: 999;
    -webkit-box-shadow: 0 0 5px 0 rgba(99, 98, 99, 1);
    -moz-box-shadow: 0 0 5px 0 rgba(99, 98, 99, 1);
    box-shadow: 0 0 5px 0 rgba(99, 98, 99, 1);
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.content-view-giangvien {
    padding: 20px
}

.info-giangvien-view {
    color: #5c5c5c;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}

.name-giangvien-view {
    font-size: 30px;
    text-transform: uppercase;
    color: #2a2a2a;
    font-weight: 700;
    margin-bottom: 5px
}

.title-giangvien-view {
    font-size: 16px;
    color: #5c5c5c;
    margin-bottom: 10px
}

.content-giangvien-view {
    margin-top: 20px;
    line-height: 22px
}

.item-cat-khoahoc {
    margin-bottom: 30px
}

.name-item-cat-khoahoc {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0
}

.name-item-cat-khoahoc a {
    color: #454545;
    text-transform: uppercase
}

.name-item-cat-khoahoc a:hover {
    color: #125ca8
}

.intro-item-cat-khoahoc {
    color: #454545;
    line-height: 22px;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.item-info-cat-khoahoc {
    color: #454545;
    font-size: 16px;
    margin-bottom: 4px
}

.item-info-cat-khoahoc strong {
    font-weight: 700
}

.item-info-cat-khoahoc i.fa {
    width: 20px
}

.img-item-cat-khoahoc img {
    display: block;
    width: 100%
}

.img-item-cat-khoahoc {
    position: relative
}

.icon-sapkhaigiang {
    width: 200px;
    line-height: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-image: url(assets/images/bg_sapkhaigiang.png);
    color: #fff;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    font-size: 18px
}

.intro-khoahocdetail {
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px
}

.sub-tab {
    margin: 0;
    padding: 0;
    text-align: center;
    border-bottom: solid 1px #ebebeb
}

.sub-tab li {
    display: inline-block
}

.sub-tab li a {
    display: block;
    padding: 15px 20px;
    color: #464646;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: -1px;
    border-bottom: solid 1px #ebebeb
}

.sub-tab li a:hover {
    border-bottom: solid 1px #125ca8;
    color: #125ca8
}
.posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.posts__item {
  display: flex;
  flex-direction: column;
  flex-basis: 32%;
  background-color: #fff;
  margin-bottom: 22px;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.posts__item--main {
  flex-basis: 66%;
}
.posts__item--main:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.posts__item--main .posts__image {
  display: flex;
  flex-grow: 1;
}
.posts__item--main .posts__information {
  position: absolute;
  bottom: 35px;
  left: 50px;
  padding: 0 25px 0 0;
  z-index: 1;
}
.posts__item--main .posts__title a {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.75px;
  color: #fff;
}
.posts__image > img {
  display: block;
  width: 100%;
}
.posts__information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 25px;
  flex-grow: 1;
}
.posts__date {
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.325px;
  color: #818181;
  text-transform: uppercase;
  font-weight: 600;
  margin: 7px 0;
}
.posts__title {
  margin-top: 7px;
  margin-bottom: auto;
}
.posts__title a {
  font-size: 22px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.55px;
}
.posts__title a:hover {
  text-decoration: underline;
}
.posts__author {
  margin-top: 55px;
}
.posts__author img {
  border-radius: 50px;
  width: 60px;
}

@media screen and (max-width: 992px) {
  .posts__information {
    padding: 10px 15px 15px 15px;
  }

  .posts__date {
    font-size: 12px;
  }

  .posts__title a {
    font-size: 16px;
    line-height: 24px;
  }

  .posts__item--main .posts__information .post-title a {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
	.name-item-khoahoc a {
    font-size: 13px;
}
  .posts__item {
    flex-basis: 49%;
  }

  .posts__item--main {
    flex-basis: 100%;
    justify-content: center;
  }
  .posts__item--main .posts__image {
    display: block;
  }
  .posts__item--main .posts__information {
    width: 100%;
    bottom: auto;
    left: auto;
    align-items: center;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
	.name-item-khoahoc a {
    font-size:12px;
}
	.item-khoahoc img {
	height: 55px;
}
	.course-home-wrapper {
		margin-top:0px
	}
  .posts__item {
    flex-basis: 100%;
  }
  .bg-eee .container {
    padding-right: var(--bs-gutter-x,1.75rem);
    padding-left: var(--bs-gutter-x,1.75rem);
}
.course-home-wrapper.pos-re a.btn-sl-khoahoc.btn-sl-next-khoahoc {
    border-top: 112px solid transparent;
    border-bottom: 112px solid transparent;
}
.course-home-wrapper.pos-re .btn-sl-khoahoc {
        border-top: 112px solid transparent;
    border-bottom: 112px solid transparent;
}
	.name-item-khoahoc {
	margin-top: 10px
	}
}
@media screen and (max-width: 992px) {
  .posts__information {
    padding: 10px 15px 15px 15px;
  }
  .posts__date {
    font-size: 12px;
  }
  .posts__title a {
    font-size: 16px;
    line-height: 24px;
  }
  .posts__item--main .posts__information .post-title a {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 768px) {
  .posts__item {
    flex-basis: 49%;
  }

  .posts__item--main {
    flex-basis: 100%;
    justify-content: center;
    
  }
  .posts__item--main .posts__image {
      display: block;
    }
    .posts__item--main .posts__information {
          width: 100%;
          bottom: auto;
          left: auto;
          align-items: center;
          text-align: center;
          padding: 0;
    }
}

@media screen and (max-width: 480px) {
  .posts__item {
    flex-basis: 100%;
  }
}
.content-detail-khoahoc h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    border-left: solid 5px #125ca8;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 20px
}

.content-detail-khoahoc h2 strong {
    font-weight: 800
}

.box-right {
    background-color: #125ca8;
    padding: 20px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.hd-box-right {
    font-size: 22px;
    font-weight: 700;
    color: #fff
}

.line-box-right {
    width: 40px;
    height: 3px;
    background-color: #fff;
    margin-top: 10px
}

.box-sale1 {
    margin-top: 20px;
    margin-bottom: 20px
}

.box-sale1 img {
    display: block;
    width: 100%
}

.price-box-right {
	color: #fff;
	line-height: 1.5em;
}

.price-box-right del {
    font-weight: normal;
    font-size: 12px;
    display: block;
    color: #d7d7d7
}

.price-box-right strong {
    font-weight: 700;
    font-size: 16px
}

.price-m {
    display: none;
    margin-top: 5px
}

.lbl-frm-left {
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px
}

.lblfrmpoup {
    margin-bottom: 5px;
    font-size: 16px;
    color: #666
}

.lblfrmpoup1 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px
}

.txtkhuvuc {
    display: none
}

.banner-home {
    margin-top: 30px
}

.banner-home img {
    display: block;
    max-width: 100% !important;
    height: auto !important
}

.banner-footer {
    margin-bottom: 15px;
    margin-top: 15px
}

.banner-news-detail {
    margin-bottom: 15px;
    margin-top: 0
}

.banner-news-detail img {
    display: block;
    max-width: 100% !important;
    height: auto !important
}

.banner-footer img {
    display: block;
    max-width: 100% !important;
    height: auto !important
}

img:not([src]) {
    visibility: hidden
}

@-moz-document url-prefix() {
    img:-moz-loading {
        visibility: hidden
    }
}

.c5 {
    clear: both;
    height: 5px
}

.c10 {
    clear: both;
    height: 10px
}

.c15 {
    clear: both;
    height: 15px
}

.c20 {
    clear: both;
    height: 20px
}

.c25 {
    clear: both;
    height: 25px
}

.c30 {
    clear: both;
    height: 30px
}

.c35 {
    clear: both;
    height: 35px
}

.c40 {
    clear: both;
    height: 40px
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-15 {
    width: 20%;
    float: left
}

.padding-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
    margin: 0 !important
}

.padding-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
    margin: 0 !important
}

.bg-f2f2f2 {
    background-color: #f2f2f2
}

.swiper-container {
    overflow: hidden
}

@media (min-width:768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}

@media (min-width:992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
}

@media (min-width:1200px) {
    .col-lg-15 {
        width: 20%;
        float: left
    }
}

.pos-sticky {
    position: sticky;
    height: max-content;
    position: sticky;
    top: 100px;
    left: 0
}

.pos-re {
    position: relative
}

.text-w {
    color: #fff
}

.margin-bot-30 {
    margin-bottom: 30px
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important
}

.top-page {
    height: 36px;
    background-color: #ebebeb
}

.lang {
    float: right;
    padding-top: 17px;
    padding-left: 10px;
    color: #fff
}

.lang a {
    display: inline-block;
    background-repeat: no-repeat;
    color: #fff;
    text-transform: uppercase
}

.lang a.act {
    font-weight: 700
}

.lang a.vi {}

.lang a.en {}

.intro-home {
    color: #211e1f;
    line-height: 24px
}

.header {
    height: auto;
    transition: all .15s ease-in-out;
    -webkit-perspective: 1000;
    background-color: #FFF;
    top: 0;
    position: relative;
    left: 0;
    z-index: 9999;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #125ca8;
    padding-top: 30px;
    padding-bottom: 30px
}

.logo {
    left: 0;
    top: 0;
    z-index: 999;
    float: left;
}

.inner-logo {
    position: relative;
    padding-bottom: 0
}
.inner-logo img {
    height: 78px;
}
.inner-logo:before {
    position: absolute;
    height: 87px;
    left: -500px;
    top: 0;
    width: 500px;
    content: "";
    display: none;
    background-color: #fff
}

.logo a {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    top: -
}

.logo img {
    transition: all .15s ease-in-out;
    -webkit-perspective: 1000
}

.slide-page {
    position: relative
}

.name-cat-root {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    top: 48%;
    text-align: center;
    font-weight: 700
}

.global_soc {
    text-align: center
}

.global_soc a {
    display: inline-block;
    padding: 6px 15px 8px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-right: 10px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.global_soc a svg {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    position: relative;
    top: 3px
}

.to-top {
    visibility: hidden;
    background-color: #d7d7d7;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 20px;
    text-align: center;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: fixed;
    right: 15px;
    bottom: 80px
}

.visible {
    visibility: visible
}

.global_soc a.fb {
    background: #3d5698
}

.global_soc a.tw {
    background: #69ade7
}

.global_soc a.in {
    background: #3072a6
}

.global_soc a.pin {
    background: #dc2f32
}

.global_soc a:last-child {
    margin-right: 0
}

.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999999;
    background-image: url(assets/images/lib/loadding.gif);
    background-repeat: no-repeat;
    background-position: center center
}

.topmenu {
    margin: 0;
    padding: 0;
    color: #999
}

.topmenu li {
    display: inline-block
}

.topmenu li span {
    color: #d7d7d7
}

.topmenu li:last-child span {
    display: none
}

.topmenu li a {
    line-height: 36px;
    color: #222;
    font-weight: 700;
    font-size: 14px
}

.topmenu li a:hover {
    color: #999
}

.main-nav {
	z-index: 9999;
    background-color: #ffffffd4;
	position: fixed;
	top: 0;
    left: 0;
	width: 100%;
}
.main-nav .menu-main-menu-container ul li.av-burger-menu-main {
    display: none;
}
.menu {
    display: block;
    margin: 0;
    position: relative;
    padding: 0;
    float: right;
}

.menu li {
    display: block;
    position: relative;
    float: left;
    z-index: 100
}

.menu li.li-home a {
    text-indent: -9999em;
    background-image: url(/images/icon/icon_home1.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 32px
}

.menu li:first-child {
    margin-left: 0
}

.menu li a {
    font-weight: 700;
    text-decoration: none;
    padding: 0 25px;
    line-height: 80px;
    display: block;
    color: #3f3f3f;
    transition: all .2s ease-in-out 0s;
    font-size: 16px;
    text-transform: uppercase;
}

.menu>li:hover>a {
    color: #125ca8
}

.menu>li.active>a {
    color: #125ca8
}

.menu ul.sub-menu li a:hover,
.menu ul.sub-menu li:hover>a {
    color: #125ca8;
    background-color: #12743a
}

.menu ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    background: #125ca8;
    z-index: 99;
    transform: translate(0, 20px);
    transition: all .2s ease-out;
    opacity: 1;
    width: 320px;
    -moz-box-shadow: 1px 8px 29px -9px rgba(0, 0, 0, .6);
    -webkit-box-shadow: 1px 8px 29px -9px rgba(0, 0, 0, .6);
    box-shadow: 1px 8px 29px -9px rgba(0, 0, 0, .6);
	border-bottom-right-radius: 10px;
    /* overflow: hidden; */
    border-bottom-left-radius: 10px;
}

.menu ul.sub-menu:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #125ca8;
    border-width: 6px;
    margin-left: -6px
}

.menu ul.sub-menu li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0
}

.menu ul.sub-menu li a {
    font-size: 15px;
    font-weight: 700;
    display: block;
    color: #fff;
    line-height: normal;
    padding: 14px 20px
}

.menu ul.sub-menu li a:hover {
    color: #fff
}

.menu li:hover>ul {
    visibility: visible;
    opacity: .97;
    transform: translate(0, 0)
}

.menu ul.sub-menu ul {
    left: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 0px);
    transition: all .2s ease-out;
    position: absolute;
    width: 260px;
    background-color: #fff;
    padding: 0
}

.menu ul.sub-menu ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px
}

.menu ul.sub-menu li:hover ul {
    visibility: visible;
    opacity: .9;
    transform: translate(0, 0)
}

.menu ul.sub-menu>li:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0)
}

a.actived {
    background: #dca516
}

.menu li.li-mega {
    position: static
}

.sub-mega {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 99;
    transform: translate(0, 20px);
    transition: all .2s ease-out;
    opacity: .9;
    width: 100%;
    padding-bottom: 10px
}

.menu ul.sub-mega:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px
}

.sub-mega li a {
    color: #222
}

.sub-mega li.li-hd-mega>a {
    line-height: normal;
    font-weight: 700;
    border-bottom: solid 1px #d7d7d7;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 10px
}

.menu li.li-mega:hover .sub-mega {
    visibility: visible;
    opacity: .9;
    transform: translate(0, 0)
}

.sub-mega ul {
    margin: 0;
    padding: 0;
    padding-top: 10px
}

.sub-mega ul li {
    display: block
}

.sub-mega ul li a {
    font-weight: normal !important;
    padding: 10px 0;
    line-height: normal
}

.sub-mega li.li-hd-mega1>a {
    line-height: normal;
    font-weight: normal;
    border-bottom: none;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 10px
}

.sub-mega-show1 ul {
    visibility: hidden;
    display: none
}

.sticky {   
    width: 100%;   
    -moz-box-shadow: 1px 8px 29px -9px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 1px 8px 29px -9px rgba(0, 0, 0, .4);
    box-shadow: 1px 8px 29px -9px rgba(0, 0, 0, .4);
	background:#fff
}

.sticky .logo {
    padding-top: 5px;
    padding-bottom: 5px
}

.sticky .frm-search-pc {
    margin-top: 4px
}

.sticky .lang {
    padding-top: 13px;
    transition: all .15s ease-in-out;
    -webkit-perspective: 1000
}

.sticky .logo img {
    height: 40px;
    transition: all .15s ease-in-out;
    -webkit-perspective: 1000
}

.sticky .inner-logo {
    padding-bottom: 0
}

.sticky .inner-logo:before {}

.sticky .menu li a {
    transition: all .15s ease-in-out;
    -webkit-perspective: 1000;
    line-height: 50px
}

.sticky .btn-search {
    margin-top: 14px;
    transition: all .15s ease-in-out;
    -webkit-perspective: 1000
}

.icon-home {
    background-image: url(assets/images/icon/icon_home.png);
    text-indent: -9999em;
    background-position: center center;
    background-repeat: no-repeat;
    padding-left: 20px !important;
    padding-right: 20px !important;
    display: block;
    float: left;
    width: 30px;
    height: 58px
}

.btn-search {
    float: right;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #585858;
    margin-top: 29px;
    border-left: solid 1px #d7d7d7;
    padding-left: 10px
}

#ModalSearch .modal-body {
    padding: 0;
    background-color: transparent
}

.frm-search {
    position: relative;
    width: 100%
}

.frm-search input {
    width: 100%;
    padding: 10px;
    border: solid 1px #fff
}

.frm-search .btn-submit-search {
    display: block;
    width: 40px;
    height: 42px;
    background-color: #125ca9;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0
}

.frm-search-pc {
    position: relative;
    width: 200px;
    float: right;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 19px;
    border: solid 1px #ccc
}

.frm-search-pc input {
    width: 100%;
    padding: 10px 10px;
    background-color: #fff;
    border: 0
}

.frm-search-pc .btn-submit-search {
    display: block;
    width: 36px;
    height: 40px;
    background-color: transparent;
    text-align: center;
    line-height: 39px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 0;
    background-color: #125ca8;
    right: 0
}

.panel-top {
    padding-top: 5px;
    padding-bottom: 5px;
    float: right
}

.link-top {
    color: #414042;
    display: inline-block;
    padding-right: 10px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 45px;
    line-height: normal;
    padding-top: 2px;
    padding-bottom: 2px
}

.link-top span {
    display: block;
    font-size: 12px;
    font-weight: 600
}

.link-top strong {
    font-weight: 700
}

.hotline-top {
    float: right;
    color: #fff;
    margin-top: 17px;
    border-right: solid 1px #fff;
    margin-right: 15px;
    padding-right: 15px
}

.hotline-top a {
    color: #fff
}

.link-top-hotline {
    background-image: url(assets/images/icon/hotline.png);
    float: right;
    margin-top: 15px
}

.link-top-email {
    background-image: url(assets/images/icon/email_bg.png)
}

.link-top-add {
    background-image: url(assets/images/icon/add.png)
}

.header-m {
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
    background-color: #fff;
    display: none
}

.logo-m {
	position: absolute;
	left: 50%;
    width: 110px;
	margin-left: -65px;
}

.header-m .logo-m img {
    display: block;
    width: 100%
}

.panel-m {
    padding-top: 9px
}

.btn-m {
    float: right;
    border: solid 1px #125ca8
}

.btn-header-m {
color: #125ca9;
    display: block;
    float: right;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    position: relative;
    margin-top: 0;
    border: solid 2px #125ca9;
}

.btn-header-m:hover {
    color: #d7d7d7
}

.btn-header-des {
    background-color: #f5f5f5;
    color: #0774bb;
    display: block;
    float: right;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    position: relative;
    margin-top: 6px
}

.btn-header-phone-m {
    background-color: #fff;
    color: #125ca8
}

.count-cart {
    font-size: 11px;
    color: #fff;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: #F00;
    line-height: normal
}

.panel-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #d7d7d7;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    visibility: hidden;
    z-index: 999;
    transform: translate(0, 60px);
    transition: all .5s ease-out
}

.panel-footer-act {
    visibility: visible;
    transform: translate(0, 0)
}

.panel-footer a {
    display: inline-block;
    padding: 8px 20px;
    background-color: #286218;
    color: #fff;
    font-weight: 700
}

.panel-footer a.btn-hide-pc {
    display: none
}

.panel-footer a:hover {
    background-color: #125ca8
}

.footer {
    background-color: #0e733b;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
}
.footer-widgets-area.col-12.col-md-3 {
    width: 20%;
}
.footer-widgets-area.col-12.col-md-3:first-child {
    width: 38%;
}
.footer-widgets-area.col-12.col-md-3:last-child {
    width: 22%;
}
.content-footer>strong {
    display: block;
    margin-bottom: 10px
}
.footer-widgets-area .widget ul {
    padding-left: 0px;
    list-style: none;
}
.footer-widgets-area .widget ul li {
    margin-top: 5px;
}
.footer-widgets-area .widget ul li a {
    color: #fff;
}
.footer-widgets-area .widget-title {
    text-transform: uppercase;
}
.footer-widgets-area .widget_social ul li {
    display: inline-block;
    margin-right: 15px;
}
.footer-widgets-area .widget_social ul li a {
    background: #fff;
    width: 25px;
    display: block;
    text-align: center;
    border-radius: 50%;
    height: 25px;
    line-height: 25px;
}
.footer-widgets-area .widget_social ul li a svg {
    margin-top: -3px;
}
.footer-widgets-area .widget_social ul li a i {
    color: #125ca8;
}
.content-footer>div>strong {
    color: #fff;
    font-weight: 700
}

.content-footer .add-f {
    background-image: url(/images/icon/add_f.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 13px;
    padding-left: 30px
}

.content-footer .add1-f {
    background-image: url(/images/icon/add_f_nhamay.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 8px;
    padding-bottom: 7px;
    font-size: 13px;
    padding-left: 30px
}
p#copyright {
    margin: 10px 0px;
}
#back-top {
  margin: 0;
}

#back-top a {
  display: block;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
	 position: fixed;
  bottom: 6%;
  right: 34px;
  z-index: 9;
}
#back-top span {
  border-radius: 5px;
  display: inline-block;
  height: 40px;
  width: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #0c539c url(lib/images/top.png) no-repeat center 50%;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

#back-top span:hover {
  background-color: #237e49;
}
.email-f {
    background-image: url(/images/icon/email_f.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 8px;
    padding-bottom: 7px;
    font-size: 13px;
    padding-left: 30px
}

.phone-f {
    background-image: url(/images/icon/phone_f.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 8px;
    padding-bottom: 7px;
    font-size: 13px;
    padding-left: 30px
}

.content-page-contact .add-f {
    background-image: url(/images/icon/add_f.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 8px;
    padding-bottom: 7px;
    font-size: 13px;
    padding-left: 30px;
    color: #424242
}

.content-page-contact .add1-f {
    background-image: url(/images/icon/add_f_nhamay.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 8px;
    padding-bottom: 7px;
    font-size: 13px;
    padding-left: 30px;
    color: #424242
}

.content-page-contact .email-f {
    background-image: url(/images/icon/email_f.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 8px;
    padding-bottom: 7px;
    font-size: 13px;
    padding-left: 30px;
    color: #424242
}

.content-page-contact .phone-f {
    background-image: url(/images/icon/phone_f.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 8px;
    padding-bottom: 7px;
    font-size: 13px;
    padding-left: 30px;
    color: #424242
}

.content-page-contact strong {
    color: #424242 !important;
    font-weight: 700 !important
}

.logo-footer {
    color: #fff;
    line-height: 24px;
    margin-bottom: 40px
}

.copyright {
    font-size: 16px;
    color: #fff;
    text-align: left;
    background-color: #0b315b;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center
}

.linksmo {
    width: auto;
    display: inline-block;
    position: relative
}

.linksmo>div {
    display: block;
    margin-right: 5px;
    float: left
}

.linksmo span {
    padding-right: 20px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    display: none
}

.linksmo a {
    display: inline-block;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    color: #125ca8;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #fff
}

.linksmo a i.fa {
    width: 20px;
    height: 20px;
    color: #125ca8
}

.linksmo a:hover {
    color: #f1b257 !important
}

.linksmo a:hover i.fa {
    color: #f1b257 !important;
    border: solid 1.5px #ff
}

.linksmo-zalo {
    background-image: url(/images/icon/zalo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    background-color: transparent
}

.linksmo a.face {
    background-color: #014dc4;
    color: #fff !important
}

.linksmo a.youtube i.fa {
    font-size: 24px;
    margin-top: 7px
}

.linksmo a.face i.fa {
    color: #fff !important;
    font-size: 16px
}

.fb-page {
    margin-bottom: 0;
    overflow: hidden;
    margin-top: 0;
    width: 100%;
    position: relative
}

.linksmo-top {
    float: right;
    padding-top: 5px
}

.linksmo-top a {
    display: inline-block;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    color: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-right: 3px;
    font-size: 14px
}

.linksmo-top a.fa-facebook {
    background: #0054a6
}

.linksmo-top a.fa-twitter {
    background: #00aeef
}

.linksmo-top a.fa-youtube {
    background: #ed1c24
}

.linksmo-top a.fa-pinterest {
    background: #ff4800
}

.linksmo-top a.fa-instagram {
    background: #ff4800
}

.linksmo-top a.fa-google-plus {
    background: #9adcf8
}

.linksmo-top a.fa-facebook:hover {
    background: #9adcf8
}

.linksmo-top a.fa-twitter:hover {
    background: #9adcf8
}

.linksmo-top a.fa-youtube:hover {
    background: #ed1c24
}

.linksmo-top a.fa-pinterest:hover {
    background: #9adcf8
}

.linksmo-top a.fa-google-plus:hover {
    background: #9adcf8
}

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

.title-footer a {
    color: #fff
}

.title-footer a:hover {
    color: #f9a05d
}

.title-item-content-footer {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px
}

.title-item-content-footer .fa {
    color: #f9a05d
}

.line-footer {
    background-color: #ee9521;
    height: 3px;
    width: 40px;
    margin-top: 10px;
    margin-bottom: 15px;
    display: block;
    display: none
}

.content-footer {
    color: #fff;
    line-height: 22px
}

.box-menu {
    width: 50%;
    float: left;
    margin-bottom: 15px
}

.menufooter {
    margin: 0;
    padding: 0
}

.menufooter li {
    list-style: none;
    padding-bottom: 15px
}

.menufooter li i.fa {
    display: none
}

.menufooter li a {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    display: block
}

.menufooter li a:hover {
    color: #f9a05d
}

.crumb {
    background-color: #e4e4e4;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #999
}

.crumb a {
    color: #58595b;
    font-size: 13px
}

.crumb i.fa {
    padding-left: 5px;
    padding-right: 5px
}

.crumb a:hover {
    color: #f9a05d
}

.crumb a:first-child {}

.page-name {
    font-size: 28px;
    font-weight: 700;
    color: #484848;
    text-transform: uppercase
}

.page-name span {
    font-size: 48px;
    font-weight: 600;
    color: #484848;
    display: block;
    text-transform: uppercase;
    margin-bottom: 4px
}

.page-name strong {
    font-size: 32px;
    font-weight: 800;
    color: #125ca8
}

.page-name a {
    color: #125ca8
}

.page-name a:hover {
    color: #d4aa53
}

.intro-cat {
    padding-bottom: 10px;
    padding-top: 15px
}

.intro-cat h2 {
    font-weight: 700;
    font-size: 20px;
    color: #125ca8
}

.intro-cat h3 {
    font-weight: 700;
    font-size: 16px;
    color: #125ca8
}

.subtab {
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: #fff
}

.subtab li {
    display: inline-block
}

.subtab li a {
    display: block;
    color: #414042;
    padding: 15px 20px;
    font-weight: 500;
    font-size: 16px;
    background-color: #f1f2f2;
    border: #dcddde solid 1px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-left: 5px;
    font-weight: 600;
    margin-right: 5px
}

.subtab li a:hover,
.subtab li a.act {
    background-color: #125ca8;
    border: #125ca8 solid 1px;
    color: #ffd25d
}

.box-menu-left {
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 4px rgba(230, 225, 225, 1);
    -moz-box-shadow: 0 0 5px 4px rgba(230, 225, 225, 1);
    box-shadow: 0 0 5px 4px rgba(230, 225, 225, 1);
    overflow: hidden
}

.title-menu-left {
    background-color: #125ca8;
    position: relative
}

.title-menu-left:before {
    position: absolute;
    width: 21px;
    height: 21px;
    content: "";
    top: 0;
    left: 0
}

.title-menu-left a {
    color: #fff;
    display: block;
    padding: 15px 15px;
    font-weight: 800;
    font-size: 18px
}

.menuleft {
    border-top: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    padding: 10px 0
}

.menuleft>li {
    display: block
}

.menuleft>li a {
    color: #222;
    border-bottom: solid 1px #fff;
    display: block;
    font-weight: 700
}

.menuleft li:last-child a {
    border-bottom: none
}

.menuleft>li span {
    display: block;
    padding: 10px 20px
}

.menuleft>li a:hover {
    background-color: #fff;
    color: #125ca8
}

.menuleft>li.active>a {
    background-color: #fff;
    color: #125ca8
}

.menulv3 {
    background-color: #fff;
    padding: 0;
    margin: 0;
    display: none
}

.menulv3 li {
    display: block
}

.menulv3 li a {
    display: block;
    font-weight: normal;
    font-size: 15px;
    border-bottom: solid 1px #f5f5f5
}

.menulv3 li.active a {
    color: #0774bb;
    font-weight: 700
}

.menulv3 li a:hover {
    color: #0774bb
}

.menulv3 li a span {
    display: block;
    padding: 10px 20px
}

.menuleft>li.active .menulv3 {
    display: block
}

.news-detail-name {
    font-size: 32px;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-weight: 800;
    color: #125ca8
}

.intro-detail {
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: 700
}

.createdate {
    color: #666
}

.content-detail blockquote {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-left: solid 2px #F00;
    padding: 20px;
    -webkit-box-shadow: 0 0 14px 3px rgba(227, 223, 223, 1);
    -moz-box-shadow: 0 0 14px 3px rgba(227, 223, 223, 1);
    box-shadow: 0 0 14px 3px rgba(227, 223, 223, 1);
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    background-color: #f2f2f2
}
.entry-meta span i, .entry-meta span {
    margin-right: 5px;
    display: inline-block;
	    color: #666;
}
.entry-description {
    color: #444;
}
.content-detail img {
    display: block;
    margin: auto;
    max-width: 100% !important;
    height: auto !important
}

.content-detail iframe {
    width: 100%
}

.content-detail h2 {
    font-size: 18px !important;
    font-weight: 700 !important
}

.content-detail h3 {
    font-size: 16px !important;
    font-weight: 700 !important
}

.box-col {
    margin-bottom: 20px
}

.hd-box-col {
    background-color: #125ca8;
    padding: 14px 15px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0
}

.hd-box-col a {
    color: #fff
}

.content-box-col {
    padding-top: 15px
}

.item-news-col {
    overflow: hidden;
    margin-bottom: 15px
}

.item-news-col img {
    width: 34%;
    float: left;
    margin-right: 10px
}

.item-news-col a {
    color: #424242;
    font-weight: 700
}

.item-news-col a:hover {
    color: #dca516
}

.view-all-in-col {
    background-color: #125ca8;
    display: block;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 12px 0
}

.view-all-in-col span {
    display: inline-block
}

.paging {
    text-align: center
}

.paging .pagination {}

.paging .pagination a {
    color: #222
}

.paging .pagination a.active {
    background-color: #183942;
    color: #fff;
    font-weight: 700
}

#toc {
    background-color: #f5f5f5;
    padding: 0;
    margin: 0;
    padding: 20px;
    margin-bottom: 20px
}

#toc ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#toc li {
    display: block
}

#toc li.li-hdtoc {
    border-bottom: solid 1px #d7d7d7;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 700
}

.collapsible {
    background-color: #d7d7d7;
    color: #444;
    cursor: pointer;
    padding: 12px 15px;
    width: 100%;
    border: 0;
    text-align: left;
    outline: 0;
    font-size: 16px;
    font-weight: 600
}

.collapsible:hover {
    background-color: #ccc
}

.content-toc {
    padding: 0;
    display: block;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 20px
}

button.accordion::after {
    content: '+';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px
}

button.accordion.active::after {
    content: "-"
}

.box-tags-left a {
    display: inline-block;
    margin-bottom: 10px;
    border: solid 1px #67a286;
    padding: 8px 15px;
    -webkit-border-radius: 0 20px 0 20px;
    border-radius: 0 20px 0 20px;
    color: #3d474d
}

.box-tags-left a:hover {
    color: #111;
    border: solid 1px #111
}

.tags-detail {
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url(/images/bg_tag.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    border-bottom: solid 1px #dcdcdc;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 1px #dcdcdc
}

.tags-detail a {
    color: #3d474d
}

.tags-detail a:hover {
    color: #111
}

.tags-detail span:last-child {
    display: none
}

.box-neolink {
    border: solid 1px #d7d7d7;
    padding: 15px 20px;
    background-color: #fff
}

.box-neolink ul {
    padding: 0;
    margin: 0
}

.box-neolink ul li {
    display: block;
    margin-bottom: 7px
}

.box-neolink ul li strong,
.box-neolink ul li b {
    font-weight: normal !important
}

.box-neolink ul li br {
    display: none
}

.box-neolink>ul>li>a {
    color: #222 !important;
    font-weight: normal !important;
    font-size: 15px !important;
    font-weight: 700 !important
}

.box-neolink ul li a span {
    color: #222 !important;
    font-style: italic !important;
    font-weight: normal !important;
    font-size: 14px !important
}

.box-neolink ul li a:hover {
    color: #673614;
    text-decoration: underline
}

.box-neolink>ul>li>ul {
    padding-top: 10px;
    padding-left: 10px
}

.box-neolink>ul>li>ul a {
    color: #666;
    font-style: italic !important
}

.box-neolink>ul>li>ul a:hover {
    text-decoration: underline !important
}

.title-box-neolink {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
    font-style: italic;
    border-bottom: solid 1px #d7d7d7;
    padding-bottom: 10px
}

.share-buttons {
    display: block;
    text-align: center;
    margin-bottom: 15px
}

.share-buttons a {
    display: inline-block;
    color: #fff;
    height: 33px;
    width: 33px;
    text-align: center;
    line-height: 32px;
    padding-top: 10px
}

.share-buttons img {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    width: 100%
}

.share-buttons img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.title-more {
    font-size: 24px;
    font-weight: 800;
    position: relative;
    margin-bottom: 25px;
    color: #125ca8
}

.title-more span {
    background-color: #fff;
    display: inline-block;
    position: absolute;
    bottom: -6px;
    padding-right: 20px
}

.ul-more-news {
    margin: 0;
    padding: 0
}

.ul-more-news li {
    display: block;
    margin-bottom: 10px
}

.ul-more-news li a {
    color: #414042
}

.ul-more-news li a:hover {
    color: #125ca8
}

.highlight {
    background-color: #ff0
}

.result-title {
    margin: 0;
    padding: 0
}

.result-title a {
    text-decoration: none;
    font-size: 16px;
    color: #222
}

.cat-path a {
    color: #999;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal
}

.cat-path a:hover {
    text-decoration: underline
}

.cat-path {
    font-weight: normal;
    margin-top: 5px
}

.cat-path a {
    font-weight: normal
}

.hd-contact {
    background-color: #125ca8;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 15px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin: 0
}

.top-contact {
    background-color: #fff
}

.frm-contact {
    padding: 20px;
    background-color: #ebebeb
}

.content-page-contact {
    padding: 25px 0
}

.btn-frm {
    padding: 12px 0;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 100%;
    outline: 0 !important;
    background-color: #125ca8;
    color: #ffd13f;
    margin: auto;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 0;
    font-size: 16px;
    background: rgb(0, 62, 155);
    background: -moz-linear-gradient(45deg, rgba(0, 62, 155, 1) 0, rgba(0, 62, 155, 1) 47%, rgba(0, 104, 159, 1) 78%, rgba(5, 116, 174, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0, 62, 155, 1) 0, rgba(0, 62, 155, 1) 47%, rgba(0, 104, 159, 1) 78%, rgba(5, 116, 174, 1) 100%);
    background: linear-gradient(45deg, rgba(0, 62, 155, 1) 0, rgba(0, 62, 155, 1) 47%, rgba(0, 104, 159, 1) 78%, rgba(5, 116, 174, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003e9b', endColorstr='#0574ae', GradientType=1)
}

.btn-frm:hover {
    color: #fff
}

.error {
    border: solid 1px #d0ae45
}

.waiting {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #999;
    opacity: .9;
    left: 0;
    top: 0;
    z-index: 999;
    background-image: url(/images/loading1.gif);
    background-position: center center;
    background-repeat: no-repeat;
    display: none
}

.mes-frm {
    margin-bottom: 8px;
    color: #F00;
    font-style: italic;
    font-size: 12px
}

.map iframe {
    display: block;
    width: 100%
}

.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 120px;
    position: fixed;
    transition: visibility .5s ease 0s;
    width: 180px;
    z-index: 200000 !important;
    text-align: center
}

.suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, .4);
    border-radius: 100%;
    height: 80px;
    left: 5px;
    opacity: .1;
    position: absolute;
    top: 5px;
    transform-origin: 50% 50% 0;
    transition: all .5s ease 0s;
    width: 80px
}

.suntory-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 60px;
    left: 15px;
    position: absolute;
    top: 15px;
    transform-origin: 50% 50% 0;
    transition: all .5s ease 0s;
    width: 60px
}

.suntory-alo-ph-img-circle {
    border: 2px solid transparent;
    border-radius: 100%;
    height: 40px;
    left: 25px;
    opacity: .7;
    position: absolute;
    top: 24px;
    transform-origin: 50% 50% 0;
    width: 40px
}

.suntory-alo-phone.suntory-alo-hover,
.suntory-alo-phone:hover {
    opacity: 1
}

.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important
}

.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle,
.suntory-alo-phone:hover .suntory-alo-ph-circle {
    border-color: #111;
    opacity: .5
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle,
.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
    border-color: #999;
    opacity: 1
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #999;
    opacity: 1
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill,
.suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, .9)
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill,
.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
    background-color: #111
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, .9)
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle,
.suntory-alo-phone:hover .suntory-alo-ph-img-circle {
    background-color: #111
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle,
.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
    background-color: #111
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #111
}

@keyframes suntory-alo-circle-anim {
    0% {
        opacity: .1;
        transform: rotate(0deg) scale(0.5) skew(1deg)
    }

    30% {
        opacity: .5;
        transform: rotate(0deg) scale(0.7) skew(1deg)
    }

    100% {
        opacity: .6;
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes suntory-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes suntory-alo-circle-fill-anim {
    0% {
        opacity: .2;
        transform: rotate(0deg) scale(0.7) skew(1deg)
    }

    50% {
        opacity: .2;
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        opacity: .2;
        transform: rotate(0deg) scale(0.7) skew(1deg)
    }
}

.suntory-alo-ph-img-circle i {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 20px;
    line-height: 40px;
    padding-left: 0;
    color: #fff
}

@keyframes suntory-alo-ring-ring {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

#suntory-alo-phoneIcon {
    display: block
}

.lbl-yeucau {
    position: fixed;
    background-color: #cf9557;
    padding: 5px 20px;
    font-weight: 700;
    text-transform: uppercase;
    bottom: 10px;
    left: 10px;
    color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    z-index: 9999
}

.modal {
    z-index: 999999
}

.modal-title-page {
    background-color: #003e9b;
    color: #fff;
    font-size: 20px;
    font-weight: 700 !important;
    text-transform: uppercase;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 0 !important
}

.modal-title {
    font-weight: 700 !important
}

.modal-title-page .close {
    color: #fff !important
}

.modal-content {
    border-radius: 0 !important
}

.modal-content .form-group {
    margin-bottom: 8px !important
}

.bnt-frm {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #dca516;
    text-transform: uppercase
}

.bnt-frm:hover {
    color: #f7c793 !important
}

.intro-frm {
    font-size: 14px;
    margin-bottom: 5px
}

.box-fanpage {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden
}

.item-preview {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px
}

.name-item-preview {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: normal
}

.name-item-preview a {
    color: #424242
}

.name-item-preview a:hover {
    color: #286218
}

.intro-item-preview {
    color: #999
}

.intro-item-preview a {
    color: #424242
}

.intro-item-preview a:hover {
    color: #dca516
}

.item-preview img {
    display: block;
    width: 100%
}

.item-preview-list {
    overflow: hidden
}

.item-preview-list .img-hvr {
    width: 40%;
    float: left;
    margin-right: 10px
}

.inner-item-preview {
    border: solid 1px #f5f5f5;
    padding: 10px
}

.item-preview-list .name-item-preview {
    margin-top: 0
}

.item-preview-6 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.item-preview-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.item-preview-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.item-preview-3 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%
}

.item-preview-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.item-preview-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.code-item-preview {
    font-size: 13px;
    color: #999;
    margin-bottom: 5px
}

.intro-item-preview {
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px
}

.star-review {
    text-align: left
}

.star {
    background-image: url(/images/icon/star.png);
    width: 75px;
    height: 14px;
    background-position: 0 0;
    display: inline-block;
    position: relative
}

.review-count {
    display: inline-block;
    float: right;
    font-size: 13px
}

.stared {
    position: absolute;
    height: 14px;
    left: 0;
    background-image: url(/images/icon/star.png);
    background-position: 0 14px
}

.fav-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    width: 17px;
    height: 16px;
    background-image: url(/images/icon/icon-heart.png);
    background-position: 0 0
}

.fav-icon:hover {
    background-position: 0 16px
}

.icon-label {
    position: absolute;
    width: 61px;
    height: 59px;
    z-index: 99
}

.icon-label-sale {
    background-image: url(assets/images/icon/icon-sale.png);
    left: -3px;
    top: -3px;
    background-position: 0 0
}

.icon-label-new {
    background-image: url(assets/images/icon/icon-sale.png);
    right: -3px;
    top: -3px;
    background-position: -61px 0
}

.icon-label-hot {
    background-image: url(assets/images/icon/hot.png)
}

.price-item {
    margin-top: 3px
}

.price-item strong {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    color: #F00;
    font-weight: 700;
    float: left
}

.price-item1 strong {
    width: 100%;
    text-align: center
}

.price-item del {
    display: inline-block;
    width: 50%;
    font-size: 12px;
    color: #999;
    text-align: right
}

.btn-play {
    position: absolute;
    background-image: url(assets/images/btn-play.png);
    width: 77px;
    height: 75px;
    z-index: 9;
    top: 50%;
    left: 50%;
    margin-top: -38px;
    margin-left: -38px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-group .panel+.panel {
    margin-top: 0 !important;
    border-top: none !important;
    border-radius: 0 !important
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    padding: 15px;
    border: solid 1px #ddd;
    border-top: none
}

.faq-name {
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    background: url(assets/images/icon/faq-icon.png) no-repeat;
    padding-left: 30px;
    cursor: pointer;
    padding-bottom: 00px
}

.faq-name:hover {
    color: #cea446;
    background: url(assets/images/icon/faq-active-icon.png) no-repeat
}

.faq-answer {
    position: relative;
    background: #f1f1f1;
    border: 1px solid #f0f0f0;
    padding: 26px;
    line-height: 25px;
    border-radius: 5px;
    display: none;
    margin-bottom: 20px
}

.faq-answer:after,
.faq-answer:before {
    bottom: 100%;
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.faq-answer:after {
    border-color: rgba(241, 241, 241, 0);
    border-bottom-color: #f1f1f1;
    border-width: 15px;
    margin-left: -15px
}

.faq-answer:before {
    border-color: rgba(240, 240, 240, 0);
    border-bottom-color: #f0f0f0;
    border-width: 16px;
    margin-left: -16px
}

.list-page {
    padding-top: 20px;
    padding-bottom: 20px
}

.page-1 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff
}

.title-page-11 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700
}

.title-page-12 {
    color: #1b75bb;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    background-image: url(assets/images/bg_title_info.png);
    background-position: center top;
    padding-top: 55px;
    background-repeat: no-repeat
}

.item-page {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px
}

.item-page .col-page {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.item-page img {
    display: block;
    width: 100%
}

.item-page .col-page .inner-page-col {
    padding: 30px 0
}

.list-page .container:nth-child(2n) .item-page .col-page {
    float: right
}

.list-page .container:nth-child(2n) .item-page .inner-page-col {
    padding-left: 0
}

.his {
    background-position: center center;
    padding-top: 40px;
    background-size: cover;
    padding-bottom: 40px
}

.list-his {
    width: 60%;
    margin: auto;
    margin-top: 50px;
    position: relative
}

.list-his:before {
    height: 100%;
    position: absolute;
    left: 50%;
    width: 1px;
    border-left: dashed 1px #fff;
    content: "";
    top: 41px
}

.list-his .item-his {
    overflow: hidden;
    padding-right: 40px;
    width: 100%
}

.title-hist {
    font-weight: 800;
    color: #414042;
    text-align: center;
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 28px;
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.title-hist a {
    color: #414042
}

.swiper-slide-thumb-active .title-hist a {
    color: #125ca8;
    font-size: 38px
}

.title-hist:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    right: -24px;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: none
}

.title-hist:after {
    content: "";
    display: none;
    width: 24px;
    height: 1px;
    background-color: #fff;
    right: -24px;
    content: "";
    position: absolute;
    top: 44px;
    margin-top: -4px
}

.content-hist-xxxx {
    width: 50%;
    margin: auto;
    margin-top: 30px
}

.content-hist-xxxx img {
    width: auto !important;
    display: inline-block !important
}

.image-align-center {
    margin: auto;
    text-align: center;
    margin-bottom: 15px
}

.intro-his {
    color: #fff;
    padding-right: 100px;
    margin-top: -15px
}

.list-his .item-his .content-hist {
    text-align: right;
    width: 50%
}

.list-his .item-his:nth-child(2n) {}

.list-his .item-his:nth-child(2n) .content-hist {
    float: right;
    padding-left: 40px
}

.list-his .item-his:nth-child(2n) .content-hist .title-hist {
    text-align: left;
    padding-right: 0;
    padding-left: 100px;
    background-position: left center
}

.list-his .item-his:nth-child(2n) .content-hist .title-hist:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    left: -24px;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.list-his .item-his:nth-child(2n) .content-hist .title-hist:after {
    content: "";
    width: 24px;
    height: 1px;
    background-color: #fff;
    left: -24px;
    content: "";
    position: absolute;
    top: 44px;
    margin-top: -4px
}

.list-his .item-his:nth-child(2n) .content-hist .intro-his {
    padding-right: 0;
    padding-left: 100px;
    text-align: left
}

.button-next-ye {
    left: -60px;
    top: 50%;
    margin-top: -24px
}

.button-prev-ye {
    right: -60px;
    top: 50%;
    margin-top: -24px
}

.button-next-nhansu {
    left: -60px;
    top: 35% !important
}

.button-prev-nhansu {
    right: -60px;
    top: 35% !important
}

.giaithuong {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ebebeb
}

.item-giaithuong {
    padding: 10px;
    background-color: #fff
}

.giatri {
    background-color: #f1f2f2;
    padding-top: 50px;
    padding-bottom: 50px
}

.item-giatri {
    width: 80%
}

.item-giatri .num {
    width: 61px;
    height: 61px;
    background-color: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 8px 0 rgba(125, 121, 121, 1);
    -moz-box-shadow: 0 0 8px 0 rgba(125, 121, 121, 1);
    box-shadow: 0 0 8px 0 rgba(125, 121, 121, 1);
    text-align: center;
    color: #00a53c;
    font-weight: 800;
    font-size: 26px;
    line-height: 60px
}

.name-item-giatri {
    margin-top: 15px;
    color: #125ca8;
    font-weight: 800;
    font-size: 18px
}

.intro-item-giatri {
    color: #211e1f;
    line-height: 22px;
    margin-top: 10px
}

.item-giatri-100 {
    width: 100%
}

.box-filter {
    border: solid 1px #ebebeb;
    border-bottom: none
}

.hd-box-filter {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #0774bb;
    padding: 12px 15px;
    position: relative
}

.count-pro {
    position: absolute;
    right: 10px;
    top: 13px;
    font-weight: normal;
    font-size: 14px;
    color: #414042;
    text-transform: none;
    display: none
}

.count-pro:hover {
    color: #125ca8
}

.group-filter {
    border-bottom: solid 1px #ebebeb;
    padding: 15px;
    overflow: hidden;
    padding-bottom: 10px
}

.title-group-filter a {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #414042;
    background-image: url(assets/images/icon/col2.png);
    background-repeat: no-repeat;
    background-position: right center
}

.title-group-filter a.collapsed {
    background-image: url(assets/images/icon/col1.png);
    background-repeat: no-repeat;
    background-position: right center
}

.list-view-filter1 {
    padding-top: 10px
}

.list-view-filter1 .item-filter {}

.list-view-filter1 .item-filter a {
    display: block;
    background-image: url(assets/images/icon/un_check.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    color: #414042;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px
}

.list-view-filter1 .item-filter a.filter-act {
    background-image: url(assets/images/icon/checked.png);
    font-weight: 700
}

.list-view-filter2 {
    padding-top: 10px
}

.list-view-filter2 .item-filter {}

.list-view-filter2 .item-filter a {
    color: #414042;
    line-height: 16px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px
}

.list-view-filter2 .item-filter a span {
    display: inline-block;
    width: 46px;
    height: 16px;
    margin-top: 0;
    margin-right: 10px;
    float: left;
    border: solid 1px #ebebeb
}

.list-view-filter2 .item-filter a.filter-act {
    font-weight: 700
}

.list-view-filter2 .item-filter a.filter-act span {
    border: solid 2px #1b75bb
}

.list-view2 .item-filter {
    width: 50%;
    float: left
}

.top-proDetail {
    background-color: #f5f5f5
}

.info-detail {
    padding-top: 35px;
    padding-bottom: 35px
}

.bot-proDetail {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px
}

.title-detail-pro {
    font-size: 32px;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    margin-bottom: 5px;
    font-weight: 800;
    color: #125ca8
}

.box-sale {
    background-color: #f1f2f2;
    padding: 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-top: 20px
}

.code-detail {
    margin-top: 5px
}

.price-detail {
    margin-top: 15px
}

.price-detail strong {
    font-size: 24px;
    font-weight: 700;
    color: #F00
}

.price-detail del {
    color: #666;
    padding-left: 10px
}

.intro-detail-pro .inner-intro-detail-pro {
    padding: 20px 0
}

.intro-detail-pro .inner-intro-detail-pro ul {
    margin: 0;
    padding: 0
}

.intro-detail-pro .inner-intro-detail-pro ul li {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
    background-image: url(assets/images/icon/check.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: 0 4px
}

.btn-add-detail {
    display: block;
    padding: 16px 0;
    text-align: center;
    color: #424242;
    background-color: #2b4c4b;
    font-size: 15px;
    font-weight: 700;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.btn-add-detail1 {
    background-color: #2b4c4b;
    color: #ffd25d;
    font-weight: 700;
    text-transform: uppercase
}

.btn-add-detail2 {
    background-color: #125ca8;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.btn-add-detail:hover {
    color: #fff
}

.figure-img-detail {
    margin-bottom: 15px
}

.figure-img-detail img {
    padding: 5px;
    border: solid 1px #d7d7d7;
    background-color: #f5f5f5
}

.figure-img-detail .figure-caption {
    background-color: #fff;
    padding: 6px
}

.hd-more {
    border-bottom: solid 3px #d7d7d7;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    color: #424242;
    height: 46px;
    margin-bottom: 30px
}

.hd-more span {
    background-color: #fff;
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 15px;
    position: absolute;
    left: 0;
    bottom: -3px;
    border-bottom: solid 3px #222
}

.hot-de {
    background-color: #c8dccf;
    color: #323232;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center
}

.hot-de a {
    color: #f00
}

.panel-detail {
    margin-top: 20px;
    margin-bottom: 20px
}

.panel-detail .top {
    background-color: #e4f1e9;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    border-bottom: solid 2px #fff;
    padding: 20px
}

.panel-detail .bot {
    -webkit-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    border: solid 2px #c8dccf
}

.bot .row>div {
    text-align: center;
    font-size: 15px;
    border-right: solid 2px #c8dccf;
    color: #3ab075
}

.bot .row>div:last-child {
    border-right: none
}

.bot .row>div div {
    padding-top: 10px;
    padding-bottom: 10px
}

.content-sale {
    padding-top: 15px;
    color: #222;
    line-height: 22px
}

.btnaddtocart {
    display: block;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    background: #ff6d01;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.btnaddtocart:hover {
    color: #f5f5f5
}

.panel-detail .spinBox {
    width: 100%
}

.panel-detail .spinBox input {
    width: 100%
}

.title-sl {
    font-size: 15px;
    padding-top: 10px;
    font-weight: 700;
    text-align: right
}

.box-img-detail {
    border: solid 1px #d7d7d7;
    padding: 3px
}

.box-img-detail img {
    display: block;
    width: 100%
}

.slide-img-product {}

#thumb_image {
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 10px;
    position: relative !important
}

.gallery-top {
    position: relative
}

.btn-slide-pro {
    width: 28px;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    height: 57px;
    text-indent: -999em;
    display: block;
    background-image: url(assets/images/np_pro.png);
    z-index: 999
}

.btn-slide-pro-prev {
    background-position: -28px 0;
    right: 0
}

.btn-slide-pro-next {
    background-position: 0 0;
    left: 0
}

.gallery-thumbs {
    margin-top: 0 !important
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: .7
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1
}

.gallery-thumbs img {
    display: block
}

.gallery-top img {
    display: block;
    width: 100%
}

.gallery-thumbs {
    margin-top: 10px !important;
    padding-bottom: 2px
}

.gallery-thumbs img {
    display: block;
    width: 100%
}

.btn-slide-small {
    position: absolute;
    height: 100%;
    width: 22px;
    background-color: rgb(0, 0, 0, .4);
    z-index: 999;
    color: #fff;
    text-align: center;
    line-height: 100px
}

.btn-slide-up {
    left: 0;
    top: 0
}

.btn-slide-down {
    right: 0;
    top: 0
}

.xxx-btn {
    margin-top: 15px
}

.hd-attrs {
    background-color: #0774bb;
    padding: 14px 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.attrs {
    color: #fff;
    margin-top: 10px
}

.attr-item {
    overflow: hidden;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px
}

.attrs .attr-item:nth-child(even) {}

.attr-name {
    font-weight: normal;
    padding-left: 0;
    width: 40%;
    float: left
}

.attr-value {
    width: 60%;
    float: left;
    font-weight: 700
}

.attr-value strong {}

.attr-item span {}

.btn-reg-detail {
    background-color: #fff;
    -webkit-border-radius: 8px;
    border-radius: 6px;
    display: block;
    width: 100%;
    padding: 14px 0;
    color: #545454;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    margin-top: 20px
}
.price-box-right b {
    color: #fbca21;
	font-weight: 700;
}
.box-splienquan {
    margin-bottom: 20px
}

.hd-box-splienquan {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px
}

.btn-slide-box-splienquan {
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    background-image: url(assets/images/np_splienquan.png);
    top: 50%;
    margin-top: -17px;
    z-index: 999
}

.btn-next-slide-box-splienquan {
    left: 5px;
    background-position: 0 0
}

.btn-prev-slide-box-splienquan {
    right: 5px;
    background-position: -34px 0
}

.trust-pro {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    height: 100%
}

.hd-trust-pro {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #125ca8;
    line-height: 26px
}

.trust-pro .item-trust-pro {
    text-align: center;
    margin-bottom: 20px
}

.trust-pro .item-trust-pro img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.trust-pro .item-trust-pro:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.trust-pro .title-item-trust-pro {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px
}

.trust-pro .title-item-trust-pro a {
    color: #414042
}

.trust-pro .title-item-trust-pro a:hover {
    color: #377dbb
}

.title-page {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.product-orther {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f1f2f2
}

.modal-header-page {
    background-color: #125ca8;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px
}

.fadein {
    opacity: 0
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-15 {
    width: 20%;
    float: left
}

@media (min-width:768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}

@media (min-width:992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
}

@media (min-width:1200px) {
    .col-lg-15 {
        width: 20%;
        float: left
    }
}

.item-cart {
    font-size: 14px;
    border-bottom: solid 1px #d7d7d7;
    padding-bottom: 10px;
    margin-bottom: 10px
}

#giohang_row .item-cart:last-child {
    margin-bottom: 0
}

.hd-cart {
    padding: 15px 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    background-color: #0774bb;
    text-align: center;
    color: #fff
}

.cart-title-number {
    width: 40px;
    height: 40px;
    margin-bottom: -2px;
    float: left;
    background: #0774bb;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: #FFF;
    font-size: 20px;
    font-family: UTM-A, Tahoma, Geneva, sans-serif
}

.cart-title {
    margin-left: 25px;
    padding-left: 25px
}

.cart-title-name {
    line-height: 40px;
    FONT-SIZE: 30px;
    margin: 0;
    color: #0774bb;
    padding: 0;
    font-weight: normal;
    font-family: UTM-A, Tahoma, Geneva, sans-serif
}

.member-regis-title {
    font-size: 24px;
    color: #e74847
}

.btn_red_bg {
    color: #FFF;
    font-size: 18px;
    padding: 7px 50px;
    border-radius: 5px;
    text-decoration: none;
    float: left;
    border: 0;
    background: url(assets/images/cart-submit-bg.png) repeat-x
}

.cart-image img {
    display: block;
    margin-right: 10px
}

.giamgia-zone {
    border: solid 1px #DDD;
    padding: 10px;
    padding-top: 0;
    background: #EFEFEF;
    border-radius: 3px
}

.giamgia-zone label {
    line-height: 26px
}

.giamgia-zone input {
    height: 26px;
    padding-left: 3px;
    color: #00F;
    font-weight: bold;
    font-size: 16px
}

.total-payment {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    background-color: #f5f5f5;
    text-align: right;
    padding: 15px
}

.total-payment span {
    color: #d5a34c;
    font-size: 18px
}

.line-frm {
    line-height: 30px
}

.line-frm input {
    height: 30px;
    margin: 0;
    margin-bottom: 5px;
    padding-left: 3px
}

.cart-name {
    text-transform: uppercase;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    font-weight: bold
}

.quantity .fa {
    color: #FFF;
    font-size: 22px;
    background: #f27509;
    display: block;
    float: right;
    padding: 3px 5px 1px 5px;
    margin-left: 5px;
    font-weight: normal;
    cursor: pointer
}

.txt-quantity {
    text-align: center;
    width: 60px;
    height: 26px;
    border: solid 1px #d7d7d7;
    font-weight: 700
}

.buy-other {
    display: block;
    float: left;
    text-decoration: none;
    padding: 8px 20px 7px 40px;
    border: solid 1px #f27509;
    border-radius: 5px;
    color: #f27509;
    font-weight: bold;
    font-size: 16px;
    margin-left: 20px;
    cursor: pointer;
    background: url(assets/images/cart-icon.png) 5px no-repeat
}

.step-02 {
    padding: 0;
    font-size: 14px
}

.contact_input {
    margin-bottom: 15px;
    width: 100%
}

.contact_input input,
.contact_input select {
    height: 36px;
    width: 100%;
    border: solid 1px #d7d7d7;
    background: #FFF;
    padding: 0 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.contact_input textarea {
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    border: solid 1px #d7d7d7;
    background: #fff
}

::-webkit-input-placeholder {
    color: #333
}

::-moz-placeholder {
    color: #333
}

:-ms-input-placeholder {
    color: #333
}

:-moz-placeholder {
    color: #333
}

.error {
    border: solid 1px #F00 !important;
    color: #111
}

.remove-cart {
    color: #FFF;
    font-size: 18px;
    background: #d5a34c;
    display: inline-block;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 23px
}

.msgbox {
    font-size: 12px;
    padding: 10px 0;
    font-style: italic;
    margin-top: 0;
    padding-top: 5px
}

.form_error {
    color: #F00
}

.quantity {
    padding-top: 10px;
    width: 65%
}

.price-mobile {
    visibility: hidden
}

.btn-send-continue {
    border: solid 1px #d5a34c;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    background: none;
    text-transform: uppercase;
    color: #d5a34c;
    display: none
}

.btn-send-cart {
    border: solid 1px #0774bb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    background: #0774bb;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

.cart-price {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #eb1c24
}

.form-cart {
    background-color: #f5f5f5;
    padding: 25px;
    border: #d7d7d7 solid 1px;
    border-bottom: solid 3px #3b35a8
}

.pos-sticky {
    position: sticky;
    height: max-content;
    position: sticky;
    top: 60px;
    left: 0
}

.product-viewed {
    padding-top: 40px;
    padding-bottom: 40px
}

.box-slide-mobile {
    display: none
}

.box-slide-mobile img {
    display: block;
    width: 100%
}

.slide-pagination {
    position: absolute;
    bottom: 10px !important;
    z-index: 5;
    width: 100%;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center
}

.slide-pagination .swiper-pagination-bullet {
    display: inline-block;
    background: none;
    border: solid 4px #f15d25;
    color: #fff;
    margin: 0 0 0 10px !important;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    outline: 0;
    opacity: .7
}

.slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: solid 4px #1d8341
}

.item-pro-col {
    overflow: hidden;
    margin-bottom: 15px
}

.item-pro-col .img-item-pro-col {
    width: 30%;
    float: left;
    margin-right: 15px;
    height: 100%
}

.item-pro-col .content-item-pro {
    padding-top: 0
}

.item-pro-col .price-item1 strong {
    text-align: left
}

.baotri {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f1f2f2
}

.list-baotri-home {
    padding-top: 20px;
    position: relative
}

.baotri-home-item .img-page {
    width: 30%;
    float: left;
    margin-right: 15px
}

.name-baotri {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-style: normal
}

.name-baotri a {
    font-size: 16px;
    font-weight: 600;
    color: #414042;
    margin-top: -4px;
    display: block;
    position: relative
}

.name-baotri a:hover {
    color: #ffd80f
}

.img-baotri-home-item {
    width: 30%;
    float: left;
    margin-right: 15px;
    background-color: #fff
}

.baotri-home-item .name-item-news-home {
    padding-bottom: 6px
}

.button-sl {
    background-image: url(assets/images/np.png);
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    z-index: 99
}

.button-next {
    background-position: 0 0
}

.button-prev {
    background-position: -46px 0
}

@media handheld,
only screen and (max-width:767px) {
    .price-mobile {
        visibility: visible;
        margin-bottom: 10px;
        font-family: GilB, sans-serif;
        color: #0774bb
    }

    .hd-cart {
        text-align: left
    }

    .cart-name {
        text-transform: inherit;
        font-size: 14px;
        font-weight: bold
    }

    .quantity {
        float: left
    }

    .buy-other {
        float: right
    }

    .btn_red_bg {
        float: right;
        margin-bottom: 10px
    }
}

.bootstrap-tabs {
    margin-bottom: 20px
}

.bootstrap-tabs .nav-tabs {
    background-color: #f2f2f2
}

.bootstrap-tabs .nav-tabs li a {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 20px
}

.bootstrap-tabs .tab-pane .tab-pane-content {
    padding: 20px 0
}

.bootstrap-collapse .item-collapse {
    display: block;
    padding: 14px 15px;
    font-size: 18px;
    font-weight: 700;
    color: #424242
}

.bootstrap-collapse .card-header {
    padding: 0 !important
}

.gallery-top-content {
    margin-bottom: 10px !important
}

.btn-slide-content-next {
    width: 46px;
    height: 46px;
    text-indent: -9999em;
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -24px;
    z-index: 9;
    background-image: url(assets/images/icon/np_content.png);
    background-position: 0 0
}

.btn-slide-content-prev {
    width: 46px;
    height: 46px;
    text-indent: -9999em;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -24px;
    z-index: 9;
    background-image: url(assets/images/icon/np_content.png);
    background-position: -46px 0
}

.swiper-container-thumbs .swiper-slide {}

.swiper-container-thumbs .swiper-slide img {
    opacity: .6
}

.swiper-container-thumbs .swiper-slide-thumb-active img {
    opacity: 1
}

.iframe-map {
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden
}

.item-daily {
    display: block;
    margin-bottom: 25px
}

.iframe-map iframe {
    display: block;
    width: 100% !important;
    height: 300px !important
}

.daily-name {
    font-size: 16px;
    font-weight: 700;
    color: #006a2e;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    margin-bottom: 10px
}

.item-info-daily {
    color: #4d4d4f;
    padding-bottom: 5px;
    font-size: 13px
}

.box-border {
    border: solid 1px #f1f2f2;
    padding: 25px;
    height: 100%
}

.box-fix {
    position: fixed;
    right: 20px;
    top: 20%;
    z-index: 99;
    width: 46px
}

.box-fix a {
    display: block;
    width: 46px;
    height: 46px;
    background-color: #fff;
    text-align: center;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 10px;
    line-height: 44px;
    color: #125ca8;
    position: relative;
    right: 0;
    float: right;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px 0 rgba(209, 207, 207, 1);
    -moz-box-shadow: 0 0 5px 0 rgba(209, 207, 207, 1);
    box-shadow: 0 0 5px 0 rgba(209, 207, 207, 1)
}

.box-fix a.hot-fix {
    background-color: #125ca8;
    color: #fff
}

.box-fix a span {
    display: none
}

.box-fix a:hover i.fa {}

.box-fix a:hover {}

.box-fix a:hover span {}

.box-fix .zalo {
    background-image: url(/images/icon/zalo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%
}

.box-fix .mes {
    background-image: url(/images/icon/mes.png);
    background-repeat: no-repeat;
    background-position: center center
}

.title-mod-reg {
    background-color: #125ca8;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn-reg {
    border-radius: 5px;
    background-color: #125ca8;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    display: block;
    padding: 12px 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.btn-reg:hover {
    color: #d7d7d7
}

.form-mod .form-control {
    padding: 10px;
    height: auto;
    font-size: 16px;
    font-weight: 700
}

.frm-newsl {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px
}

.frm-newsl input {
    width: 100%;
    border: 0;
    padding: 8px 20px
}

.btn-frm-newsl {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0b315b;
    display: inline-block;
    padding: 8px 15px;
    color: #fff !important
}

.modal-content-popup {
    background-color: transparent !important;
    border: 0 !important
}

.modal-content-popup .modal-body {
    padding: 0 !important
}

.modal-content-popup img {
    display: block;
    width: 100% !important;
    height: auto !important
}

.close-popup {
    position: absolute;
    background-image: url(assets/images/cl.png);
    width: 49px;
    height: 49px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    top: -25px;
    right: -25px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    z-index: 999
}

.close-popup-right {
    position: absolute;
    background-image: url(assets/images/cl.png);
    width: 49px;
    height: 49px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    top: -25px;
    left: -25px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    z-index: 999
}

.adv-left {
    position: fixed;
    max-width: 500px;
    bottom: 0;
    left: 0;
    z-index: 999;
    transition: all 1s ease
}

.adv-left img {
    width: 100% !important;
    display: block;
    height: auto !important
}

.adv-right {
    position: fixed;
    max-width: 500px;
    bottom: 0;
    right: 0;
    z-index: 999;
    transition: all 1s ease
}

.adv-right img {
    width: 100% !important;
    display: block;
    height: auto !important
}

.animate.left {
    left: -540px
}

.animate.right {
    right: -540px
}

.animate.top {
    top: 0;
    left: 50%
}

.animate.bottom {
    bottom: 0;
    left: 50%;
    margin-left: -100px
}

.animate.left.move {
    left: 0;
    transform: translate(0, 0)
}

.animate.right.move {
    right: 0;
    transform: translate(0, 0)
}

.animate.top.move {
    top: 100%;
    transform: translate(0, -100%)
}

.animate.bottom.move {
    bottom: 100%;
    transform: translate(0, 100%)
}

.box-boxinfo {
    border: dashed 3px #1a7abd;
    background-color: #f2f2f2;
    width: 100%;
    padding: 25px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    line-height: 22px;
    margin-top: 20px
}

.lazy.loading {
    width: 100%;
    height: 160px;
    background-image: url(assets/images/image-loader.gif);
    background-repeat: no-repeat;
    background-position: center center
}

.modal-title-page .close {
    color: #424242 !important;
    background-color: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 0;
    width: 30px;
    height: 30px;
    text-align: center
}

.frm-popup {
    padding: 15px;
    padding-top: 0
}

.intro-frm-popup {
    padding-top: 10px;
    padding-bottom: 10px
}

.box-boxinfo {
    border: dashed 3px #125ca8;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    line-height: 22px;
    background-color: #f5f5f5
}

@media handheld,
only screen and (max-width:1550px) {
    .item-proj-home1 {
        width: 600px;
        height: auto
    }

    .item-proj-home2 {
        width: 300px
    }

    .item-proj-home3 {
        width: 360px;
        left: -20px;
        top: 120px
    }
}

@media handheld,
only screen and (max-width:1500px) {
    .btn-prev-slide-home {
        right: 20px
    }

    .btn-next-slide-home {
        left: 20px
    }

    .menu li a {}

    .list-his {
        width: 100%
    }
}

@media handheld,
only screen and (max-width:1439px) {
    .item-proj-home3 {
        width: 300px;
        left: -87px;
        top: 120px
    }

    .next-ser1 {
        left: 36%
    }

    .prev-ser1 {
        left: 40%
    }

    .menu>li>a {
        font-size: 13px
    }

    .item-giatri {
        width: 100%;
        line-height: 24px
    }
}

@media handheld,
only screen and (max-width:1399px) {
    .list-view2 .item-filter {
        width: 100%
    }

    .menu li a {
        padding: 0 10px
    }

    .item-proj {
        width: 1120px !important
    }

    .line-duan-home {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .giangvien-home {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media handheld,
only screen and (max-width:1319px) {}

@media handheld,
only screen and (max-width:1350px) {
    .swiper-slide-ser-2 {
        width: 35% !important
    }

    .next-slide-ser2 {
        left: 34%
    }

    .box-intro-ser-2 {
        height: auto;
        padding: 20px
    }
}

@media handheld,
only screen and (max-width:1220px) {}

@media handheld,
only screen and (max-width:1199px) {
    .header {
        display: none
    }

    .header-m {
        display: block
    }

    .main-nav {
        display: none
    }

    .panel-footer a.btn-hide-pc {
        display: inline-block
    }

    .panel-footer a.btn-hide-pad {
        display: none
    }

    .item-page .col-page .inner-page-col {
        padding: 0
    }

    .crumb a:first-child {
        padding-left: 0
    }

    .item-w {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .item-w img {}

    .item-w .intro-w {
        display: none
    }

    .item-w .content-w {
        display: table;
        height: 100%
    }

    .item-w .content-w>div {
        display: table-cell;
        height: 100%;
        vertical-align: middle
    }

    .item-w .title-w {
        font-size: 12px
    }

    .crumb {
        border-top: solid 1px #d7d7d7
    }

    .prev-ser1 {
        left: inherit;
        right: 20px
    }

    .next-ser1 {
        left: inherit;
        right: 70px
    }

    .item-proj-home1 {
        width: 550px;
        position: absolute;
        left: 0;
        top: -200px;
        overflow: hidden
    }

    .item-proj-home2 {
        width: 250px
    }

    .item-proj-home3 {
        width: 260px
    }

    .item-service {
        margin-bottom: 30px
    }

    .item-service .img-ser {
        width: 100%;
        position: relative;
        right: inherit;
        top: inherit
    }

    .content-item-service {
        padding: 25px 20px;
        width: 100%
    }

    .inner-item-service {
        background-color: #f1f2f2;
        margin-right: 0;
        margin-top: 0
    }

    .link-detail-service {
        display: none
    }

    .item-proj {
        width: 940px !important
    }

    .button-next-news-home {
        left: 10px
    }

    .button-prev-news-home {
        right: 10px
    }

    .button-prev-service {
        bottom: -20px
    }

    .button-next-service {
        bottom: -20px
    }

    .button-next-baotri-home {
        left: 10px
    }

    .button-prev-baotri-home {
        right: 10px
    }

    .content-item-service {
        position: static;
        margin-top: 0
    }
}

@media handheld,
only screen and (max-width:992px) {
    .title-detail-pro {
        margin-top: 20px
    }

    .pos-sticky {
        position: static;
        margin-bottom: 20px
    }

    .info-detail {
        padding-top: 0;
        padding-bottom: 0
    }

    .top-proDetail {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .wc {
        padding-bottom: 0;
        padding-top: 30px
    }

    .col-small {
        display: none
    }

    .panel-top {
        padding-left: 0
    }

    .frm-reg {
        width: 100%
    }

    .btn-prev-slide-home {
        right: 10px;
        z-index: 99
    }

    .btn-next-slide-home {
        left: 10px;
        z-index: 99
    }

    .title-home {
        font-size: 28px
    }

    .item-trust {
        margin-bottom: 20px
    }

    .topmenu {
        display: none
    }

    .item-preview-6 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .item-preview-5 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .item-preview-4 {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }

    .item-preview-3 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%
    }

    .item-preview-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .item-preview-1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .mnu-footer {
        display: none
    }

    .title-item-content-footer {
        display: inline-block;
        float: left;
        padding-right: 5px
    }

    .intro-his {
        padding: 0;
        margin-top: 15px
    }

    .list-his .item-his:nth-child(2n) .content-hist .intro-his {
        padding: 0
    }

    .item-page .col-page {
        width: 100%;
        margin-bottom: 15px
    }

    .list-view2 .item-filter {
        width: 50%
    }

    .col-xs-15 {
        width: 33.3333%
    }

    .item-w img {
        width: auto
    }

    .view-all-cat {
        display: block
    }

    .col-cat ul {
        display: none
    }

    .col-pro-home-pad {
        border-left: solid 1px #d7d7d7
    }

    .box-slide-des {
        display: none
    }

    .box-slide-mobile {
        display: block
    }

    .xxx-btn {
        position: static;
        margin-top: 15px
    }

    .btn-add-detail2 {
        margin-bottom: 10px
    }

    .logo-footer {
        margin-bottom: 15px
    }

    .content-footer {
        margin-bottom: 15px
    }

    .wc::before {
        bottom: 0
    }

    .why {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .sl-ser1 {
        position: static;
        width: 100%
    }

    .intro-ser-2 {
        min-height: inherit;
        margin-bottom: 20px
    }

    .box-intro-ser-2 {
        position: static;
        width: 100%
    }

    .swiper-slide-ser-2 {
        width: 100% !important
    }

    .next-slide-ser2 {
        left: 95%
    }

    .swiper-slide-ser-1 {
        width: 33.33333% !important
    }

    .line-service-home-1 {
        min-height: inherit;
        padding-bottom: 40px
    }

    .line-service-home-1::before {
        display: none
    }

    .next-ser1 {
        left: -10px;
        right: inherit;
        top: 50%;
        margin-top: -24px;
        bottom: inherit;
        display: none
    }

    .prev-ser1 {
        right: -10px;
        left: inherit;
        top: 50%;
        margin-top: -24px;
        bottom: inherit;
        display: none
    }

    .item-proj-home1 {
        position: static;
        width: 100%;
        margin-top: 20px
    }

    .item-proj-home2 {
        position: static;
        width: 100%;
        margin-top: 20px
    }

    .item-proj-home3 {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit
    }

    .item-proj-home {
        margin-bottom: 20px
    }

    .name-item-proj-home {
        visibility: visible;
        transform: scale(1)
    }

    .subtab li a {
        margin-bottom: 10px
    }

    .tab-home {
        display: none
    }

    .inner-item-proj {
        width: 100%
    }

    .item-proj.swiper-slide-active .info-item-proj {
        left: 50%
    }

    .img-wc {
        margin-bottom: 40px
    }

    .button-next-service {
        display: none
    }

    .button-prev-service {
        display: none
    }

    .media-detail-name {
        margin-top: 15px
    }

    .intro-item-baotri-home {
        display: none
    }

    .hide-pad {
        display: none
    }

    .combo-price strong {
        font-size: 16px
    }

    .tab-content-lichkhaigiang {
        padding: 20px
    }

    .combo-price del {
        margin-bottom: 0;
        font-weight: normal;
        font-size: 12px;
        color: #666
    }
/* 
    .swiper-container-combo .swiper-slide-active {
        width: 80%
    }

    .swiper-container-news .swiper-slide {
        width: 80%
    }

    .swiper-container-news .swiper-slide-active {
        width: 80%
    }

    .swiper-container-art .swiper-slide-active {
        width: 80%
    } */

    .container-small {
        width: 100%
    }

    .title-home {
	line-height: 34px;
    }

    .btn-sl-giangvien {
        display: block
    }

    .swiper-container-giangvien {
        margin-top: 10px
    }

    .btn-sl-khoahoc {
        margin-top: -35px;
    }
}

@media handheld,
only screen and (max-width:768px) {
    .left-trust {
        padding-bottom: 20px
    }

    .call-icon,
    .email-icon,
    .item-w {
        margin-bottom: 10px
    }

    .kq1 {
        margin-bottom: 10px
    }

    .frm-reg {
        width: 100%
    }

    .hide-on-tab {
        display: none
    }

    .timeline>li {
        padding-left: 50px
    }

    .timeline>li:after {
        left: 0;
        width: 40px
    }

    .line-home {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .page-one {
        padding-top: 30px !important
    }

    .item-preview-6 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .item-preview-5 {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }

    .item-preview-4 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%
    }

    .item-preview-3 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%
    }

    .item-preview-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .item-preview-1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .title-hist {
        font-size: 14px
    }

    .title-hist {
        padding-right: 90px
    }

    .list-his .item-his:nth-child(2n) .content-hist .title-hist {
        padding-left: 90px
    }

    .col-xs-15 {
        width: 50%
    }

    .swiper-slide-ser-1 {
        width: 50% !important
    }

    .item-giatri {
        margin-bottom: 15px
    }

    .item-proj.swiper-slide-active .info-item-proj {
        bottom: 20px;
        left: 50%;
        margin-left: -205px
    }

    .intro-item-service-home {
        display: none
    }

    .button-next-ye {
        display: none
    }

    .button-prev-ye {
        display: none
    }

    .content-hist-xxxx {
        width: 100%
    }

    .item-box-content-top {
        margin-bottom: 15px
    }

    .hide-m {
        display: none
    }

    .price-m {
        display: block
    }

    .colviewright {
        border: 0
    }

    .colviewleft {
        border: 0
    }

    .article-home-item {
        margin-left: 0
    }

    .article-home-info {
        padding: 30px
    }

    .article-home-img {
        position: static;
        float: left;
        width: 120px;
        height: 120px;
        margin-right: 20px;
        transform: none;
        padding: 10px
    }

    .top-item-article-home {
        overflow: hidden;
        margin-bottom: 20px
    }

    .article-home-course {
        border-bottom: none
    }

    .article-home-name {
        margin-top: 50px
    }

    .sub-tab {
        display: none
    }

    .content-detail-khoahoc h2 {
        font-size: 18px
    }

    .page-name {
        font-size: 20px
    }

    .tab-lichkhaigiang .nav-item .nav-link {
        font-size: 16px
    }

    .item-khoahoc-khaigiang {
        padding: 15px
    }

    .course-home-wrapper {
        padding: 15px;
        padding-bottom: 15px
    }

    .swiper-khoahoc {
        padding-top: 20px
    }

    #combohome .swiper-slide-next {
        opacity: .5
    }

    .box-fix {
        bottom: 0;
        left: 0;
        width: 100%;
        top: unset
    }

    .box-fix a {
        width: 33.3333%;
        text-align: center;
        float: left;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-bottom: 0
    }

    .box-fix a.hot-fix {
        background-color: #125ca8;
        color: #fff;
        border-right: solid 1px #fff
    }

    .box-fix .zalo {
        background-color: #028fe3;
        background-position: 30% center;
        background-size: 30px;
        color: #fff;
        border-right: solid 1px #fff
    }

    .box-fix .mes {
        background-color: #c396eb;
        color: #fff;
        background-image: none
    }

    .box-fix .mes span {
        background-image: url(/images/icon/mes.png);
        background-repeat: no-repeat;
        padding-left: 30px;
        background-position: center left
    }

    .box-fix a span {
        display: inline-block;
        font-weight: 700;
        padding-left: 5px
    }

    .copyright {
        margin-bottom: 44px
    }

    .btn-sl-khoahoc {
        width: 34px;
        height: 34px;
        line-height: 32px
    }

    .btn-sl-next-khoahoc {
        right: -10px
    }

    .btn-sl-prev-khoahoc {
        left: -10px
    }

    .dis-none-m {
        display: none
    }

    .review-home {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .btn-sl-next-download {
        margin-right: -40px
    }

    .btn-sl-prev-download {
        margin-left: -40px
    }
}

@media handheld,
only screen and (max-width:570px) {
    .hide-on-mobile {
        display: none
    }

    .frm-reg {
        width: 100%
    }

    .panel-footer {
        padding: 0
    }

    .panel-footer a {
        text-align: center;
        font-weight: normal;
        width: 25%;
        float: left;
        font-size: 12px;
        line-height: normal;
        border-right: solid 1px #fff;
        padding: 5px 20px
    }

    .panel-footer span {
        display: block
    }

    .panel-footer i.fa {
        font-size: 20px
    }

    .item-preview-6 {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }

    .item-preview-5 {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }

    .item-preview-4 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%
    }

    .item-preview-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .item-preview-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .item-preview-1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .item-preview-list {
        width: 100% !important
    }

    .item-preview-list img {}

    .box-menu {
        width: 100%;
        margin-bottom: 15px;
        display: none
    }

    .item-news-top1 {
        margin-bottom: 20px
    }

    .trust-pro .item-trust-pro {
        margin-bottom: 10px
    }

    .title-detail-pro {
        margin-top: 15px
    }

    .next-slide-ser2 {
        display: none
    }

    .btn-sl-prev-khoahoc {
        left: -5px
    }

    .btn-sl-next-khoahoc {
        right: -5px
    }
}

@media handheld,
only screen and (max-width:540px) {
    .tab-lichkhaigiang .nav-item .nav-link {
        font-size: 14px;
        padding: 15px 10px
    }

    .tab-content-lichkhaigiang {
        padding: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px
    }
    .btn-sl-prev-khoahoc {
        left: -29px
    }

    .btn-sl-next-khoahoc {
        right: -29px
    }
}

@media handheld,
only screen and (max-width:480px) {
    .panel-m {
        padding-top: 13px
    }
}

@media handheld,
only screen and (max-width:420px) {
    .link-top {
        font-size: 14px
    }
}

@media handheld,
only screen and (max-width:360px) {}

@import url(pricebox.css);

figure.image {
    text-align: center;
    outline: solid 1px #ccc;
    background: rgba(0, 0, 0, .05);
    padding: 10px;
    margin: 15px 0;
    display: block;
    width: auto
}

figure.image img {
    width: 100% !important;
    display: block;
    height: auto !important
}

figure.image>figcaption {
    text-align: center;
    display: block;
    padding: 8px 15px;
    padding-bottom: 8px;
    font-style: italic;
    padding-bottom: 0
}

.numo-temp-list-content {
    margin-bottom: 15px
}

.item-numo-temp-list-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px
}

.numo-temp-list-content1 .item-numo-temp-list-content {
    background-color: #f5f5f5;
    padding: 25px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 15px
}

.numo-temp-list-content2 {
    margin-top: 40px;
    counter-reset: section
}

.numo-temp-list-content2 .item-numo-temp-list-content {
    background-color: #f5f5f5;
    padding: 25px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 50px;
    position: relative;
    margin-left: 20px
}

.numo-temp-list-content2 .item-temp-count {
    position: relative
}

.numo-temp-list-content2 .item-temp-count:before {
    width: 50px;
    height: 50px;
    background-color: #125ca8;
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    top: -15px;
    left: 10px;
    z-index: 99;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    counter-increment: section;
    content: counter(section)
}

.numo-temp-list-content3 {
    margin-top: 40px;
    counter-reset: section
}

.numo-temp-list-content3 .item-numo-temp-list-content {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin-left: 65px;
    margin-bottom: 20px
}

.numo-temp-list-content3 .item-temp-count {
    position: relative
}

.numo-temp-list-content3 .container {
    counter-reset: section
}

.numo-temp-list-content3 .item-temp-count:before {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: solid 2px #125ca8;
    color: #125ca8;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 99;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    counter-increment: section;
    content: counter(section)
}

.numo-temp-list-content4 {
    margin-top: 40px
}

.numo-temp-list-content4 .item-numo-temp-list-content {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin-left: 65px;
    margin-bottom: 20px
}

.numo-temp-list-content4 .item-temp-count {
    position: relative
}

.numo-temp-list-content4 .container {
    counter-reset: section
}

.numo-temp-list-content4 .item-temp-count:before {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: solid 2px #125ca8;
    color: #125ca8;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 99;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    counter-increment: section;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    line-height: 48px
}

.numo-temp-list-content5 {
    margin-top: 40px;
    counter-reset: section
}

.numo-temp-list-content5 .item-numo-temp-list-content {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    border: solid 1px #d7d7d7;
    padding: 15px;
    padding-left: 55px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.numo-temp-list-content5 .item-temp-count {
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.numo-temp-list-content5 .item-temp-count:before {
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    font-weight: 700;
    top: 0;
    position: absolute;
    left: 0;
    top: 0;
    left: 10px;
    z-index: 99;
    height: 100%;
    width: 40px;
    counter-increment: section;
    content: counter(section);
    background-color: #125ca8;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px
}

.numo-temp-list-content6 {
    margin-top: 40px;
    counter-reset: section
}

.numo-temp-list-content6 .item-numo-temp-list-content {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    padding-left: 55px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.numo-temp-list-content6 .item-temp-count {
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.numo-temp-list-content6 .item-temp-count:before {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    top: 0;
    position: absolute;
    left: 0;
    top: 0;
    left: 10px;
    z-index: 99;
    height: 40px;
    width: 40px;
    counter-increment: section;
    content: counter(section);
    background-color: #125ca8
}

.numo-temp-list-content7 {
    margin-top: 40px;
    counter-reset: section
}

.numo-temp-list-content7 .item-numo-temp-list-content {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    padding-left: 55px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.numo-temp-list-content7 .item-temp-count {
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.numo-temp-list-content7 .item-temp-count:before {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    top: 0;
    position: absolute;
    left: 0;
    top: 0;
    left: 10px;
    z-index: 99;
    height: 40px;
    width: 40px;
    counter-increment: section;
    content: counter(section);
    background-color: #125ca8;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.numo-temp-list-content8 {
    margin-top: 40px;
    counter-reset: section
}

.numo-temp-list-content8 .item-numo-temp-list-content {
    background-color: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    padding: 10px;
    padding-left: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #d7d7d7;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

.numo-temp-list-content8 .item-temp-count {
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.numo-temp-list-content8 .item-temp-count:before {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    left: 2px;
    z-index: 99;
    height: 40px;
    width: 40px;
    counter-increment: section;
    content: counter(section);
    background-color: #125ca8;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    line-height: 38px
}

.numo-temp-list-content9 {
    margin-top: 40px;
    counter-reset: section
}

.numo-temp-list-content9 .item-numo-temp-list-content {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    padding: 10px;
    padding-left: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #d7d7d7;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

.numo-temp-list-content9 .item-temp-count {
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.numo-temp-list-content9 .item-temp-count:before {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    left: 2px;
    z-index: 99;
    height: 40px;
    width: 40px;
    counter-increment: section;
    content: counter(section);
    background-color: #125ca8;
    -webkit-border-radius: 0;
    border-radius: 0;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    line-height: 38px
}

.numo-temp-list-content10 {
    margin-top: 40px;
    counter-reset: section
}

.numo-temp-list-content10 .item-numo-temp-list-content {
    background-color: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    padding: 10px;
    padding-left: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #d7d7d7;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

.numo-temp-list-content10 .item-temp-count {
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.numo-temp-list-content10 .item-temp-count:before {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    left: 2px;
    z-index: 99;
    height: 40px;
    width: 40px;
    counter-increment: section;
    content: counter(section);
    background-color: #125ca8;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    content: "\f0a4";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    line-height: 38px
}

.numo-temp-list-content11 {
    margin-top: 40px;
    counter-reset: section
}

.numo-temp-list-content11 .item-numo-temp-list-content {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    padding: 10px;
    padding-left: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #d7d7d7;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

.numo-temp-list-content11 .item-temp-count {
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.numo-temp-list-content11 .item-temp-count:before {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    left: 2px;
    z-index: 99;
    height: 40px;
    width: 40px;
    counter-increment: section;
    content: counter(section);
    background-color: #125ca8;
    -webkit-border-radius: 0;
    border-radius: 0;
    content: "\f0a4";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    line-height: 38px
}

.numo-temp-list-content12 {
    margin-top: 40px;
    counter-reset: section
}

.numo-temp-list-content12 .item-numo-temp-list-content {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    padding: 10px;
    padding-left: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #d7d7d7;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

.numo-temp-list-content12 .item-temp-count {
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.numo-temp-list-content12 .item-temp-count:before {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    left: 2px;
    z-index: 99;
    height: 40px;
    width: 40px;
    counter-increment: section;
    content: counter(section);
    background-color: #125ca8;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    line-height: 38px
}

.numo-temp-list-content13 {
    margin-top: 40px;
    counter-reset: section
}

.numo-temp-list-content13 .item-numo-temp-list-content {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    padding: 10px;
    padding-left: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #d7d7d7;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

.numo-temp-list-content13 .item-temp-count {
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.numo-temp-list-content13 .item-temp-count:before {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    left: 2px;
    z-index: 99;
    height: 40px;
    width: 40px;
    counter-increment: section;
    content: counter(section);
    background-color: #125ca8;
    -webkit-border-radius: 0;
    border-radius: 0;
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    line-height: 38px
}

.numo-temp-list-content14 {
    margin-top: 40px;
    counter-reset: section
}

.numo-temp-list-content14 .item-numo-temp-list-content {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    padding: 10px;
    padding-left: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #d7d7d7;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

.numo-temp-list-content14 .item-temp-count {
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.numo-temp-list-content14 .item-temp-count:before {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    left: 2px;
    z-index: 99;
    height: 40px;
    width: 40px;
    counter-increment: section;
    content: counter(section);
    background-color: #125ca8;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    content: "\f138";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    line-height: 38px
}

.numo-temp-list-content15 {
    margin-top: 40px;
    counter-reset: section
}

.numo-temp-list-content15 .item-numo-temp-list-content {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    padding: 10px;
    padding-left: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #d7d7d7;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

.numo-temp-list-content15 .item-temp-count {
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.numo-temp-list-content15 .item-temp-count:before {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    left: 2px;
    z-index: 99;
    height: 40px;
    width: 40px;
    counter-increment: section;
    content: counter(section);
    background-color: #125ca8;
    -webkit-border-radius: 0;
    border-radius: 0;
    content: "\f138";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    line-height: 38px
}

.numo-temp-list-content16 {
    margin-top: 40px;
    counter-reset: section
}

.numo-temp-list-content16 .item-numo-temp-list-content {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    padding: 10px;
    padding-left: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #d7d7d7;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

.numo-temp-list-content16 .item-temp-count {
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.numo-temp-list-content16 .item-temp-count:before {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    left: 2px;
    z-index: 99;
    height: 40px;
    width: 40px;
    counter-increment: section;
    content: counter(section);
    background-color: #125ca8;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    content: "\f18e";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    line-height: 38px
}

.numo-temp-list-content17 {
    margin-top: 40px;
    counter-reset: section
}

.numo-temp-list-content17 .item-numo-temp-list-content {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    padding: 10px;
    padding-left: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #d7d7d7;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

.numo-temp-list-content17 .item-temp-count {
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.numo-temp-list-content17 .item-temp-count:before {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    left: 2px;
    z-index: 99;
    height: 40px;
    width: 40px;
    counter-increment: section;
    content: counter(section);
    background-color: #125ca8;
    -webkit-border-radius: 0;
    border-radius: 0;
    content: "\f18e";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    line-height: 38px
}

.numo-temp-list-content18 {
    margin-top: 40px;
    counter-reset: section
}

.numo-temp-list-content18 .item-numo-temp-list-content {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    padding: 10px;
    padding-left: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #d7d7d7;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

.numo-temp-list-content18 .item-temp-count {
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.numo-temp-list-content18 .item-temp-count:before {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    left: 2px;
    z-index: 99;
    height: 40px;
    width: 40px;
    counter-increment: section;
    content: counter(section);
    background-color: #125ca8;
    -webkit-border-radius: 0;
    border-radius: 0;
    content: "\f046";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    line-height: 38px
}

.numo-temp-list-content19 {
    margin-top: 40px;
    counter-reset: section
}

.numo-temp-list-content19 .item-numo-temp-list-content {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    padding: 10px;
    padding-left: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #d7d7d7;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

.numo-temp-list-content19 .item-temp-count {
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.numo-temp-list-content19 .item-temp-count:before {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    left: 2px;
    z-index: 99;
    height: 40px;
    width: 40px;
    counter-increment: section;
    content: counter(section);
    background-color: #125ca8;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    content: "\f046";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    line-height: 38px
}

.numo-temp-list-content20 {
    margin-top: 40px;
    counter-reset: section
}

.numo-temp-list-content20 .item-numo-temp-list-content {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    padding: 10px;
    padding-left: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #d7d7d7;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

.numo-temp-list-content20 .item-temp-count {
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.numo-temp-list-content20 .item-temp-count:before {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    left: 2px;
    z-index: 99;
    height: 40px;
    width: 40px;
    counter-increment: section;
    content: counter(section);
    background-color: #125ca8;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    content: "\f05d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    line-height: 38px
}

.numo-temp-list-content21 {
    margin-top: 40px;
    counter-reset: section
}

.numo-temp-list-content21 .item-numo-temp-list-content {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    padding: 10px;
    padding-left: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #d7d7d7;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

.numo-temp-list-content21 .item-temp-count {
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.numo-temp-list-content21 .item-temp-count:before {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    left: 2px;
    z-index: 99;
    height: 40px;
    width: 40px;
    counter-increment: section;
    content: counter(section);
    background-color: #125ca8;
    -webkit-border-radius: 0;
    border-radius: 0;
    content: "\f05d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    line-height: 38px
}

.numo-temp-list-content22 {
    margin-top: 40px;
    counter-reset: section
}

.numo-temp-list-content22 .item-numo-temp-list-content {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    padding: 10px;
    padding-left: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #d7d7d7;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

.numo-temp-list-content22 .item-temp-count {
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.numo-temp-list-content22 .item-temp-count:before {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    left: 2px;
    z-index: 99;
    height: 40px;
    width: 40px;
    counter-increment: section;
    content: counter(section);
    background-color: #125ca8;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    line-height: 38px
}

.numo-temp-list-content23 {
    margin-top: 40px;
    counter-reset: section
}

.numo-temp-list-content23 .item-numo-temp-list-content {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    padding: 10px;
    padding-left: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #d7d7d7;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

.numo-temp-list-content23 .item-temp-count {
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.numo-temp-list-content23 .item-temp-count:before {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    left: 2px;
    z-index: 99;
    height: 40px;
    width: 40px;
    counter-increment: section;
    content: counter(section);
    background-color: #125ca8;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 38px
}

.numo-temp-cart-content {
    margin-bottom: 20px
}

.numo-temp-cart-content .btn {
    border: 0 !important
}

.numo-item-cart-center {
    text-align: center
}

.numo-item-cart {
    margin-bottom: 15px
}

.img-numo-item-cart img {
    display: block;
    width: 100%
}

.numo-item-card-title {
    font-weight: 700;
    font-size: 16px
}

.numo-item-card-header {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 15px
}

.numo-item-card-title a {
    color: #424242;
    text-decoration: none
}

.numo-item-card-title a:hover {
    color: #666
}

.numo-temp-cart-content4 .numo-item-card-text {
    margin-bottom: 15px
}

.numo-temp-cart-content7 .numo-item-card-text {
    margin-bottom: 15px
}

.numo-temp-cart-content8 .numo-item-card-text {
    margin-bottom: 15px
}

.numo-temp-cart-content9 .numo-card-img-overlay {
    background: rgb(0, 0, 0, .7)
}

.numo-temp-cart-content10 .numo-card-img-overlay {
    background: rgb(0, 0, 0, .7)
}

.numo-temp-cart-content10 .numo-item-card-text {
    margin-bottom: 15px
}

.numo-temp-cart-num {
    counter-reset: section
}

.numo-temp-cart-num .numo-item-card-title {
    position: relative;
    padding-left: 34px
}

.numo-temp-cart-num .numo-item-card-title::before {
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    z-index: 99;
    height: 24px;
    width: 24px;
    counter-increment: section;
    content: counter(section);
    background-color: #125ca8;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.box-noidung-khoahoc {
    border-bottom: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
    padding-bottom: 0
}

.box-noidung-khoahoc h3 {
    background-color: #f5f5f5;
    padding: 12px 15px;
    border-left: solid 5px #125ca8;
    font-weight: 700;
    font-size: 18px;
    margin: 0
}

.box-noidung-khoahoc .conent-noidung-khoahoc {
    border-left: solid 5px #1e64ad;
    padding: 20px 15px;
    position: relative;
    padding-bottom: 10px
}

.box-noidung-khoahoc .conent-noidung-khoahoc ul {
    padding: 0;
    margin: 0
}

.box-noidung-khoahoc .conent-noidung-khoahoc ul li {
    display: block;
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative
}

.box-noidung-khoahoc .conent-noidung-khoahoc ul li:before {
    position: absolute;
    left: 0;
    top: 3px;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f046";
    color: #125ca8
}

.temp-box-time {
    width: 140px;
    background-color: #125ca8;
    position: absolute;
    right: 20px;
    top: 15px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    display: none
}

.temp-title-box-time {
    background-color: #105db2;
    text-align: center;
    font-weight: 700;
    padding: 10px 0;
    position: relative;
    padding-left: 15px
}

.temp-title-box-time:before {
    position: absolute;
    left: 10px;
    top: 13px;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f073";
    color: #fff
}

.temp-content-box-time {
    padding: 10px;
    font-size: 14px
}

.temp-content-box-time strong {
    font-size: 16px;
    font-weight: 700;
    display: block
}

.hd-box-noidung-khoahoc {
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 15px;
    color: #fff;
    background-color: #125ca8;
    margin-top: 20px;
    margin-bottom: 0
}

.temp-numo-tabs {
    overflow: hidden;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #f2f2f2;
    margin-bottom: 20px
}

.numo-tab-content {
    padding: 20px
}

.numo-nav-tabs {
    background-color: #f2f2f2;
    border-bottom: none
}

.numo-nav-tabs .nav-link {
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    padding: 12px 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #424242;
    text-align: center;
    margin-bottom: 0
}

.numo-nav-tabs .nav-link:hover {
    border: 0
}

.numo-nav-tabs .nav-item {
    padding: 0
}

.numo-nav-tabs-style1 .nav-link.active {
    background-color: #125ca8;
    color: #fff
}

.numo-nav-tabs-style2 .nav-link.active {
    background-color: #0b315b;
    color: #fff
}

.numo-nav-tabs-style3 .nav-link.active {
    background-color: #222;
    color: #fff
}

.numo-nav-tabs-style4 .nav-link.active {
    background-color: #132d54;
    color: #fff
}

.numo-nav-tabs-style5 .nav-link.active {
    background-color: #d9d71a;
    color: #424242
}

.numo-nav-tabs-style6 .nav-link.active {
    background-color: #93910b;
    color: #fff
}

.numo-nav-tabs-style7 .nav-link.active {
    background-color: #f9f761;
    color: #424242
}

.numo-nav-tabs-style8 .nav-link.active {
    background-color: #fbf816;
    color: #424242
}

.numo-nav-tabs-style9 .nav-link.active {
    background-color: #cccb4e;
    color: #fff
}

.numo-nav-tabs-style10 .nav-link.active {
    background-color: #36350a;
    color: #fff
}

.numo-nav-tabs-style11 .nav-link.active {
    background-color: #393df5;
    color: #fff
}

.numo-nav-tabs-style12 .nav-link.active {
    background-color: #0c11f5;
    color: #fff
}

.numo-nav-tabs-style13 .nav-link.active {
    background-color: #050883;
    color: #fff
}

.numo-nav-tabs-style14 .nav-link.active {
    background-color: #030557;
    color: #fff
}

.numo-nav-tabs-style15 .nav-link.active {
    background-color: #292a47;
    color: #fff
}

.numo-nav-tabs-style16 .nav-link.active {
    background-color: #9595b1;
    color: #fff
}

.numo-nav-tabs-style17 .nav-link.active {
    background-color: #85858d;
    color: #fff
}

.numo-nav-tabs-style18 .nav-link.active {
    background-color: #d22a2e;
    color: #fff
}

.numo-nav-tabs-style19 .nav-link.active {
    background-color: #343442;
    color: #fff
}

.numo-nav-tabs-style20 .nav-link.active {
    background-color: #630507;
    color: #fff
}

.numo-acc-style1 .accordion-button {
    background-color: #125ca8;
    color: #fff
}

.numo-acc-style2 .accordion-button {
    background-color: #0b315b;
    color: #fff
}

.numo-acc-style3 .accordion-button {
    background-color: #222;
    color: #fff
}

.numo-acc-style4 .accordion-button {
    background-color: #132d54;
    color: #fff
}

.numo-acc-style5 .accordion-button {
    background-color: #d9d71a;
    color: #424242
}

.numo-acc-style6 .accordion-button {
    background-color: #93910b;
    color: #fff
}

.numo-acc-style7 .accordion-button {
    background-color: #f9f761;
    color: #424242
}

.numo-acc-style8 .accordion-button {
    background-color: #fbf816;
    color: #424242
}

.numo-acc-style9 .accordion-button {
    background-color: #cccb4e;
    color: #fff
}

.numo-acc-style10 .accordion-button {
    background-color: #36350a;
    color: #fff
}

.numo-acc-style11 .accordion-button {
    background-color: #393df5;
    color: #fff
}

.numo-acc-style12 .accordion-button {
    background-color: #0c11f5;
    color: #fff
}

.numo-acc-style13 .accordion-button {
    background-color: #050883;
    color: #fff
}

.numo-acc-style14 .accordion-button {
    background-color: #030557;
    color: #fff
}

.numo-acc-style15 .accordion-button {
    background-color: #292a47;
    color: #fff
}

.numo-acc-style16 .accordion-button {
    background-color: #9595b1;
    color: #fff
}

.numo-acc-style17 .accordion-button {
    background-color: #85858d;
    color: #fff
}

.numo-acc-style18 .accordion-button {
    background-color: #d22a2e;
    color: #fff
}

.numo-acc-style19 .accordion-button {
    background-color: #343442;
    color: #fff
}

.numo-acc-style20 .accordion-button {
    background-color: #630507;
    color: #fff
}

.accordion-numo .accordion-button.collapsed {
    background-color: #fff;
    color: #424242
}

.accordion-numo .accordion-button {
    font-weight: 700;
    font-size: 18px;
    cursor: pointer
}

.accordion-numo .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, .0)
}

.accordion-numo .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule=evenodd d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.numo-tabble-header1 {
    background-color: #125ca8;
    color: #fff
}

.numo-tabble-header2 {
    background-color: #0b315b;
    color: #fff
}

.numo-tabble-header3 {
    background-color: #222;
    color: #fff
}

.numo-tabble-header4 {
    background-color: #132d54;
    color: #fff
}

.numo-tabble-header5 {
    background-color: #d9d71a;
    color: #424242
}

.numo-tabble-header6 {
    background-color: #93910b;
    color: #fff
}

.numo-tabble-header7 {
    background-color: #f9f761;
    color: #424242
}

.numo-tabble-header8 {
    background-color: #fbf816;
    color: #424242
}

.numo-tabble-header9 {
    background-color: #cccb4e;
    color: #fff
}

.numo-tabble-header10 {
    background-color: #36350a;
    color: #fff
}

.numo-tabble-header11 {
    background-color: #393df5;
    color: #fff
}

.numo-tabble-header12 {
    background-color: #0c11f5;
    color: #fff
}

.numo-tabble-header13 {
    background-color: #050883;
    color: #fff
}

.numo-tabble-header14 {
    background-color: #030557;
    color: #fff
}

.numo-tabble-header15 {
    background-color: #292a47;
    color: #fff
}

.numo-tabble-header16 {
    background-color: #9595b1;
    color: #fff
}

.numo-tabble-header17 {
    background-color: #85858d;
    color: #fff
}

.numo-tabble-header18 {
    background-color: #d22a2e;
    color: #fff
}

.numo-tabble-header19 {
    background-color: #343442;
    color: #fff
}

.numo-tabble-header20 {
    background-color: #630507;
    color: #fff
}

.header-fixed {
    width: 100%
}

.table-fix-head .table-numo-tr-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2
}

.table-fix-head th[scope=row] {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1
}

.table-fix-head th[scope=row] {
    vertical-align: top;
    color: inherit;
    background-color: inherit;
    background: linear-gradient(90deg, transparent 0, transparent calc(100%-.05em), #d6d6d6 calc(100%-.05em), #d6d6d6 100%)
}

.table-fix-head table:nth-of-type(2) th:not([scope=row]):first-child {
    left: 0;
    z-index: 3;
    background: linear-gradient(90deg, #666 0, #666 calc(100%-.05em), #ccc calc(100%-.05em), #ccc 100%)
}

.table-fix-head th[scope=row]+td {
    min-width: 24em
}

.table-fix-head th[scope=row] {
    min-width: 20em
}

.numo-quote {
    margin-bottom: 20px !important;
    display: block
}

.numo-quote small {
    font-size: 16px;
    color: #336699;
    position: relative;
    z-index: 20;
    display: block
}

.numo-quote small:before {
    content: "\2014  \0020";
    width: 5px
}

.numo-quote-temp1 {
    text-align: center;
    font-size: 18px;
    margin: auto;
    padding: 15px;
    border: 2px solid black;
    position: relative;
    margin-bottom: 20px
}

.numo-quote-temp1:before {
    position: absolute;
    bottom: -2px;
    right: -20px;
    width: 80px;
    text-align: right;
    z-index: 10;
    font-size: 5rem;
    color: #336699;
    background-color: #fff;
    line-height: 120px;
    content: "❞"
}

.numo-quote-temp1:after {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 80px;
    text-align: left;
    z-index: 10;
    font-size: 5rem;
    color: #336699;
    background-color: #fff;
    line-height: 80px;
    content: "❝"
}

.numo-quote-default {
    display: block;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
    border-left-style: solid;
    border-left-width: 15px;
    border-right-style: solid;
    border-right-width: 2px;
    margin-bottom: 20px
}

.numo-quote-default:before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;
    position: absolute;
    left: 10px;
    top: 5px
}

.numo-quote-default:after {
    content: ""
}

blockquote.numo-quote-temp2 {
    border-left-color: #656d77;
    border-right-color: #434a53
}

blockquote.numo-quote-temp3 {
    border-left-color: #ed5565;
    border-right-color: #da4453
}

blockquote.numo-quote-temp4 {
    border-left-color: #fc6d58;
    border-right-color: #e95546
}

blockquote.numo-quote-temp5 {
    border-left-color: #ffcd69;
    border-right-color: #f6ba59
}

blockquote.numo-quote-temp6 {
    border-left-color: #9fd477;
    border-right-color: #8bc163
}

blockquote.numo-quote-temp7 {
    border-left-color: #46cfb0;
    border-right-color: #34bc9d
}

blockquote.numo-quote-temp8 {
    border-left-color: #4fc2e5;
    border-right-color: #3bb0d6
}

blockquote.numo-quote-temp9 {
    border-left-color: #5e9de6;
    border-right-color: #4b8ad6
}

blockquote.numo-quote-temp10 {
    border-left-color: #ad93e6;
    border-right-color: #977bd5
}

blockquote.numo-quote-temp11 {
    border-left-color: #ed87bd;
    border-right-color: #d870a9
}

blockquote.numo-quote-temp12 {
    border-left-color: #f5f7fa;
    border-right-color: #e6e9ed
}

blockquote.numo-quote-temp13 {
    border-left-color: #ccd1d8;
    border-right-color: #aab2bc
}

blockquote.numo-quote-temp14 {
    border-left-color: #125ca8;
    border-right-color: #0b315b
}

blockquote.numo-quote-temp15 {
    border-left-color: #0b315b;
    border-right-color: #125ca8
}

.numo-quote-temp16 {
    font-size: 1.4em;
    width: 60%;
    margin: auto;
    font-family: Open Sans;
    font-style: italic;
    color: #555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #78C0A8;
    line-height: 1.6;
    position: relative;
    background: #EDEDED
}

.numo-quote-temp16::before {
    font-family: Arial;
    content: "\201C";
    color: #78C0A8;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px
}

.numo-quote-temp16::after {
    content: ''
}

.numo-quote-temp16 span {
    display: block;
    color: #333;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em
}

.numo-quote-temp17 {
    font-weight: 100;
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    margin: 0;
    padding: 10px;
    width: 60%;
    margin: auto
}

.numo-quote-temp17:before,
.numo-quote-temp17:after {
    position: absolute;
    color: #f1efe6;
    font-size: 8rem;
    width: 4rem;
    height: 4rem;
    font-family: 'Special Elite', cursive
}

.numo-quote-temp17:before {
    font-family: Arial;
    content: "\201C";
    left: -2.5rem;
    top: -2rem
}

.numo-quote-temp17:after {
    font-family: Arial;
    content: '”';
    right: -2.5rem;
    bottom: 1rem
}

.numo-quote-temp18 {
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    margin: 0;
    padding: .5rem;
    width: 60%;
    margin: auto;
    border-left: solid 3px #999;
    padding-left: 30px
}

.numo-quote-temp18:before {
    font-family: Arial;
    content: "\201C";
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 60px;
    background-color: #fff;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -15px;
    color: #F00;
    font-size: 4rem
}

.numo-quote-temp19 {
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    margin: 0;
    width: 60%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center
}

.numo-quote-temp19:before {
    width: 200px;
    border: solid 2px #999;
    top: 0;
    left: 50%;
    margin-left: -100px;
    content: "";
    position: absolute
}

.numo-quote-temp19:after {
    width: 200px;
    border: solid 2px #999;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
    content: "";
    position: absolute
}

.numo-quote-temp20 {
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    margin: 0;
    background-color: #333;
    color: #fff;
    width: 60%;
    margin: auto;
    padding: 20px;
    border-left: solid 4px #DC323F
}

.numo-quote-temp20:before {
    position: absolute;
    background-color: #999;
    width: 1px;
    height: 100%;
    left: 2px;
    top: 0;
    content: ""
}

.numo-quote-temp21 {
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    margin: 0;
    background-color: #333;
    color: #fff;
    width: 60%;
    margin: auto;
    padding: 20px;
    border-left: solid 4px #DC323F
}

.numo-quote-temp21:before {
    position: absolute;
    border-left: dashed 1px #d7d7d7;
    width: 1px;
    height: 100%;
    left: 2px;
    top: 0;
    content: ""
}

.numo-quote-temp22 {
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    margin: 0;
    background-color: #333;
    color: #fff;
    width: 60%;
    margin: auto;
    padding: 20px;
    padding-left: 40px;
    border-left: solid 4px #DC323F
}

.numo-quote-temp22:before {
    position: absolute;
    background-color: #999;
    width: 1px;
    height: 100%;
    left: 2px;
    top: 0;
    content: ""
}

.numo-quote-temp22:after {
    font-family: Arial;
    content: "\201C";
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    left: 10px;
    color: #F00;
    font-size: 5rem
}

.numo-quote-temp23 {
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    margin: 0;
    background-color: #333;
    color: #fff;
    width: 60%;
    margin: auto;
    padding: 20px;
    padding-left: 40px;
    border-left: solid 4px #DC323F
}

.numo-quote-temp23:before {
    position: absolute;
    border-left: dashed 1px #d7d7d7;
    width: 1px;
    height: 100%;
    left: 2px;
    top: 0;
    content: ""
}

.numo-quote-temp23:after {
    font-family: Arial;
    content: "\201C";
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    left: 10px;
    color: #F00;
    font-size: 5rem
}

.numo-quote-temp24 {
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    margin: 0;
    background-color: #f2f2f2;
    color: #424242;
    width: 60%;
    margin: auto;
    padding: 20px;
    padding-left: 80px
}

.numo-quote-temp24:after {
    font-family: Arial;
    content: "\201C";
    width: 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 10px;
    color: #F00;
    font-size: 10rem
}

.gallery-top-content {
    margin-bottom: 10px !important
}

.gallery-top-content .swiper-slide img {
    display: block;
    width: 100%
}

.btn-slide-content-next {
    width: 46px;
    height: 46px;
    text-indent: -9999em;
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -24px;
    z-index: 9;
    background-image: url(assets/images/icon/np_content.png);
    background-position: 0 0
}

.btn-slide-content-prev {
    width: 46px;
    height: 46px;
    text-indent: -9999em;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -24px;
    z-index: 9;
    background-image: url(assets/images/icon/np_content.png);
    background-position: -46px 0
}

.swiper-container-thumbs .swiper-slide {}

.swiper-container-thumbs .swiper-slide img {
    opacity: .6;
    display: block;
    width: 100%
}

.swiper-container-thumbs .swiper-slide-thumb-active img {
    opacity: 1
}

.numo-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.numo-video-container img {
    display: block;
    width: 100%
}

.numo-video-container iframe,
.numo-video-container object,
.numo-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}

.numo-video-container .numu-btn-play {
    position: absolute;
    width: 60px;
    height: 60px;
    background-position: center center;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
    display: block;
    z-index: 9999;
    background-size: 100%
}

.numo-video-container-style1 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/1.png)
}

.numo-video-container-style2 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/2.png)
}

.numo-video-container-style3 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/3.png)
}

.numo-video-container-style4 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/4.png)
}

.numo-video-container-style5 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/5.png)
}

.numo-video-container-style6 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/6.png)
}

.numo-video-container-style7 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/7.png)
}

.numo-video-container-style8 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/8.png)
}

.numo-video-container-style9 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/9.png)
}

.numo-video-container-style10 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/10.png)
}

.numo-video-container-style11 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/11.png)
}

.numo-video-container-style12 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/12.png)
}

.numo-video-container-style13 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/13.png)
}

.numo-video-container-style14 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/14.png)
}

.numo-video-container-style15 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/15.png)
}

.numo-video-container-style16 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/16.png)
}

.numo-video-container-style17 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/17.png)
}

.numo-video-container-style18 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/18.png)
}

.numo-video-container-style19 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/19.png)
}

.numo-video-container-style20 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/20.png)
}

.numo-video-container-style13 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/13.png)
}

.numo-video-container-style21 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/21.png)
}

.numo-video-container-style22 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/22.png)
}

.numo-video-container-style23 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/23.png)
}

.numo-video-container-style24 .numu-btn-play {
    background-image: url(assets/images/icon/playbtn/24.png)
}

.numo-hotline {
    display: block;
    width: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    overflow: hidden;
    text-decoration: none;
    margin-bottom: 20px;
    line-height: normal
}

.numo-hotline span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: block;
    color: #0F0
}

.numo-hotline strong {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    line-height: 20px
}

.numo-hotline-temp1 {
    background-image: url(assets/images/icon/hotline/1.png);
    padding-left: 95px;
    padding-top: 15px;
    padding-bottom: 25px
}

.numo-hotline-temp2 {
    background-image: url(assets/images/icon/hotline/1.png);
    padding-left: 95px;
    padding-top: 18px;
    padding-bottom: 26px;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.numo-hotline-temp3 {
    background-image: url(assets/images/icon/hotline/1.png);
    padding-left: 95px;
    padding-top: 18px;
    padding-bottom: 26px;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.numo-hotline-temp3 span {
    text-transform: uppercase;
    font-style: italic
}

.numo-hotline-temp4 {
    background-image: url(assets/images/icon/hotline/2.png);
    padding-left: 120px;
    padding-top: 30px;
    padding-bottom: 32px;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.numo-hotline-temp5 {
    background-image: url(assets/images/icon/hotline/3.png);
    padding-left: 70px;
    padding-top: 16px;
    padding-bottom: 20px;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.numo-hotline-temp6 {
    background-image: url(assets/images/icon/hotline/4.png);
    padding-left: 70px;
    padding-top: 16px;
    padding-bottom: 20px;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.numo-hotline-temp7 {
    background-image: url(assets/images/icon/hotline/5.png);
    padding-left: 70px;
    padding-top: 16px;
    padding-bottom: 20px;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.numo-hotline-temp8 {
    background-image: url(assets/images/icon/hotline/6.png);
    padding-left: 70px;
    padding-top: 16px;
    padding-bottom: 20px;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.numo-hotline-temp8 span {
    color: #F00
}

.numo-hotline-temp8 strong {
    color: #F00
}

.numo-hotline-temp9 {
    background-image: url(assets/images/icon/hotline/8.png);
    padding-left: 90px;
    padding-top: 16px;
    padding-bottom: 20px;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.numo-hotline-temp9 span {
    color: #F00
}

.numo-hotline-temp9 strong {
    color: #F00
}

.numo-hotline-temp10 {
    background-image: url(assets/images/icon/hotline/9.png);
    padding-left: 90px;
    padding-top: 16px;
    padding-bottom: 20px;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.numo-hotline-temp10 strong {
    color: #F00
}

.numo-hotline-temp11 {
    background-image: url(assets/images/icon/hotline/10.png);
    padding-left: 80px;
    padding-top: 16px;
    padding-bottom: 24px
}

.numo-hotline-temp12 {
    background-image: url(assets/images/icon/hotline/10.png);
    padding-left: 80px;
    padding-top: 16px;
    padding-bottom: 24px;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.numo-hotline-temp13 {
    background-image: url(assets/images/icon/hotline/11.png);
    padding-left: 90px;
    padding-top: 16px;
    padding-bottom: 24px
}

.numo-form1 {
    background-color: #f2f2f2
}

.hd-numo-form {
    background-color: #F00;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 15px;
    font-weight: 700
}

.contact-wrap {
    padding: 15px
}

.numo-form1 .label {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 15px
}

.numo-form1 .content-form-contact {
    margin-bottom: 10px;
    line-height: 22px
}

.numo-form2 {
    background-color: #f2f2f2;
    padding: 15px
}

.numo-form2 input {
    outline: 0;
    border: 0
}

.numo-form2 input[type=number] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none
}

.numo-form2 input[type=number]::-webkit-outer-spin-button,
.numo-form2 input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.numo-form2 textarea {
    outline: 0;
    border: 0
}

.numo-form2 textarea:focus,
input:focus {
    border-color: transparent !important
}

.numo-form2 input:focus::-webkit-input-placeholder {
    color: transparent
}

.numo-form2 input:focus:-moz-placeholder {
    color: transparent
}

.numo-form2 input:focus::-moz-placeholder {
    color: transparent
}

.numo-form2 input:focus:-ms-input-placeholder {
    color: transparent
}

.numo-form2 textarea:focus::-webkit-input-placeholder {
    color: transparent
}

.numo-form2 textarea:focus:-moz-placeholder {
    color: transparent
}

.numo-form2 textarea:focus::-moz-placeholder {
    color: transparent
}

.numo-form2 textarea:focus:-ms-input-placeholder {
    color: transparent
}

.numo-form2 input::-webkit-input-placeholder {
    color: #999999
}

.numo-form2 input:-moz-placeholder {
    color: #999999
}

.numo-form2 input::-moz-placeholder {
    color: #999999
}

.numo-form2 input:-ms-input-placeholder {
    color: #999999
}

.numo-form2 textarea::-webkit-input-placeholder {
    color: #999999
}

.numo-form2 textarea:-moz-placeholder {
    color: #999999
}

.numo-form2 textarea::-moz-placeholder {
    color: #999999
}

.numo-form2 textarea:-ms-input-placeholder {
    color: #999999
}

.numo-form2 button {
    outline: 0 !important;
    border: 0;
    background: transparent
}

.numo-form2 button:hover {
    cursor: pointer
}

.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #e6e6e6
}

.wrap-contact100 {
    width: 550px;
    background: transparent;
    padding: 30px 0 80px 0
}

.numo-form2 {
    width: 100%
}

.numo-form2-title {
    display: block;
    font-size: 30px;
    color: #43383e;
    line-height: 1.2;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: solid 1px #d7d7d7;
    margin-bottom: 15px
}

.numo-form2-description {
    line-height: 22px;
    margin-bottom: 20px;
    display: block
}

.wrap-input100 {
    width: 100%;
    position: relative;
    background-color: #fff;
    margin-bottom: 17px
}

.label-input100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 62px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    font-size: 18px;
    color: #999999
}

.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 15px;
    color: #43383e;
    line-height: 1.2;
    padding: 0 5px
}

input.input100 {
    height: 62px;
    padding: 0 20px 0 58px
}

textarea.input100 {
    min-height: 199px;
    padding: 19px 20px 0 23px
}

.numo-form2-checkbox {
    padding-top: 12px;
    padding-bottom: 20px
}

.input-checkbox100 {
    display: none
}

.label-checkbox100 {
    display: block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    font-size: 15px;
    color: #43383e;
    line-height: 1.2
}

.label-checkbox100::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 15px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.input-checkbox100:checked+.label-checkbox100::before {
    color: #555
}

.container-numo-form2-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-top: 13px
}

.wrap-numo-form2-btn {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 31px;
    overflow: hidden
}

.numo-form2-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #df2351;
    top: 0;
    left: -100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.numo-form2-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 200px;
    height: 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    line-height: 1.2
}

.wrap-numo-form2-btn:hover .numo-form2-bgbtn {
    left: 0
}

.validate-input {
    position: relative
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1
}

.wrapper-frm3 {
    width: 100%;
    -webkit-box-shadow: 0 21px 41px -13px rgba(0, 0, 0, .18);
    -moz-box-shadow: 0 21px 41px -13px rgba(0, 0, 0, .18);
    box-shadow: 0 21px 41px -13px rgba(0, 0, 0, .18)
}

.numo-contact-wrap-frm3 {
    background: #fff;
    padding: 30px
}

.numo-contact-wrap-frm3 .hd-numo-contact-wrap-frm3 {
    font-size: 24px;
    font-weight: 600
}

.numo-contact-wrap-frm3 .intro-numo-contact-wrap-frm3 {
    padding-bottom: 15px;
    line-height: 22px;
    margin-bottom: 20px;
    border-bottom: solid 1px #f2f2f2;
    color: #666
}

.numo-info-wrap-frm3 {
    color: rgba(255, 255, 255, .8)
}

.numo-info-wrap-frm3 h3 {
    color: #fff
}

.numo-info-wrap-frm3 .dbox {
    width: 100%;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 25px
}

.numo-info-wrap-frm3 .dbox:last-child {
    margin-bottom: 0
}

.numo-info-wrap-frm3 .dbox p {
    margin-bottom: 0
}

.numo-info-wrap-frm3 .dbox p span {
    font-weight: 500;
    color: #fff
}

.numo-info-wrap-frm3 .dbox p a {
    color: #fff
}

.numo-info-wrap-frm3 .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .2)
}

.numo-info-wrap-frm3 .dbox .icon span {
    font-size: 20px;
    color: #fff
}

.numo-info-wrap-frm3 .dbox .text {
    width: calc(100%-50px)
}

.numo-btn-frm3 {
    padding: 12px 16px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .12);
    box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .12);
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media (prefers-reduced-motion:reduce) {
    .numo-btn-frm3 {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.numo-btn-frm3:hover,
.numo-btn-frm3:active,
.numo-btn-frm3:focus {
    outline: 0 !important;
    -webkit-box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .22) !important;
    -moz-box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .22) !important;
    box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .22) !important
}

.numo-btn-frm3.numo-btn-frm3-primary {
    background: #01d28e !important;
    border-color: #01d28e !important;
    color: #fff
}

.numo-btn-frm3.numo-btn-frm3-primary:hover,
.numo-btn-frm3.numo-btn-frm3-primary:focus {
    border-color: #019f6c !important;
    background: #019f6c !important
}

.numo-contactForm3 .form-control {
    height: 36px;
    background: #fff;
    color: rgba(0, 0, 0, .8);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 15px
}

.numo-contactForm3 .label {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600
}

.numo-contactForm3 .form-control {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600
}

.numo-contactForm3 .error {
    color: red;
    font-size: 12px
}

.numo-contactForm3 .form-control:focus,
.form-control:active {
    border-color: #01d28e !important
}

.numo-info-wrap-frm3 .pl-3,
.numo-info-wrap-frm3 .px-3 {
    padding-left: 1rem !important
}

.accordion-faq {
    margin-bottom: 20px
}

.accordion-faq .accordion-header {}

.accordion-faq .accordion-button {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: solid 1px #d7d7d7;
    padding: 10px 20px;
    text-decoration: none;
    color: #ec3635;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: 10px 14px;
    padding-left: 40px;
    font-weight: 700;
    background-image: url(assets/images/icon/faq-active-icon.png)
}

.accordion-faq .accordion-button.collapsed {
    background-color: #f5f5f5;
    color: #424242;
    background-image: url(assets/images/icon/faq-icon.png);
    border-bottom: none
}

.accordion-faq .accordion-item:last-child .accordion-body {
    border-bottom: solid 1px #d7d7d7
}

.accordion-faq .accordion-item {}

.accordion-faq .accordion-button {
    cursor: pointer
}

.accordion-faq .accordion-body {
    background-color: transparent;
    padding: 15px 15px;
    border: solid 2px #d7d7d7;
    border-bottom: none;
    border-top: none
}

.accordion-faq .accordion-collapse {
    border: 0
}

.accordion-faq .accordion-item:first-of-type .accordion-button {
    -webkit-border-radius: 0;
    border-radius: 0
}
h1.page-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    padding: 15px;
    font-weight: 450;
	padding-top: 0px;
}
.sh-blog-shortcode article .entry-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sh-blog-shortcode article .entry-meta {
    margin-top: 5px;
	font-size: 14px;
}
.main-content .entry-content {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
}
.detail-single {
	font-size:16px;
}
.detail-single .embed-responsive {
    text-align: center;
}
.detail-single .embed-responsive iframe {
	width:800px;
	height:600px
}
@media (max-width:992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1
    }
}

@media handheld,
only screen and (max-width:768px) {
    .numo-quote {
        width: 100% !important
    }
}

.expandable {
    transition: all 250ms ease-in-out
}

.expandable .expand-bar {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    background-color: white;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    background-color: #f5f5f5;
    padding: 5px 10px
}

.expandable .expand-bar::before {
    position: absolute;
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0;
    display: block;
    content: "";
    background: rgba(237, 237, 237, 0);
    background: -moz-linear-gradient(top, rgba(237, 237, 237, 0) 0, rgba(255, 255, 255, .8) 41%, rgba(255, 255, 255, 1) 70%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237, 237, 237, 0)), color-stop(41%, rgba(255, 255, 255, .8)), color-stop(70%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(237, 237, 237, 0) 0, rgba(255, 255, 255, .8) 41%, rgba(255, 255, 255, 1) 70%);
    background: -o-linear-gradient(top, rgba(237, 237, 237, 0) 0, rgba(255, 255, 255, .8) 41%, rgba(255, 255, 255, 1) 70%);
    background: -ms-linear-gradient(top, rgba(237, 237, 237, 0) 0, rgba(255, 255, 255, .8) 41%, rgba(255, 255, 255, 1) 70%);
    background: linear-gradient(to bottom, rgba(237, 237, 237, 0) 0, rgba(255, 255, 255, .8) 41%, rgba(255, 255, 255, 1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0)
}

.expandable .expand-bar i {
    transition: all 250ms ease-in-out;
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    transform: rotate(-90deg)
}

.expandable.expanded .expand-bar i {
    transform: rotate(90deg)
}

.expandable .expand-bar i::before,
.expandable .expand-bar i::after {
    position: absolute;
    width: 10px;
    height: 1px;
    background: #1d1d1d;
    content: "";
    left: 5px
}

.expandable .expand-bar i::before {
    transform: rotate(45deg);
    top: 13px
}

.expandable .expand-bar i::after {
    transform: rotate(-45deg);
    top: 6px
}
#myModal .modal-dialog {
      max-width: 800px;
      margin: 75px auto;
  }



#myModal .modal-body {
  position:relative;
  padding:0px;
}
#myModal .close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
      background: none;
    border: none;
}
.featured-home .title-home {
    font-size: 18px;    
    color: #484848;
    font-weight: 550;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    line-height: 24px;
    text-align: center;
}
.featured-home .thumb {text-align: center;padding: 10px 0px;}
.featured-home .thumb img {
    width: 115px;
}
.featured-home .thumb svg circle {
    stroke: #125ca8
}
.featured-home .thumb svg path {
    fill: #125ca8;
}
.cta {
    z-index: 99;
    font-size: var(--text-sm);
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    padding: 3px 12px 0px;
    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: -webkit-gradient(linear, left top, right top, from(#105caa), to(#023e7b));
    background: linear-gradient(to right, #105caa 0%, #023e7b 100%);
	box-shadow: 0px -2px 5px 0px rgb(48 48 48 / 10%);
}

.cta__block {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cta__block+.cta__block {
    margin-left: 8px;
}

.cta svg {
    fill: #fff;
    margin-right: 4px;
    width: 16px;
}

.cta__hide {
    display: none;
}

.cta__block:hover {
    color: #fff;
    text-decoration: none;
}
.content-new td {
    border-width: 1px;
    padding: 5px;
    border-color: #ccc;
}
.content-new {
	font-size: 16px;
	line-height: 24px;
}
@media (min-width: 1024px) {
    .cta {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cta__block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 5px 15px;
        background: rgba(255, 255, 255, .2);
        border-radius: 4px;
    }
    .cta__hide {
        display: inline;
    }
    .cta__block:hover {
        background: rgba(0, 0, 0, .1);
    }
}
	.wp-caption {
		max-width:100%;
	}
	.aligncenter.wp-caption {
		margin:0 auto;
	}
figcaption {
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}
.main-content img {
    max-width: 100%;
	margin: 0 auto;
    display: block;
}
#contact {
    overflow: hidden;
    width: 100%;
    border-width: 3px;
    border-style: dotted;
    border-color: rgb(50, 88, 15);
    border-image: initial;
    border-radius: 15px;
}
 .float-bar {
    background: #06529c;
          transition:all 0.3s ease;
}.float-bar h4 {
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
  font-weight: 550;
}     .float-bar h4 span {
           position: relative;
    display: block;
    width: 120px;
    margin: 0 auto;
        }
        .float-bar h4 span:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 96%;
    height: 1px;
    bottom: -8px;
    left: 0px;
}.float-bar.fixed {
    position: fixed;
    top: 80px;
    width: 309.5px;
    bottom: auto;
}
.float-bar.fixed.stop {
    bottom: 371px;
    top: auto;
   position: absolute;
}
        .wrap-sidebar {
          position: relative;
        }
        .wrap-bar {
    padding: 0px 8px;
}.wrap-bar select {
    width: 100%;
    height: 38px;
    border-radius: 8px;
    font-size: 17px;
	display: block;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wrap-bar2 select {
    width: 100%;   
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;   
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size: 17px;
    line-height: 20px;
}
span.wpcf7-form-control-wrap.hinh-thuc {display:flex}
span.wpcf7-form-control-wrap.hinh-thuc:before {
    content: 'HÃ¬nh thá»©c: ';
    font-size: 17px;
    /* display: inline-block; */
    width: 110px;
    line-height: 35px;
}
-attrs{background-color:#0774bb;padding:14px 10px;font-weight:700;text-transform:uppercase;color:#fff}.attrs{color:#fff;margin-top:10px;padding-bottom: 18px;}.attr-item{overflow:hidden;margin-bottom:0;padding-top:8px;padding-bottom:8px;font-size:16px}.attrs .attr-item:nth-child(even){}.attr-name{font-weight:normal;padding-left:0;width:40%;float:left}.attr-value{width:60%;float:left;font-weight:700}.price-box-right b {
    color: #fbca21;
}.btn-reg-detail{background-color: #61bc46;
    -webkit-border-radius: 8px;
    border-radius: 6px;
    display: block;
    width: 100%;
    padding: 8px 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;    text-decoration: none;
	 animation: mymove 0.5s;
  animation-iteration-count: infinite;
}
@keyframes mymove {
  from {top: 0px;background:#a91c00}
  to {top: 200px;background:#61bc46}
}
.btn-reg-detail:focus, .btn-reg-detail:active{text-decoration:none;color:#fff;animation: none;}.btn-reg-detail:hover {
    background: #46b4a3;
    color: #fff;
}.box-splienquan{margin-bottom:20px}.hd-box-splienquan{font-size:16px;text-transform:uppercase;font-weight:700;margin-bottom:10px}    
#dang-ky.modal .input-fieldset.input-fieldset-submit input {
    border-radius: 6px;
    font-size: 20px;
    float: right;
}
#dang-ky.modal .modal-header {
    background: #06529c;
}
h4#myModalLabel {
	font-size: 16px;
    color: #fff;
    padding: 5px 13px;
    text-align: center;
}
.page_nav {
    text-align: center;
    margin-bottom: 20px;
}

.page_nav * {
    display: inline-block;
    padding: 3px 10px;
    background: #FFF;
    border: 1px solid #0e733b;
    margin: 0;
	color:#0e733b
}

.page_nav .current,
.page_nav .page-numbers:hover {
    background: #0e733b;
    color: #FFF;
}
.entry-content.detail-single blockquote p:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 550;
    text-decoration: inherit;
    color: #023f7d;
    font-size: 18px;
    padding-right: 10px
}

.entry-content.detail-single blockquote p:after {
    content: "\f10e";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 550;
    text-decoration: inherit;
    color: #023f7d;
    font-size: 18px;
    padding-left: 10px
}

.entry-content.detail-single blockquote {
	background: rgb(181 215 251 / 19%);
    border-left: 5px solid #023f7c;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    padding: 20px;
    text-align: left;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 20px
}
/*
list__related
*/
.list__related {
    margin: 0 -15px;
    padding: 0;
}
.list__related li {
    list-style: none;
    display: inline-block;
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 15px;
}
.item__post__related .thum__related {
    display: table;
    width: 100%;
    table-layout: fixed;
/*     height: 145px; */
    position: relative;
    overflow: hidden;
}
.item__post__related .thum__related a {
      text-align: center;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    line-height: 0;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -web-transition: all 400ms ease-in-out;  
}
.item__post__related .thum__related  a img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    height: 145px;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    margin: 0!important;
}
.item__post__related .content__related {
    padding: 10px 0 0 0;
}
.item__post__related .content__related h4 a {
    display: block;
    color: #333;
    font-size: 15px;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
}
@media (max-width:1367px) {
	.float-bar h4 {
font-size: 1.3em;
}
.float-bar.fixed {
	width: 264px;
}
.attr-value {
    width: 100%;
}
}
@media (max-width:1025px) {
	.float-bar h4 {
font-size: 1.2em;
}
.float-bar.fixed {
	width: 220px;
}
.attr-value {
    width: 100%;
}
}
@media (max-width:768px) {
	.detail-single .embed-responsive iframe {
		max-width: 100%;
		height:400px;
	}
	.post-inner .entry-description {
    display: none;
}
}
@media (max-width:564px) {
	.d-sm-none {
		display:none !important
	}
	body.project-template-default aside.sidebar {display:none}
	.main-content .entry-content img, .content-new img {
    max-width: 100%;
    height: auto;
}
		.footer-widgets-area.col-12.col-md-3 {
		width:100% !important;
	}
	.list__related li {
    width: 50%;
	}
	.line-news-home .btn-sl-prev-khoahoc{
		left:0px;	
	}
	#listthumb .btn-sl-prev-khoahoc {
		display:none
	}
	.line-news-home .btn-sl-next-khoahoc{
		right:0px;		
	}
	#listthumb .btn-sl-next-khoahoc {
		display:none
	}
	#khoa-dao-tao {
		overflow:hidden;
	}
}
/*.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}*/