html,
body {
    font-family: "R-r", Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
}

a {
    text-decoration: none;
}

b,
strong {
    font-weight: normal;
    font-family: "Muli-B";
}

img {
    border: none;
    max-width: 100%;
}

a img {
    display: block;
}

p{
	margin:10px 0px;
}

#page {
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.c,
.c5,
.c10,
.c15,
.c20,
.c30,
.c3,
.c2,
.c80 {
    clear: both;
}

.c {
    height: 0px;
}

.c3 {
    height: 3px;
}

.c4 {
    height: 4px;
}

.c5 {
    height: 5px;
}

.c10 {
    height: 10px;
}

.c15 {
    height: 15px;
}

.c20 {
    height: 20px;
}

.c30 {
    height: 30px;
}

.c50 {
    height: 50px;
}

.text-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text-line-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.text-line-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.text-line-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.text-line-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.text-line-12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}

.more-text {
    float: right;
    cursor: pointer;
}

.search-pc {
    display: block;
    width: 186px;
    z-index: 999;
    position: relative;
}

.submit-search-pc {
    color: rgb(55, 68, 88);
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.search-pc .kw {
    width: 100%;
    height: 37px;
    float: left;
    color: rgb(51, 51, 51);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 0px 15px;
    outline: none;
    border-radius: 25px;
    background: rgb(235, 235, 235);
}

.search-pc .fa {
    color: #374458;
}

.search-icon {
    padding: 8px 10px 12px;
    border-radius: 4px;
    border: 2px solid #3e89a2;
    margin-left: 50px;
}

.search-pc .closeX {
    position: absolute;
    color: #666;
    width: 22px;
    height: 22px;
    text-align: center;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 10px;
    line-height: 20px;
    right: -15px;
    top: -8px;
}

.header {
    background: #0054ff;
    /* border-bottom: solid 1px #ccc; */
    top: -100px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.logo {
    float: left;
	max-width:260px;
}

.logo img,
.logo-mobile img {
    display: block;
}

.logo-mobile {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.menubar {
    float: left;
    text-align: center;
}

.menu-title {
    background: #29a7e1;
    color: #fff;
    padding: 12px;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
}

.nav {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    max-width: 1200px;
    margin: 0 auto;
}

.nav>li {
    list-style: none;
    display: inline-block;
    position: relative;
    float: left;
    font-size: 16px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    margin: 0px 2px;
}

.nav li:first-child {
    border-left: none;
}
/*

.nav li:last-child {
  margin-right: 0;
}

.nav li:last-child a {
  padding-right: 0;
}
*/


.nav>li>a {
    text-decoration: none;
    display: flex;
    padding: 0px 15px;
    color: #fff;
    font-family: "R-B";
	text-transform:uppercase;
}

.nav>li:hover>a {
    color: #ffa200;
}

.nav>li.active>a {
    color: #fff;
    background-color: #00c567;
}

.nav>li>a img {
    margin-right: 8px;
}

.nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    text-align: left;
    display: none;
    padding: 0px;
    opacity: 0.98;
    z-index: 999999;
    font-weight: normal;
    background: #2b4475;
    font-family: R-b;
    text-transform: initial;
}

.nav li ul>li {
    width: 100%;
    list-style: none;
    float: left;
    text-align: left;
    border: none !important;
    text-transform: initial;
    line-height: normal;
    position: relative;
}

.nav li ul>li a {
    font-family: R-b;
    padding: 0px 10px;
    display: block;
    color: #fff !important;
    line-height: 18px;
    text-transform: initial;
    padding: 8px 10px;
    border-top: solid 1px #ccc;
}

.nav>li>ul>li>a:hover {
    color: #ffa200 !important;
}

.nav li ul ul {
    left: 100%;
    top: -1px;
}

.mega-menu {
    width: 100% !important;
    left: 0px !important;
    /*
  background: rgba(185,8,18,0.8) !important;
    */
    background: rgba(0, 0, 0, 0.8) !important;
    padding: 10px 0px !important;
}

.mega-menu-item {
    padding: 10px 0px;
    line-height: initial !important;
    border-bottom: solid 1px #333;
    padding-left: 10px;
}

.mega-menu-item a {
    color: #fff;
}

.mega-menu-item:hover {
    background: #555;
}

.mega-menu-item-link:hover {}

.mobile-bar {
    background-color: #fff;
    width: 100%;
    padding: 3px;
}

.lang-flag {
    float: right;
    /* margin-top: 2px; */
    border: none;
    margin-left: 4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}

.img-poster img {
    display: block;
}

.createdate {
    color: #999;
    font-size: 12px;
}

.footer {
    background-color: #0054ff;
}

.footer a {
    color: #fff;
}

.crumb {
    padding: 10px 0px;
    font-size: 14px;
    border-bottom: solid 1px #d1d1d1;
    background-color: #efeff0;
}


.crumb a {
    color: #767678;
    text-decoration: none;
    padding: 0 10px;

}

.crumb a:first-child {
    padding-left: 0;
}

.crumb a:last-of-type {
    color: #767678;
    padding-left: 10px;
    font-family: 'Muli-B';
}

.menu-footer {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 10px 0px;
}

.menu-footer a {
    font-size: 13px;
    color: #333;
    margin-right: 20px;
    text-decoration: none;
}

.linksmo {
    float: left;
    width: 100%;
}

.linksmo img {
    float: left;
    margin-right: 5px;
}

.linksmo a {
    color: #333;
    margin-bottom: 10px;
    display: inline-block;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    margin-right: 5px;
}

.linksmo a.fa-facebook {
    color: #4b76bd;
    border: solid 2px #4b76bd;
}

.linksmo a.fa-youtube {
    color: #fc3831;
    border: solid 2px #fc3831;
}

.linksmo a.fa-twitter {
    color: #1da1f2;
    border: solid 2px #1da1f2;
}

.linksmo a.fa-pinterest {
    color: #fb5245;
    border: solid 2px #fb5245;
}

.linksmo a.fa-instagram {
    color: #8941a7;
    border: solid 2px #8941a7;
}

.menuleft {
    padding: 0px;
    margin: 0px;
    color: #58595b;
    background: #fafafa;
    border: solid 1px #eee;
}

.menuleft .fa {
    margin-right: 4px;
    font-size: 10px;
}

.menuleft ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menuleft li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #fff;
    background-color: #f1f2f2;
}

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

.menuleft li a:hover {
    color: #ad8963;
}

.menuleft li a {
    color: #414042;
    padding: 10px 10px 10px 18px;
    width: 100%;
    display: block;
    font-size: 14px;

}


.menuleft li a i {
    padding-bottom: 2px;
}

.menuleft>.actived {
    background: #eee;
}



.menuleft>.actived>a {
    color: #cca34e;
    font-family: "R-b";
}

.menuleft .actived ul {
    background: #eee;
    display: block;
}

.menuleft .actived .actived a {
    color: #244294;
}



.menuleft li ul {
    margin: 0px;
    padding: 0px;
    padding-left: 35px;
    background: #eee;
    display: none;
}

.menuleft li ul li {
    padding-left: 0px;
    list-style-type: square;
}

.menuleft li ul li a {
    border-bottom: none;
    padding: 8px 0px;
    font-size: 14px;
    color: #333;
}

.menuleft-icon {
    padding-right: 8px;
}

.album img {
    display: block;
}

.video-photo {
    padding: 4px;
    border: solid 1px #ccc;
}

.video-photo img {
    display: block;
}

#button-btt {
    position: fixed;
    right: 10px;
    bottom: 70px;
    color: #0059bd;
    background: #ccc;
    padding: 10px;
    opacity: 0.8;
    z-index: 10;
}

#button-btt a {
    color: #fff;
}

.view-detail {
    display: block;
    color: #fff;
    background: #244294;
    padding: 10px 30px;
    box-shadow: 0px 0px 3px #999;
    float: left;
}

.view-more-btn {
    display: inline-block;
    border-radius: 40px;
    background-color: rgb(241, 242, 242);
    color: #3f3f40;
    font-family: 'Muli-B';
    padding: 12px 28px 16px;

}

.download-btn {
    display: inline-block;
    border-radius: 36px;
    background-color: #cca34e;
    color: #fff;
    font-family: 'Muli-B';
    padding: 12px 28px 16px;

}

.download-btn:hover {
    background-color: rgba(204, 163, 78, 0.8);
}

.view-more-btn:hover {
    background-color: rgb(187, 186, 186);
    color: #727272;
}

.view-more-btn-home {
    display: inline-block;
    color: #58564d;
    padding: 15px 60px;
    font-weight: 600;
    box-shadow: 0px 0px 2px #999;
    background: #f8cf48;
    border-radius: 30px;
}

.view-more-btn-home:hover {
    color: #58564d;
    background: #e9c241;
}

.view-more-btn-introduce {
    display: block;
    color: #58564d;
    font-weight: 600;
    float: left;
    background: #f8cf48;
    border-radius: 30px;
    margin-right: 7px;
    border-radius: 5px;
    padding: 10px 40px 15px;
    margin-bottom: 10px;
}

.view-more-btn-introduce:hover {
    color: #58564d;
    background: #e9c241;
}

.view-icon-right {
    font-size: 10px;
    color: #890228;
    padding-left: 10px;
    font-weight: bold;
    line-height: 15px;
}

.view-more-btn-red {
    display: block;
    color: #fff;
    padding: 10px 30px 15px 30px;
    font-weight: 600;
    box-shadow: 0px 0px 2px #999;
    float: left;
    background: #d8003f;
    border-radius: 30px;
}

.view-more-btn-red:hover {
    color: #fff;
    background: #c20138;
}

.view-more-btn-white {
    display: block;
    color: #424242;
    padding: 10px 30px 15px 30px;
    font-weight: 600;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    float: left;
    background: #fff;
    border-radius: 30px;
}

.view-more-btn-white:hover {
    color: #fff;
    background: #d8003f;
}

.view-more-btn-gray {
    display: block;
    color: #424242;
    padding: 10px 40px 15px 40px;
    font-weight: 600;
    float: left;
    background-color: rgb(235, 235, 235);
    border-radius: 5px;
}

.view-more-btn-gray:hover {
    background: #f8cf48;
}

.buynow-btn {
    display: block;
    color: #fff;
    padding: 10px 12px;
    font-family: "Muli-B";
    box-shadow: 0px 0px 2px #999;
    float: left;
    background: #3b8750;
    border-radius: 4px;
}

.buynow-btn:hover {
    color: #fff;
    background: #226e37;
}

.btn-yellow {
    display: block;
    color: #fff;
    padding: 10px 15px;
    font-family: "Muli-B";
    box-shadow: 0px 0px 2px #999;
    float: left;
    background: #e0943f;
    border-radius: 4px;
}

.btn-yellow:hover {
    color: #fff;
    background: #cf822d;
}

.error {
    border: solid 1px #ff0000 !important;
}

.btn-send {
    width: 100%;
    padding: 9px;
    border: solid 1px #ccc;
    text-align: center;
    font-size: 18px;
    display: block;
    cursor: pointer;
    max-width: 150px;
    background: #0076c2;
    color: #fff;
    float: right;
    text-transform: uppercase;
}

.btn-dangky {
    -webkit-appearance: default-button;
    padding: 13px 15px;
    width: 100%;
    border-radius: 5px;
    outline: 0;
    border: 0;
    background-color: rgb(204, 163, 78);
    font-family: 'R-b';
    transition: all linear 0.3s;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

.btn-dangky:hover {
    background-color: rgba(204, 163, 78, 0.8);
}

.search-mobile {
    width: 100%;
    position: relative;
    display: none;
}

.search-mobile input {
    width: 100%;
    height: 30px;
}

.m-search-icon {
    position: absolute;
    right: 10px;
    top: 6px;
    color: #ef5994;
}


.homeslide-prev,
.homeslide-next {
    position: absolute;
    top: 50%;
    z-index: 9;
    margin-top: -30px;
    cursor: pointer;
 	padding: 18px 24px;
}

.homeslide-next {
    left: 7.6%;
    background: transparent;
    width: 63px;
    height: 63px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.homeslide-prev {
    right: 7.6%;
    background: transparent;
    width: 63px;
    height: 63px;
    border: 2px solid #fff;
    border-radius: 50%;
}


.title-line {
    background: #244294;
    height: 4px;
    width: 60px;
    margin: 0 auto;
}

.footer-title {
    color: #FFF;
    font-family: 'Muli-B';
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-title .fa {
    float: right;
    margin-top: 3px;
    font-size: 14px;
    display: none;
    transition: 0.5s;
}

.title-mobile-highlight .fa {
    transform: rotate(225deg);
}

.menutab {
    width: 100%;
}

.menutab-item {

    padding: 13px 20px;
    font-family: 'Muli-B';
    text-align: center;
    border-radius: 30px;
    background-color: #fff;
    margin: 0px 5px 5px;
    color: #3f3f40;
    font-weight: 600;

}

.menutab-item:hover {
    opacity: 0.8;
}

.menutab-item a {
    color: #3f3f40;
}

.tab-item {
    display: block;
    width: 20%;
    float: left;
    text-align: center;
    font-family: "R-b";
    font-weight: normal;
    color: #58595b;
    font-size: 15px;
    padding: 5px 5px;
    border-right: solid 1px #ccc;
    margin: 10px 0px;
}

.tab-item:last-child {
    border-right: none;
}

.tab-item:hover {
    color: #244294;
}

.menutab-f1f2f2 .menutab-item {
    background-color: #f1f2f2;
}

.menutab .actived {
    background-color: rgb(204, 163, 78);
    color: #fff;
}

.menutab .actived a {
    color: #fff;
}

.tab-bar {
    /* background: #e1e1e1; */
    position: relative;
    display: flex;
    align-items: center;
}

.tab-bar-wrapper {
    padding-right: 40px;
}

.tab-title {
    margin: 0px;
    font-weight: 700;
    font-size: 16px;
    color: #484848;
    text-transform: uppercase;
    padding: 10px 0 26px;
    display: block;
    float: left;
}

.tab-title:nth-child(2) {
    padding: 10px 40px 26px;
}

/* 
.tab-active {
  background: #f5f5f5;
  color: #ffa200;
  border-bottom: 2px solid #ffa200;
  z-index: 1;
} */

.tab-active {
    position: relative;
    color: #ffa200;
}

.tab-active::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #ffa200;
    border: solid 1px #ffa200;
    left: 0;
}

.tab-bar::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #176078;
    border: solid 1px #176078;

}


.slide-detail {
    display: block;
    float: left;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    padding: 13px 30px;
    color: #fff;
    background: #eb7203;
    position: absolute;
    bottom: -100px;
}

.swiper-slide-active .slide-home-item {
    transition: All 2s ease;
    -webkit-transition: All 2s ease;
    -moz-transition: All 2s ease;
    -o-transition: All 2s ease;
    transform: translateX(800px);
}

.swiper-slide-active .slide-detail {
    transition: All 2s ease;
    -webkit-transition: All 2s ease;
    -moz-transition: All 2s ease;
    -o-transition: All 2s ease;
    transform: translateY(-200px);
}

.div-scroll {
    width: 100%;
    overflow: auto;
    padding-right: 2px;
}

.video-home-name {
    margin: 0px;
    padding: 0px;
    padding: 10px;
    background: #efeff0;
}

.video-home-name a {
    color: #58595b;
    font-family: Arial;
    font-size: 14px;
}

/*Modal*/
.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) !important;
}

/*---*/

.btn {
    font-size: 3vmin;
    padding: 0.75em 1.5em;
    background-color: #ddd;
    border: 1px solid #bbb;
    color: #222;
    text-decoration: none;
    display: inline;
    border-radius: 4px;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.btn:hover {
    background-color: #3b8750;
    color: #fff;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.btn-small {
    padding: 0.75em 1em;
    font-size: 0.8em;
}

.modal-box {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 60%;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    max-width: 600px;
    background: #fff;
}

.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
    margin: 0;
}

.modal-box .modal-body {
    padding: 10px 20px;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
}

a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

.msgbox {
    color: #ccc;
}

.form-error {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #ff0000;
}

.form-success {
    
    padding: 10px;
    border-radius: 5px;
    color: #009846;
}

.right-icon {
    background: #6e0b11;
    padding: 7px 9px;
    right: 0;
}

.right-hotline {
    position: fixed;
    right: -102px;
    top: 200px;
    z-index: 999;
}

.right-facebook {
    position: fixed;
    top: 250px;
    z-index: 999;
}

.right-youtube {
    position: fixed;
    top: 300px;
    z-index: 999;
}

.right-hotline a {
    color: #fff;
    text-decoration: none;
    float: right;
    margin-left: 10px;
    line-height: 35px;
}

.message-success {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;

    background: #fff;
    width: 400px;
    box-shadow: 0px 0px 10px #333;
    color: #060;
    text-align: center;
    padding: 30px;

    display: none;
}

.message-success .success-ok {
    background: #060;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
}

.comment-success {
    color: #060;
    padding: 10px;
}

.cell-cat-home {
    padding: 10px;
    background: #ebebeb;
}

.cat-home-name {
    margin: 0px;
    padding: 10px;
    font-size: 20px;
    color: #333;
    font-family: "Muli-B";
    font-weight: normal;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.cat-home-name a {
    color: #414042;
}

.cat-home-intro {
    text-align: justify;
}

.cat-home-img {
    overflow: hidden;
    border-radius: 5px;
}

.btn-search-mobile {
    display: block;
    position: absolute;
    color: #1c4d99;
    top: 5px;
    right: 10px;
}

.product-item-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
}

.product-home-info {
    position: absolute;
    width: 100%;
    bottom: -200px;
    padding: 10px;
    color: #fff;
    z-index: 9;
    transition: all 0.5s;
    font-size: 14px;
    font-family: Arial;
}

.product-home-info ul {
    margin: 0px;
    padding: 0px;
}

.product-home-info ul li {
    margin: 6px 0px;
}

.product-home-info-active {
    bottom: 0px;
}

.product-name {
    margin: 5px 0px;
    padding: 0px;
    font-family: "Muli-B";
    color: #333;
    font-weight: normal;
    font-size: 16px;
}

.product-name a {
    color: #333;
}

.product-name a:hover {
    color: #244294;
}

.cat-item-name {
    margin: 5px 0px;
    padding: 0px;
    font-family: "Muli-B";
    font-weight: normal;
    font-size: 20px;
    text-align: center;
}

.cat-item-name a {
    color: #333;
}

.cat-item-name a:hover {
    color: #244294;
}



.product-code {
    float: left;
    line-height: 22px;
}

.price {
    float: left;
    color: #244294;
    font-size: 16px;
    margin-left: 10px;
}

.pricekm {
    color: #f7c14d;
    float: left;
    font-size: 16px;
    font-family: "Muli-B";
    font-weight: normal;
}

.product-name-detail {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    font-weight: normal;
    color: #414042;
    font-family: "Muli-B";
    font-weight: normal;
    /* text-transform: uppercase; */
}

.price-detail {
    color: #be9e76;
    font-size: 20px;
    font-family: 'Muli-B';
}

.price-detail span {
    color: #414042;
    font-size: 14px;
    font-family: 'Muli';
    margin-left: 20px;
    text-decoration: line-through;
}

.pricekm-detail {
    color: #ff6c00;
    float: left;
    font-size: 20px;
    font-family: "Muli-B";
    font-weight: normal;
    margin-right: 20px;
    line-height: 18px;
}

.product-detail-label {
    float: left;
    line-height: 40px;
}

.addcart-btn {
    font-family: "Muli-B";
    float: left;
    background: #636363;
    display: block;
    color: #fff;
    padding: 12px 60px;
    margin-left: 5px;
}

.addcart-btn:hover {
    box-shadow: 0px 0px 6px #666;
}

.muangay-btn,
.buy-now {
    font-family: "Muli-B";
    float: left;
    background: #be9e76;
    display: block;
    color: #fff;
    padding: 12px 30px;
}

.muangay-btn:hover,
.buy-now:hover {
    box-shadow: 0px 0px 6px #666;
}

.buy-now-added {
    font-family: "R-b";
    float: left;
    background: #008e18 15px 7px no-repeat;
    display: block;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    margin-left: 20px;
}

.news-home-intro {
    text-align: justify;
}

.title-cat-line {
    width: 150px;
    background: #244294;
    height: 2px;
    margin-top: -2px;
}

.page-name {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
}

.box-left {
    padding: 20px;
    padding-bottom: 0px;
    border: solid 1px #eee;
    border-radius: 0px 0px 5px 5px;
    border-top: none;
    background: #fff;
}

.menu-mobile {
    display: block;
    float: left;
    color: #e1943f;
    margin-left: auto;
}

.menu-mobile-item {
    display: block;
    float: left;
    margin-top: 5px;
    color: #fff;
    margin-left: 10px;
}

.content-detail a {
    color: #3b3b3b;
    font-weight: 400;
}

.content-detail a:hover {
    color: #d8003f;
    ;
}

.star-rate {
    background: url(/images/star-rate.jpg) center top no-repeat;
    height: 17px;
    width: 100%;
}

.rate1 .rate2 {
    background-position-y: -38px;
}

.rate3 {
    background-position-y: -55px;
}

.rate4 {
    background-position-y: -72px;
}

.rate5 {
    background-position-y: -90px;
}

.view-hover {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    padding: 0px 20px;
}

.price-color {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 10px;
    padding: 3px;
    border: solid 1px transparent;
}

.price-color span {
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.content-pro h3 {
    font-family: "R-b";
    font-weight: normal;
    color: #244294;
    font-size: 16px;
}

.content-pro figcaption {
    text-align: center;
}

.content-pro figure {
    margin: 0px;
    text-align: center;
}

.tab-content {
    display: none;
}

.thumb-next,
.thumb-prev {
    text-align: center;
    background: #eee;
}

.name-faq {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-family: "Muli-B";
    font-weight: normal;
    background: #efeff0;
    border-radius: 4px;
    padding: 12px 8px;
    cursor: pointer;
    float: left;
    width: calc(100% - 45px);
}

.faqcontent {
    display: none;
    width: calc(100% - 45px);
    float: right;
}

.faq-icon {
    background: url(/images/icon-faq.png) left top no-repeat;
    width: 30px;
    height: 25px;
    float: left;
    margin-right: 10px;
}

.faq-active .name-faq {
    background: #244294;
    color: #fff;
}

.faq-active .faq-icon {
    background: url(/images/icon-faq-active.png) left top no-repeat;
}

.arrow-div {
    position: relative;
    background: #efeff0;
    border: 1px solid #dddddd;
}

.arrow-div:after,
.arrow-div:before {
    bottom: 100%;
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-div:after {
    border-color: rgba(241, 241, 241, 0);
    border-bottom-color: #efeff0;
    border-width: 10px;
    margin-left: -10px;
}

.arrow-div:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #dddddd;
    border-width: 11px;
    margin-left: -11px;
}

.choose-price {
    border: solid 1px #0076c2;
}


.rate-summary {
    font-family: "Muli-B", sans-serif;
    font-size: 22px;
    color: #58595b;
    width: 100%;
    text-align: center;
}

.rated-bar {
    float: left;
    width: 150px;
    height: 5px;
    border-radius: 5px;
    background: #cccccc;
    margin: 6px;
}

.rated-bar-percent {
    display: block;
    background: #fe9727;
    float: left;
    width: 150px;
    height: 5px;
    border-radius: 5px;
}

.rate-text {
    font-family: "Muli-B", sans-serif;
    color: #58595b;
    width: 100%;
    text-align: center;
}

.star {
    width: 130px;
    height: 24px;
    margin: 0 auto;
    background: url("/images/star-unrate.png") no-repeat left center;
}

.star-rated {
    display: block;
    float: left;
    width: 50%;
    height: 24px;
    margin: 0 auto;
    background: url(/images/star-rated.png) no-repeat left center;
}

.btn-show-comment {
    display: inline-block;
    font-family: "Muli", sans-serif;
    text-decoration: none;
    background: #005aa0;
    border-radius: 3px;
    color: #fff;
    padding: 9px 30px;
    border: none;
    cursor: pointer;
}

.btn-comment {
    font-family: "Muli", sans-serif;
    text-decoration: none;
    background: #db3832;
    border-radius: 3px;
    color: #fff;
    padding: 9px 20px;
    border: none;
}

.txt-comment {
    width: 100%;
    height: 36px;
    border-radius: 3px;
    border: solid 1px #ccc;
    padding-left: 5px;
}

.pagination {
    margin-bottom: 70px;
}

/*phân trang đội ngũ giảng viên*/
.pagination-item {
    text-decoration: none;
    color: #111;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    min-width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 5px;
    border: solid 1px #ebebeb;
}


.pagination-item__clicked {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    min-width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    background-color: #0054ff;
    margin: 0 5px;
}

.pagination-item-icon {
    font-size: 15px;
    color: #777777;
}

/* end phân trang đội ngũ giảng viên*/

.like-comment {
    color: #244294;
}

.btn-contact {
    background: #0054ff;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}

.ullist {
    height: 450px;
    overflow-y: scroll;
}

.ullist li h3 {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    color: #244294;
    font-size: 16px;
}

.ullist li p {
    margin: 0px;
    padding: 5px 0px;
}

.ullist li {
    border-bottom: dashed 1px #ddd;
}

.ullist li .fa {
    display: block;
    float: left;
    width: 18px;
    margin-top: 2px;
}

#loadMoreProduct {
    display: block;
    background: #ddd;
    color: #244294;
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    width: 220px;
}

.search-mobile-bar {
    float: right;
    width: 200px;
    position: relative;
    margin-right: 10px;
    margin-top: 5px;
}

.search-mobile-bar .kw {
    width: 100%;
    height: 30px;
    border: solid 1px #eee;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: #333;
    border-radius: 25px;
    background: #fff;
}

.submit-search-mobile {
    float: right;
    color: #244294;
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 25px;
}

.form-title {
    font-family: "Muli-B";
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.dang-ky-tu-van {
    position: fixed;
    bottom: 20px;
    left: 0px;
    z-index: 99;
}

.form-dangky {
    padding: 20px 200px;
    border-radius: 10px;
}

.footer-white {
    background: #f4f4f4;
    padding: 50px 100px;
    border-radius: 20px;
    color: #343436;
    font-size: 16px;
    font-family: "Muli-B";
}

#btnNewsletter {
    background: #0076c2;
    text-align: center;
    padding: 10px;
    width: 100%;
    border-radius: 20px;
    display: block;
    font-size: 15px;
}

.header-mobile {
    background: #fff;
    border-bottom: solid 2px #244294;
}

.cart-mobile {
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
    width: 40px;
    float: right;
}

.cart-mobile span {
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 11px;
    background: #244294;
    color: #fff;
    display: block;
    padding: 1px 4px;
    border-radius: 50%;
}

.kw-mobile {
    width: 94%;
    height: 30px;
    border: none;
    border-radius: 20px;
    margin: 0px 10px;
    margin-bottom: 10px;
    color: #333;
    padding-left: 5px;
}

.mobile-footer-bar {
    position: fixed;
    bottom: 0px;
    padding: 5px;
    width: 100%;
    background: #fff;
    box-shadow: 0px -1px 3px #244294;
    z-index: 9999;
}

::placeholder {
    color: #afafaf;
    opacity: 1;
    /* Firefox */
}

.fb_customer_chat_bounce_in_v2 {
    bottom: 60px !important;
}

.longPageNavigationDiv {
    padding: 10px;
    background: #eee;
    float: left;
    padding-right: 20px;
    width: 100%;
}

.longPageNavigationDiv a {
    color: #333;
}

.longPageNavigationDiv ul {
    padding-left: 20px;
}

.longPageNavigationDiv ul li {
    list-style: none;
    padding: 2px 0px;
}

.longPageNavigationDiv ul .toc-heading3 {
    padding-left: 20px;
}

.form-group {
    padding: 10px 0px;
    border-bottom: dotted 1px #ccc;
}

.error_lbl {
    border: solid 1px #f00;
}

.box-dieukhoan {
    overflow-y: auto;
    height: 150px;
    padding-right: 5px;
}

.btn-payment {
    background: #cc0000;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 12px 20px;
    text-align: center;
    box-shadow: 0px 1px 5px #244294;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.box-thanh-toan-ngan-hang {
    margin: 0px;
    background: #eee;
    padding: 10px;
    padding-left: 35px;
}

.box-thanh-toan-ngan-hang li {
    padding: 5px 0px;
}

.video-content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}


/*---*/



.rtb-home {
    padding: 20px 5px;
    background: #efeff0;
    color: #414042;
    text-align: center;
}

.video-home-item {
    position: relative;
}

.playicon {
    opacity: 0.6;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

.playicon:hover {
    opacity: 0.9;
}


.play-video:hover {
    opacity: 0.9;
}

.play-video {
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.24);
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background-color: rgb(251, 251, 251);
    padding: 10px;
}

.play-video__in {
    border-radius: 50%;
    background-color: rgb(25, 43, 77);
    width: 100%;
    height: 100%;
}

.play-video__in img {
    padding-left: 6px;
}

.btn-next,
.btn-prev {
    font-size: 18px;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 2px solid #7f8592;
    border-radius: 50%;
    color: #7f8592;
    float: left;
    outline: none;
    margin: 0px 3px;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    z-index: 2;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.btn-next {
    right: 0;
}

.btn-prev {
    left: 0;
}

.btn-next:hover,
.btn-prev:hover {
    background: rgba(0, 0, 0, 0.4);
}

.faq-form {
    background: #efeff0;
    border-radius: 3px;
    overflow: hidden;
}

.faq-form-title {
    background: #244294;
    padding: 10px;
    text-align: center;
    font-family: "Muli-B";
    color: #eeba4e;
}

.item-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.header-fixed {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

/* 
.header-fixed .nav>li {
  height: 60px;
  line-height: 58px;
} */

.header-fixed .logo {
    margin-top: 0px;
}

/* .header-fixed .logo img {
    height: 50px;
} */

.header-fixed .icon-home {
    margin-top: 16px;
}


.service-home-name {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
    font-family: Muli-B;
    text-align: center;
}

.service-home-name a {
    color: #333;
}

.info-image {
    background: #fff;
    /* padding: 8px; */
}

.product-detail-wrapper {}

.frm-contact {
    width: 100%;
    max-width: 420px;
    /*margin-left: 50%;*/
    /*transform: translateX(-50%);*/
    background: rgba(255, 255, 255, 0.9);
}

/* flex_center */
.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_row_reverse {
    display: flex;
    flex-direction: row-reverse !important;
}


.flex_end {
    display: flex;
    justify-content: flex-end;
}


.margin-bt-40 {
    margin-bottom: 40px;
}

/* Không có margin thẻ p */
.no-margin-p-tag p {
    margin: 0;
}

/* burger */

.burger {
    position: relative;
    z-index: 4;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: #fcb437;
    margin: 5px;
    transition: all 0.3s ease;
}




/* HOME */
.header-contact {
    padding: 5px 0px;;
}

.header-contact__right {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.header-contact__right>li {
    position: relative;
    margin-left: 24px;
    display: inline-flex;
}


.header-contact__right>li:last-child {
    margin-left: 8px;
}

.header-contact__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.header-contact__list>li:first-child {
    margin-right: 24px;
}

.header-contact__list>li>a {
    color: #414042;
    font-family: 'R-r';
    font-size: 14px;
}

.header-contact__list>li>a>i {
    color: #ff6600;
    margin-right: 5px;
}


.header-contact__span {
    font-family: 'R-b';
}

.header-social {
    border-right: 2px #a70303;
    border-left: 2px #a70303;
    height: 100%;
}

.header-social-list {
    list-style: none;
    padding: 0;
    margin: 0 16px;
    height: 100%;
}

.header-social-item__link {
    color: #fff;
    display: block;
    margin-right: 10px;
}


.header-social-item:last-child .header-social-item__link {
    margin-right: 0;
}

.info-wrapper {
    padding: 46px 0 57px;
}

.info-video {
    position: relative;
}

.cat-title {
    margin: 0;
    text-transform: uppercase;
    font-family: 'R-b';
    color: #039048;
    font-size: 28px;
    margin: 8px 0 8px;
}

.info-intro {
    color: rgb(65, 64, 66);
    line-height: 1.571;
    margin-bottom: 20px;
    font-family: 'R-b';
    line-height: 1.714;
}

.info-content {
    color: rgb(65, 64, 66);
    line-height: 1.571;
    margin-bottom: 22px;
}

.edu-wrapper {
    background-size: cover;
    padding: 74px 0 60px;
    background-color: #213351;
}

.cat-intro {
    margin: 0 25%;
    text-align: center;
    font-family: "Muli";
    color: rgb(255, 255, 255);
    line-height: 1.714;
    font-size: 14px;
    margin-bottom: 22px;
}

.edu-card {
    height: 574px;
}

.edu-item {
    background-color: #f1f2f2;
    border-radius: 5px;
    transition: all ease-in-out 0.3s;
}


.edu-item__wrap {
    padding: 16px 25px 36px;

}

.edu-item__link {
    font-family: 'R-b';
    color: rgb(44, 44, 44);
    font-size: 18px;
    /* display: block; */
    margin-bottom: 5px;
}

.edu-item__link:hover {
    color: rgba(44, 44, 44, 0.8);
}

.edu-item__note,
.event-item__note {
    color: rgb(65, 64, 66);
    line-height: 1.714;
    font-size: 14px;

}

.edu-item__line {
    background-color: rgb(209, 211, 212);
    height: 1px;
    width: 100%;
    margin: 12px 0;
}

.edu-item__intro {
    color: rgb(65, 64, 66);
    line-height: 1.571;
    font-size: 14px;
}

.view-more-btn--white {
    background-color: #fff;
}

.edu-item__btn {
    margin: 12px 0 0;
    display: none;
    animation: fadeIn ease-in 0.4s;
}

/* ANiMATION */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.edu-card:hover .edu-item__btn {
    display: block;
}

.edu-prev,
.infoleader-prev,
.article-prev {
    left: -68px;
}

.edu-next,
.infoleader-next,
.article-next {
    right: -68px;
}


.infoleader-prev,
.infoleader-next {
    border: 2px solid #cacaca;
    color: #cacaca;
}

.event-wrapper {
    background-color: #f1f2f2;
    padding: 55px 0 38px;
}

.cat-intro-black {
    margin: 0;
    margin-bottom: 5px;
    color: #414042;
    text-align: left;
}


.event-item__date {
    width: 100%;
    height: 100%;
    background-color: #0054ff;
    font-family: 'R-b';
    color: #cca34e;
    padding: 16px 20px;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
}

.event-item__date--large {
    font-size: 20px;
}


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

.event-item__text {
    margin-left: 16px;
}

.event-item__link {
    font-size: 20px;
    font-family: "R-b";
    color: rgb(25, 43, 77);
    margin-bottom: 10px;
    display: block;
}

.event-item__link:hover {
    color: rgba(25, 43, 77, 0.8);


}

.menutab-home {
    margin-top: 10px;
}

.infoleader-wrapper {
    padding: 30px 0 40px;
	background:url('/uploaded/bg-chuyengia.jpg') top left;
	background-size: cover;
	
}

.infoleader-item{
	/*
	margin: 20px 300px;
	
	*/
	padding: 15px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #EEE;	
	margin: 0px 20px;
	min-height: 520px;
}

.infoleader-item__link {
    color: #414042;
    margin: 0;
    display: block;
    text-transform: uppercase;
    font-family: 'R-b';
	font-size:18px;
}

.infoleader-item__link:hover {
    color: rgba(65, 64, 66, 0.8);
}

.infoleader-item__intro {
    text-align: center;
    color: #414042;
}

.article-wrapper {
    background-color: #0054ff;
    padding: 76px 0 94px;
}


.play-video-article {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    opacity: 0.6;
}

.play-video-article:hover {
    opacity: 1;
}

.article-item__link {
    color: #ffffff;
    font-family: 'Muli-B';
    margin: 8px 0 6px;
    display: block;
}

.article-item__address {
    font-family: 'Muli';
    margin-bottom: 10px;
}

.article-item {
    color: #fff;
}

.article-item__intro {


    font-family: 'Muli';
    line-height: 1.7;
}

.news-wrapper {
    background-color: #f1f2f2;
    padding: 45px 0 52px;
}

.news-item__link {
    font-family: 'R-b';
    color: rgb(51, 49, 50);
    font-size: 16px;
    line-height: 1.375;
    margin: 20px 0 12px;
}

.news-item__link:hover {
    color: rgb(42, 79, 156);
}

.news-item__intro {
    line-height: 1.375;
    color: #414042;
}


.news-item {
    margin-bottom: 26px;
}

.view-more-btn--color {
    background-color: rgb(25, 43, 77);
    color: #cca34e;
}


/* .partner-slideshow {
  padding: 0px 50px;
} */

.doitac-slide {

}

.doitac-slide img {
    max-width: 100%;
    max-height: 100%;
}

.partner-next {
    right: -68px;
}

.partner-prev {
    left: -68px;
}

.partner-prev,
.partner-next {
    border: 2px solid #cacaca;
    color: #cacaca;
    width: 45px;
    height: 45px;
}

.partnerhome-wrapper {
    padding: 50px 0 60px;
}

.register-wrapper {
    padding: 70px 0 60px;
}

.register-input {
    padding: 13px 15px;
    width: 100%;
    border-radius: 5px;
    outline: 0;
    border: 0;
    background-color: rgba(255, 255, 255, 0.749);
    transition: all linear 0.3s;
    margin-bottom: 12px;
}

.register-input::placeholder {
    color: #58595b;
}

.register-input:focus {
    background-color: #fff;
}

.menuboxfooter {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menuboxfooter li {
    margin-bottom: 18px;
}

.footer-text {
    color: #fff;
}

.footer-text ul{
    padding-left:20px;
}
.footer-text ul li{
    padding:5px 0px;
}


.footer-copyright {
	background-color: #0054ff;
    padding: 20px 30px;
    color: #fff;
    border-top: solid 1px #DDD;
}

/* END HOME */

/* TƯ VẤN */

.tuvan-banner {
    position: relative;
}

.tuvan-banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tuvan-title {
    padding: 8px 15px;
    background-color: #345189;
    display: inline-block;
    font-family: 'R-b';
    color: #cca34e;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.banner-intro {
    font-size: 14px;
    font-family: "R-b";
    color: rgb(65, 64, 66);
    line-height: 1.571;
}

.box-margin-20 {
    margin: 0 20%;
}

.cat-desc {
    font-size: 14px;
    color: #414042;
    line-height: 1.571;
    text-align: center;
    margin-bottom: 20px;
}

.btn-red {

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0054ff+0,587c69+100 */
background: #0054ff; /* Old browsers */
background: -moz-linear-gradient(left,  #0054ff 0%, #00c567 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0054ff 0%,#00c567 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0054ff 0%,#00c567 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0054ff', endColorstr='#00c567',GradientType=1 ); /* IE6-9 */



    padding: 15px 40px;
    display: inline-block;
    border-radius: 30px;
    font-family: 'R-b';
    text-transform: uppercase;
    color: #ffde17;
}

.btn-yellow {
	/*
    background-image: -moz-linear-gradient(-180deg, rgb(204, 163, 78) 0%, rgb(239, 194, 102) 48%, rgb(204, 163, 78) 100%);
    background-image: -webkit-linear-gradient(-180deg, rgb(204, 163, 78) 0%, rgb(239, 194, 102) 48%, rgb(204, 163, 78) 100%);
    background-image: -ms-linear-gradient(-180deg, rgb(204, 163, 78) 0%, rgb(239, 194, 102) 48%, rgb(204, 163, 78) 100%);
	*/
	
	background: #0054ff;
    padding: 12px 28px 16px;
    display: inline-block;
    border-radius: 23px;
    font-family: 'R-b';
    text-transform: uppercase;
    color: #fff;
}

.btn-red:hover,
.btn-yellow:hover {
    opacity: 0.9;
}

.btn-border-wrap {

    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.18);
    border-radius: 28px;
    border: 2.6px solid #fff;
}

.tuvan-info-wrapper {
    padding: 40px 0 46px;
}

.procedure-wrapper {
    padding: 70px 0;
}

.procedure-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.procedure-item__circle {
    background-color: #fff;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    padding: 6px;
    position: relative;
    margin-bottom: 25px;
}

.procedure-item__circle--in {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #cca34e;
    font-family: 'R-b';
    color: #fff;
    font-size: 24px;
}

.procedure-item__circle::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    border-width: 10px 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    cursor: pointer;
}

.procedure-item__node {
    width: 10px;
    height: 10px;
    background-color: #86a5df;
    border-radius: 50%;

}

.producedure-item-node--wrap {
    width: 100%;
    position: relative;
}

.producedure-item-node--wrap::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #86a5df;
    height: 1px;
}

.procedure-item-count:first-child .procedure-item .producedure-item-node--wrap::before {
    left: 50%;
}

.procedure-item-count:last-child .procedure-item .producedure-item-node--wrap::before {
    right: 50%;
}

.procedure-item__name {
    color: #fff;
    font-family: 'Muli-B';
    margin: 18px 0 14px;
}

.procedure-item__content {
    color: #fff;
    line-height: 1.5;
    font-family: 'Muli';
    padding: 0 2px;
    height: 68px;
    overflow-y: auto;
}

.procedure-item__content::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(20, 157, 202, 0.2);
    border-radius: 2px;
}

.procedure-item__content::-webkit-scrollbar-thumb {
    background-color: #86a5df;
    border-radius: 2px;

}

.different-intro {
    font-size: 14px;
    color: rgb(65, 64, 66);
    line-height: 1.571;
}

.different-list {
    padding-left: 0;
    margin: 0;
    margin-top: 20px;
    list-style: none;
    font-size: 14px;
    color: rgb(65, 64, 66);
    line-height: 1.571;
}

.different-item {
    display: flex;
    margin-bottom: 15px;
}

.different-item__circle {
    padding-right: 7px;
    font-size: 9px;
    color: rgb(204, 163, 78);
    padding-top: 6px;
}


/* END TƯ VẤN  */


/* ĐÀO TẠO KINH DOANH CAO CẤP */


.bg-f1f2f2 {
    background-color: #f1f2f2;
}

.value-wrapper {
    padding: 94px 0 78px;
    position: relative;
    background-color: #0054ff;
}

.value-item {
    margin-bottom: 40px;
}

.value-item__circle {
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 50%;
    margin: auto;
    padding: 10px;
    margin-bottom: 22px;
}

.value-item__circle--in {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.45);
}

.value-item__name {
    font-size: 18px;
    font-family: "R-b";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.222;
    text-align: center;
    margin-bottom: 6px;
}

.value-item__desc {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 1.571;
    padding-right: 2px;
}

.value-item__desc::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(20, 157, 202, 0.2);
    border-radius: 2px;

}

.value-item__desc::-webkit-scrollbar-thumb {
    background-color: #86a5df;
    border-radius: 2px;
}

.value-item--count:nth-child(even) .value-item__circle--in {
    
}


.different-flex-reverse:nth-child(even) {
    flex-direction: row-reverse;
}

.content-course-wrapper {
    padding: 30px 0 30px;
}

.content-course-item {
    width: 46%;
    padding: 24px 30px 15px 28px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    position: relative;
    margin: 0px 20px;
    margin-bottom: 26px;
    
}

.content-tags {
    position: absolute;
    top: 16px;
    left: 0;
    width: 65px;
    height: 36px;
    background-color: #0054ff;
    text-align: center;
    font-size: 14px;
    font-family: "R-b";
    color: rgb(255, 204, 97);
    line-height: 36px;
}

.content-tags::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -35px;
    border-width: 18px 18px;
    border-style: solid;
    color: rgb(255, 216, 64);
    border-color: transparent transparent transparent #0054ff;

}


.content-course-item__name {
    margin: 0;
    margin-left: 66px;
    margin-bottom: 18px;
    font-size: 14px;
    color: rgb(25, 43, 77);
    font-family: 'R-b';
    line-height: 1.571;
    text-transform: uppercase;
}

.content-course-item__list {
    padding-left: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    color: rgb(65, 64, 66);
    line-height: 1.571;
}


.content-course-item--item {
    display: flex;
    margin-bottom: 4px;
}


.margin-10-persent {
    margin: 0 12%;
}

.form-res-wrapper {
    padding: 82px 0 78px;
}

.form-res {
    border-radius: 10px;
    background-color: rgba(25, 43, 77, 0.502);
    padding: 30px 15px;
}


.form-res__title {
    color: #FFF;
    margin: 0;
    margin-bottom: 2px;
    font-size: 28px;
    font-family: "MyriadPro-B";
    text-align: center;
}

.form-res__intro {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 1.571;
    text-align: center;
    margin-bottom: 20px;
}

.form-res__padding {
    padding: 0 18px;
}


.form-res-input {
    width: 100%;
    padding: 9px 18px 9px 18px;
    border-radius: 30px;
    outline: none;
    border: 0;
    margin-bottom: 16px;
    background-color: #fff;
    position: relative;
}
}

.form-res-input::placeholder {
    color: #58595b;
}

.form-res__select--input {
    width: 100%;
    color: #58595b;
    outline: none;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.arrow-select-down {
    position: absolute;
    right: 18px;
    font-size: 12px;
    padding-top: 4px;
}

.text-form__title {
    color: #fff;
    font-family: 'MyriadPro-B';
    font-size: 28px;
}

.text-form__title img {
    margin-right: 8px;
}

.form-res {
    margin-right: 5%;
}



.text-form__price {
    font-size: 14px;
    font-family: "R-b";
    color: rgb(255, 255, 255);
    line-height: 1.571;
    margin-bottom: 4px;
}

.text-form__intro {
    color: rgb(255, 255, 255);
    line-height: 1.571;
}


.text-form__list {
    padding: 0;
    margin: 0;
}

.text-form__item {
    display: flex;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: "R-b";
    color: rgb(42, 79, 156);
    line-height: 1.571;
}


.text-form__item:last-child {
    margin-bottom: 0;
}

.text-formlist-wrap {
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    padding: 40px 30px;
    margin-top: 26px;
    position: relative;
}

.text-formlist-wrap::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 3px dashed #d59b21;
    border-radius: 10px;
    transform: rotate(2deg);
}

.edu-item img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

}



/* END ĐÀO TẠO KINH DOANH CAO CẤP */



/* ĐÀO TẠO KINH DOANH NHÂN SỰ */
.overflow-hidden {
    overflow: hidden;
}

.img-50-screen {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
}

.value-left {
    z-index: 1;
}


.value-left {
    position: relative;
    padding-right: 120px;
}



.value-right__list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 35px;
}

.value-right__item {
    position: relative;
    margin-bottom: 35px;
}

.value-right__item-circle {
    position: absolute;
    top: 0;
    left: -59px;

}


.value-right__item-circle {
    width: 94px;
    height: 94px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
}

.value-right__item--desc {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 1.571;
    height: 68px;
    overflow-y: auto;
}

.value-right__item--desc::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(20, 157, 202, 0.2);
    border-radius: 2px;

}

.value-right__item--desc::-webkit-scrollbar-thumb {
    background-color: #86a5df;
    border-radius: 2px;
}

.value-text-wrap {
    margin-left: 80px;
}


.value-right__item:nth-child(even) .value-item__circle--in {

    background-color: #0054ff;

}


.value-right__item:last-child {
    margin-bottom: 25px;
}

.info-course-wrapper {
    padding: 160px 0 75px;
    background-color: #2d2c3f;
    margin-top: -150px;
}

.margin-wrap-20 {
    margin: 0 20%;
}


.info-course__title {
    font-size: 28px;
    font-family: "MyriadPro-B";
    color: rgb(255, 204, 97);
    text-align: center;
    margin-top: 34px;
    margin-bottom: 8px;
}

.info-course__intro {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 1.571;
    text-align: center;
    margin-bottom: 10px;
}


.info-course__info {
    margin-bottom: 6px;
    color: #fff;
    text-align: center;
    font-family: 'R-b';
}

.bonus-list-wrap {
    background-color: #cca34e;
    border-radius: 10px;
    padding: 40px 30px;
    position: relative;
    margin-left: 9%;
    margin-right: 9%;
}

.bonus-list-wrap::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 13px;
    right: 13px;
    bottom: 13px;
    border: 3px dashed #d59b21;
    border-radius: 10px;
    transform: rotate(1.5deg);
    background-color: #fff;
}

.bonus-list__title {
    text-align: center;
    position: relative;
    font-size: 28px;
    font-family: "MyriadPro-B";
    color: rgb(25, 43, 77);
    margin-top: 4px;
    margin-bottom: 10px;
}


.bonus__list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 6px;
}

.bonus__item {
    display: flex;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "R-b";
    color: rgb(42, 79, 156);
    line-height: 1.571;
}



.bonus__item:last-child {
    margin-bottom: 20px;
}


.bonus-ico {
    position: absolute;
    top: -17px;
    right: 30px;
}

.form-res-wrapper-2 {
    position: relative;
    overflow: hidden;
    padding: 60px 0 70px;
}

.form-res-qlns {
    margin: 0 15%;
    background-color: rgba(25, 43, 77, 0.8);
}


.margin-left-30 {
    margin-left: 30px;
}


.edu-item--fff {
    background-color: #fff;
}

/* END ĐÀO TẠO KINH DOANH NHÂN SỰ */








/* ĐÀO TẠO QUẢN LÝ SẢN XUẤT */
.value-qlsx-wrapper {
    padding-top: 58px;
}


.value-qlsx-item {
    margin-top: -60px;
    margin-bottom: 35px;
}

.value-qlsx-item__circle {
    width: 70px;
    height: 120px;
    background: #fff;
    position: relative;
    margin: 0 auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    padding: 6px 2px;
    margin-bottom: 25px;

}


.value-qlsx-item__circle::before {
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    border-width: 60px 35px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-radius: 2px;
}


.value-qlsx-item__circle::after {
    content: "";
    position: absolute;
    top: 0;
    right: -70px;
    border-width: 60px 35px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-radius: 2px;
}


.value-qlsx-item__circle--in {
    width: 100%;
    height: 100%;
    background-color: #cca34e;
    position: relative;
    border-radius: 2px;
}

.value-qlsx-item__circle--in::before {
    content: "";
    position: absolute;
    top: 0;
    left: -58px;
    border-width: 54px 29px;
    border-style: solid;
    border-color: transparent #cca34e transparent transparent;
    border-radius: 2px;
    z-index: 1;
}


.value-qlsx-item__circle--in::after {
    content: "";
    position: absolute;
    top: 0;
    right: -58px;
    border-width: 54px 29px;
    border-style: solid;
    border-color: transparent transparent transparent #cca34e;
    border-radius: 2px;
    z-index: 1;
}

.value-qlsx-count:nth-child(even) .value-qlsx-item__circle--in {
    background-color: #a0001a;
}

.value-qlsx-count:nth-child(even) .value-qlsx-item__circle--in::before {
    border-color: transparent #a0001a transparent transparent;
}


.value-qlsx-count:nth-child(even) .value-qlsx-item__circle--in::after {
    border-color: transparent transparent transparent #a0001a;
}


.content-course-count:last-child {
    margin: 0 auto 22px;
}

.info-course-qlsx {
    padding: 50px 0 64px;
}


.bonus-margin {
    margin: 0 14% 0 12%;
}

/* END ĐÀO TẠO QUẢN LÝ SẢN XUẤT */








/* ĐÀO TẠO */


.catedu-item {
    background-color: #ebebeb;
    border-radius: 5px;
    overflow: hidden;
    margin: 0px 20px;
    margin-bottom: 34px;
}

.catedu-item-text {
    padding: 55px 30px 30px;
    position: relative;
}


.catedu-item-circle {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background-color: #ebebeb;
    padding: 5px;
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
}

.catedu-item-circle--in {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.12);
    width: 100%;
    height: 100%;
    border-radius: 50%;

}

.catedu-item__name {
    color: #414042;
    font-family: 'Muli-B';
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 1.333;
    margin-bottom: 8px;
}

.catedu-item__name:hover {
    color: rgba(65, 64, 66, 0.8);
}

.catedu-item__intro {
    font-size: 14px;
    font-family: "Muli";
    color: rgb(65, 64, 66);
    line-height: 1.714;
    text-align: center;
}


/* END ĐÀO TẠO */



/* GIỚI THIỆU */


.box-news-item {
    padding: 10px 0;
    border-bottom: 1px dashed #c3c4c4;
}

.box-news-item__link {
    font-size: 14px;
    color: rgb(65, 64, 66);
    line-height: 1.429;
}

.box-news-item__link:hover {
    color: #cca34e;
}

.box-news-item:last-child {
    border-bottom: 0;
}


.btn-news-more {
    display: block;
    background-color: #f1f2f2;
    padding: 12px 4px 14px;
    text-align: center;
    color: #58595b;
    font-family: 'Muli-B';
}

.btn-news-more .fa {
    font-size: 12px;
    margin-left: 2px;
}


.btn-news-more:hover {
    background-color: rgba(241, 242, 242, 0.7);

}

.box-khoahoc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.box-khoahoc-item {
    padding: 0 10px 18px 18px;
}


.box-khoahoc-item__link {
    color: #0054ff;
    font-family: 'R-b';
    line-height: 1.571;
    display: block;
    margin-bottom: 4px;
}

.box-khoahoc-item__link:hover {
    color: rgba(25, 43, 77, 0.7);
}


.box-khoahoc-item__circle {
    font-size: 8px;
    border-radius: 50%;
    color: rgb(204, 163, 78);
    transform: translateY(-2px);
    margin-right: 4px;
}

.box-khoahoc-item__note {
    font-size: 14px;
    color: rgb(65, 64, 66);
    line-height: 1.714;
}


/* END GIỚI THIỆU */


/* GIỚI THIỆU ĐỘI NGŨ GIẢNG VIÊN*/


.infoleader-news {
    margin-bottom: 50px;
}


.menutab-flexstart>.menutab>.flex-centered {
    justify-content: flex-start;
}


.infoleader-note {
    font-size: 14px;
    color: rgb(65, 64, 66);
    margin-bottom: 6px;
}

.infoleader-note span {
    font-family: 'R-b';
}


.infoleader-title {
    font-family: 'R-b';
    color: #0054ff;
    line-height: 1.333;
    font-size: 18px;
    margin-bottom: 10px;

}

.infoleader-content {
    margin-bottom: 10px;
    font-size: 14px;
    color: rgb(65, 64, 66);
    line-height: 1.714;
}



/* END GIỚI THIỆU ĐỘI NGŨ GIẢNG VIÊN */


/* THƯ VIỆN */
.ablum-item {
    margin-bottom: 40px;
}

.ablum-item__link {
    color: #414042;
    margin-top: 12px;
    text-align: center;
}


.ablum-item__link:hover {
    color: #cca34e;
}

/* END THƯ VIỆN */






/*tri thức chi tiết*/

.news-others-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.news-others-link {
    color: #414042;
    font-size: 14px;
}

.news-others-link i {
    font-size: 12px;
}

.news-list__item:nth-child(even) {
    background-color: #f1f2f2;
}

.news-list__item-desc {
    padding: 32px 38px 38px 0;
    color: rgb(65, 64, 66);
    line-height: 1.375;
}


.news-list__item {
    border: 1px solid #f1f2f2;
    margin-bottom: 25px;
}

.news-list__item-link {
    font-size: 16px;
    font-family: "R-b";
    color: rgb(65, 64, 66);
    display: block;
    margin-bottom: 16px;
}

/*end*/



/*Giới thiệu*/
.box-khoahoc-left {
    background-color: #f1f2f2;
}

.title-left {
    font-size: 16px;
    font-family: 'R-b';
    margin: 0px;
    background: #0054ff;
    padding: 10px 10px 10px 20px;
    color: rgb(204, 163, 78);
    line-height: 1.375;
}

.title-left a {
    color: rgb(204, 163, 78);
}



.table-text {
    font-size: 14px;
    color: rgb(65, 64, 66);
    line-height: 1.571;
}


.home-table {
    margin-bottom: 15px;
    display: inline-table;

}

.circle {
    content: "";
    width: 8px;
    height: 8px;
    background-color: rgb(204, 163, 78);
    border-radius: 50%;

}



.txt-contact {
    width: 100%;
    height: 35px;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 3px;
    color: #333;
    padding-left: 2px;
    margin-bottom: 10px;
}

.margin-bt-4px {
    margin-bottom: 4px;
}

.home-table .table-width,
.bonus-table .table-width {
    width: 16px;
    display: inline-block;
}


.bonus-table .table-text {
    color: rgb(42, 79, 156);
    font-family: 'R-b';
}


.bonus-table {
    margin-bottom: 10px;
    display: inline-table;

}

.bonus-table:last-child {
    margin-bottom: 20px;
}

.margin-bt-4px {
    margin-bottom: 4px;
}

.text-formlist-wrap .bonus-table {
    margin-bottom: 20px;
}

.text-formlist-wrap .bonus-table:last-child {
    margin-bottom: 0;
}



.download-btn--pd {
    outline: 0;
    border: 0;
    padding: 8px;
    width: 100%;
    border-radius: 0;
}
.download-btn {
    display: inline-block;
    /* border-radius: 36px; */
    background-image: -webkit-linear-gradient(
-180deg
, rgb(160, 0, 26) 0%, rgb(197, 13, 42) 48%, rgb(158, 2, 27) 100%);
    background-image: -ms-linear-gradient(-180deg, rgb(160, 0, 26) 0%, rgb(197, 13, 42) 48%, rgb(158, 2, 27) 100%);
	
	
    color: #fff;
    font-family: 'Muli-B';
    padding: 8px 30px;
}


.btn-close{
	display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #F00;
    color: #FFF;
    text-align: center;
    padding: 2px 6px;	
}


.table-list{
	
}
.table-list td{
	vertical-align: top;
}

.qr-code{
	float:left; text-align:center; padding:10px; background:#FFF; color:#cb0704; width:100%; max-width: 250px;
	font-weight:bold;
}

.form-content{
	color:#FFF;
	font-size:14px;
}

.flex_center {
    justify-content: center;
    display: flex;
    width: 100%;
}







