@charset "utf-8";


body {
    font-family: 'Roboto', sans-serif;
}


input,
button,
select,
textarea {
    outline: none;
}

img {
    max-width: 100%;
}

a:hover,
a:focus {
    text-decoration: none;
}

a {
    color: #333;
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    margin: 0px !important;
    padding: 0px !important;
}

.owl-prev,
.owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}

.fl-left {
    float: left !important;
}

.fl-right {
    float: right !important;
}


/* css main slider */

#slider-home .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

#slider-home .owl-next {

    position: absolute;

    top: 50%;

    right: 0;

    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

#slider-home .owl-nav svg {

    color: #fff;
}

#slider-home .item img {
    height: 700px;
}

.hc-nav-trigger.hc-nav-1 {
    display: none !important;
}

.second-nav {
    display: none;
}

.top-header {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #ffecb7;
}

.top-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.top-header ul li {
    display: inline-block;
    float: left;
    padding-right: 30px
}

.top-header .top-phone li a {
    font-size: 15px;


}

.top-header .top-phone li a span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ccbd92;
    color: #fff;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;

}

.top-header .top-phone li a svg {
    color: #fff;
}

.top-header .top-social ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #b2a580;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #ffecb7;
}

.top-header .top-social ul li {
    padding-right: 5px;
}

.top-header .top-social {
    text-align: right;
}

.main-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    display: inline-block;
    float: left;
    position: relative;
}

.main-menu ul li a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 14px;
    display: inline-block;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    font-size: 14px;
}

.main-menu {
    margin-top: 10px;
}

.logo-menu {
    padding: 15px 0;
}

.main-menu ul .sub-menu {
    position: absolute;
    z-index: 11;
    width: 270px;
    background: rgba(205, 163, 57, 0.9);
    top: 60px;
    left: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    visibility: hidden;
    opacity: 0;
}

.main-menu ul li:hover .sub-menu {
    top: 47px;
    visibility: visible;
    opacity: 1;
}

.main-menu ul .sub-menu li {
    width: 100%;
    border-bottom: 1px dashed #ddd;
}

.main-menu ul .sub-menu .sub-menu2 {
    position: absolute;
    top: 0;
    left: 270px;
    z-index: 11;
    width: 226px;
    background: rgba(205, 163, 57, 0.9);
    display: none;
}

.main-menu ul .sub-menu li:hover .sub-menu2 {
    display: block;
}

.main-menu ul .sub-menu li a {
    color: #fff;
    width: 100%;
    text-transform: capitalize;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
}

.main-menu ul .sub-menu li a:hover {
    background: #b79235;
    color: #fff;
}

.main-menu ul .sub-menu li:last-child {
    border-bottom: 0;
}

.search .nav-search {
    position: absolute;
    right: 0;
    top: 49px;
    display: none;
    z-index: 11;
}

.search .nav-search input[type=text] {
    width: 250px;
    height: 35px;
    border: 1px solid #ddd;
    padding-left: 10px;
    font-style: italic;
    border-radius: 3px;
}

.main-menu ul li.search svg {
    font-size: 18px;
}

.logo-menu .col-md-2 {
    width: 10%;
}

.logo-menu .col-md-10 {
    width: 90%;
}

img {
    object-fit: cover;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.primary-title {
    width: 656px;
    margin: auto;
    border-bottom: 2px solid #cccccc;
    position: relative;
}

h2.title1 {
    font-size: 26px;
    color: #383373;
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 0;
    padding: 0 10px;
    margin-top: 0;
    font-family: 'UTM Neutra';
    font-size: 30px;
    color: #333333;
    width: max-content;
}

.info-home {
    margin-top: 60px;
}

.info-home .nav-info-home {
    margin-top: 42px;
}

.info-home .nav-info-home .title {
    font-family: 'Roboto-Bold';
    margin: 0;
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 22px;
}

.info-home .nav-info-home .desc {
    margin: 0;
    font-size: 16px;
    line-height: 23px;
}

.nav-info-home .info-home-left .images img {
    width: 100%;
    height: 300px;
}

.course-home {
    background: #ffecb7;
    padding-top: 60px;
    padding-bottom: 50px;
    margin-top: 50px;

}

.nav-course .item .image img {
    width: 100%;
    height: 160px;
}

.nav-course .item .image {
    position: relative;
}

.nav-course .item .image:before {
    content: url('../images/icon1.png');
    position: absolute;
    bottom: -5px;
    left: 0;
}

.nav-course .item .image:after {
    content: url('../images/icon1.png');
    position: absolute;
    bottom: -5px;
    right: 0;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.nav-course .item .nav-image {
    background: #fff;
    padding: 10px;
    padding-bottom: 20px;
}

.nav-course .item .nav-image .title {
    margin: 0;
}

.nav-course .item {
    text-align: center;
}

.nav-course .item .nav-image .title {
    font-family: 'Roboto-Bold';
    line-height: 24px;
    height: 48px;
    overflow: hidden;

}

.nav-course .item .nav-image .desc {
    margin: 0;
    margin-top: 3px;
    color: #666666;
    line-height: 21px;
    height: 83px;
    overflow: hidden;

}

.nav-course .item .nav-image .read-more {
    color: #999999;
    display: inline-block;
    margin-top: 7px;
}

.nav-course {
    margin-top: 45px;
}

.course-home h2.title1 {
    background: #ffecb7;
}

.slider-team .item .img-bg img {
    width: auto !important;
    display: inline-block;
}

.slider-team .item {
    text-align: center;
}

.slider-team .item .img-bg {
    position: relative;
}

.slider-team .item .img-bg .image {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
}

.team-course {
    margin-top: 60px;
}

.team-course .nav-team-course {
    margin-top: 40px;
}

.team-course .nav-team-course .item .name {
    font-family: 'UTM Neutra';
    font-size: 18px;
}

.team-course .nav-team-course .item .note-name {
    color: #999999;
    font-size: 13px;
}

.team-course .nav-team-course .item .desc {
    font-size: 13px;
    line-height: 20px;
    height: 100px;
    overflow: hidden;
}

.slider-team .owl-prev {
    position: absolute;
    top: 20%;
    left: 0;
    transform: translateY(-20%);
}

.slider-team .owl-next {
    position: absolute;
    top: 20%;
    right: 0;
    transform: translateY(-20%);
}

.slider-team {
    padding-left: 20px;
    padding-right: 20px;
}

.new-home .left h3 {
    font-family: 'Roboto-Bold';
    font-size: 18px;
}

.new-home .left p {
}

.new-home {
    margin-top: 40px;
    background: #ffecb7;
    padding-top: 58px;
}

.new-home .title-primary {
    margin-bottom: 32px;
    position: relative;
}

.new-home .right .item {
    margin-bottom: 28px;
}

.new-home .right .item .images {
    width: 154px;
    display: inline-block;
    float: left;
}

.new-home .right .item .nav-images {
    width: calc(100% - 170px);
    display: inline-block;
    float: right;
}

.new-home .right .item .nav-images .title {
    font-family: 'Roboto-Bold';
    margin: 0;
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.new-home .right .item .nav-images .desc {
    font-size: 14px;
    color: #7a7a7a;
    padding-top: 2px;
    line-height: 20px;
    margin-bottom: 0;
    height: 60px;
    overflow: hidden;
}

.new-home .left .images img {
    width: 100%;
    height: 400px;
}

.new-home .left .images {
    overflow: hidden;
}

.new-home .left .images:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.new-home .right .images img {
    width: 100%;
    height: 110px;
}

.new-home .right .images {
    overflow: hidden;
}

.new-home .right .images:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.new-home > .container > .row {
    margin-top: 44px;
}

.new-home h2.title1 {
    background: #ffecb7;
}

#big {
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 0;
    margin-top: 54px;
}

#big .item img {
    width: 100px !important;
    height: 100px !important;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 6px;
}

#big .item {
    text-align: center;
}

#big .owl-item {
    -webkit-transition: width 4s, height 4s, background-color 4s, -webkit-transform 4s;
    transition: width 4s, height 4s, background-color 4s, transform 4s;
}

#thumbs .owl-item {
    -webkit-transition: width 4s, height 4s, background-color 4s, -webkit-transform 4s;
    transition: width 4s, height 4s, background-color 4s, transform 4s;
}

#big .center .item img {
    width: 120px !important;
    height: 120px !important;
    border: 1px solid #0097f1;
}

#thumbs .item .desc {
    color: #333;
    font-size: 16px;

    font-weight: 400;
    padding-top: 32px;
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

#thumbs .item .desc:before {
    content: url('../images/phay1.png');
    position: absolute;
    left: 0;
    top: 44px;
}

#thumbs .item .desc:after {
    content: url('../images/phay2.png');
    position: absolute;
    right: 0;
    top: 44px;
}

#thumbs .item {
    text-align: center;
}

#thumbs .item .name {
    font-size: 16px;
    color: #000;
    padding-top: 5px;
    font-family: 'Roboto-Bold';
}

#thumbs .item .old {
    color: #999999;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

#big .owl-prev {
    position: absolute;
    top: 28px;
    left: 14%;
    background: none;
}

#big .owl-next {
    position: absolute;
    top: 28px;
    right: 14%;
    background: none;
}

.ykien-hocvien .primary-title {
    width: 100%;
}

.ykien-hocvien .primary-title h2.title1 {
    width: max-content;
}

.ykien-hocvien {
    margin-top: 65px;
}

/*contact-form*/
.contact-form {
    background: url('../images/BG1.png');
    padding-top: 85px;
    padding-bottom: 46px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
}

.form-contatc {
    width: 80%;
    margin: auto;
    margin-top: 35px;
}

.form-contatc input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    padding-left: 10px;
    background: #fff;
    margin-bottom: 10px;
}

.form-contatc select {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    padding-left: 10px;
    background: #fff;

}

.contact-form h2.title1 {
    background: none;
    color: #fff;
}

.contact-form .primary-title {
    border-bottom: 0;
    position: relative;
}

.contact-form h2.title1:before {
    content: '';
    position: absolute;
    width: 152px;
    height: 2px;
    top: 17px;
    left: -170px;
    background: #cccccc;
}

.contact-form h2.title1:after {
    content: '';
    position: absolute;
    width: 152px;
    height: 2px;
    top: 17px;
    right: -170px;
    background: #cccccc;
}

.contact-form textarea {
    width: 100%;
    height: 190px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 13px;
}

.contact-form input[type=submit] {
    background: #ffecb7;
    width: 173px;
    height: 38px;
    border: 1px solid #ffecb7;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    line-height: 38px;
    font-family: 'Roboto-Bold';
}

.contact-form .submit {
    text-align: center;
    margin-top: 20px;
}

.contact-form .desc {
    color: #fff;
    font-size: 14px;
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 0;
}

footer .title-footer {
    font-family: 'UTM Neutra';
    font-size: 20px;
    margin: 0;
}

footer {
    background: #ffecb7;
    padding-top: 43px;
}

.nav-footer .item-footer .title-footer1 {
    font-family: 'Roboto-Bold';
    font-size: 16px;
    padding-bottom: 14px;
}

footer ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul li svg {
    color: #7f765b;
    margin-right: 10px;
}

footer ul li {
    margin-bottom: 3px;
}

.footer2 {
    border-top: 1px solid #e5d4a4;
    padding-top: 34px;
    margin-top: 34px;
}

.footer2 .item-footer1 {
    text-align: center;
}

.footer2 .item-footer1 .logo-footer {
    padding-bottom: 20px;
}

footer .item-footer2 .title-footer {
    padding-bottom: 18px;
}

.footer2 .item-footer3 iframe {
    width: 100%;
    height: 181px
}

.logo img {
    width: 60px;
}

.page-body-buong {
    width: 100%;
    overflow: hidden;
}

.banner-child img {
    width: 100%;
    height: 600px;
}

.banner-child {
    position: relative;
    margin-bottom: 50px;
}

.banner-child .content-banner {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
}

.banner-child .content-banner .title-banner {
    font-family: 'Roboto-Bold';
    color: #fff;
    margin: 0;
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 15px;
}

.banner-child .content-banner .desc-banner {
    color: #fff;
    font-size: 16px;
}

.banner-child .content-banner .content-banner1 {
    width: 70%;
}

.content-info-bt {
    padding-top: 30px;
    padding-bottom: 30px;
}

.slider-info .item img {
    height: 350px;
}

.main-khoahoc .nav-conbox .item .title {
    font-family: 'Roboto-Bold';
    font-size: 20px;
    padding-bottom: 0;
}

.main-khoahoc .nav-conbox .item {
    text-align: center;
}

.main-khoahoc .icon-box-kh .title {
    font-size: 25px;
    padding-bottom: 20px;
}

.lotrinh {
    background: url('../images/bg-banner.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 50px;
    padding-bottom: 70px;
    padding-top: 20px;
}

.lotrinh .title2 {
    font-family: 'Roboto-Bold';
    color: #fff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px
}

.nav-lotrinh .item .title-kh {
    margin: 0;
    background: #cc2027;
    padding: 15px;
    font-family: 'Roboto-Bold';
    color: #fff;
}

.nav-lotrinh .item .nav-item {
    background: #fff;
    padding: 15px;
}

.nav-lotrinh .item .nav-item ul li {
    position: relative;
    margin-bottom: 10px;
}

.nav-lotrinh .item .nav-item ul li:before {
    content: '';
    height: 10px;
    width: 10px;
    background: #2e3191;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: .25em;
    left: -20px;
}

.nav-lotrinh .item .nav-item .title {
    font-family: 'Roboto-Bold';
    margin: 0;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.album-khohoc .title2 {
    font-family: 'Roboto-Bold';
    text-align: center;
    padding-bottom: 20px;
}

.album-khohoc {
    padding-top: 40px;
}

.album-khohoc .item img {
    width: 100%;
    margin-bottom: 30px
}

.album-khohoc .item.item1 img {
    height: 530px;
}

.album-khohoc .item.item2 img {
    height: 250px;
}

.album-khohoc .item.item3 img {
    height: 250px;
}

.main-khoahoc .dangky {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
}

.main-khoahoc .dangky a {
    background: #ed142e;
    color: #fff;
    display: inline-block;
    padding: 10px 38px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 5px;
}

#myModal form input[type=text] {
    width: 100%;
    height: 35px;
    border: 1px solid #ddd;
    padding-left: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

#myModal form select {
    width: 100%;
    height: 35px;
    border: 1px solid #ddd;
    padding-left: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

#myModal form .register {
    clear: both;
    padding-top: 12px;
    text-align: center;
}

#myModal form .register input[type=submit] {
    background: #ed142e;
    border: 1px solid #ed142e;
    color: #fff;
    border-radius: 4px;
    padding: 5px 18px;
    text-transform: uppercase;
}


.sidebar .item-sb .title-sb {
    background: #cda339;
    font-size: 16px;
    font-family: 'Roboto-Bold';
    margin: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #fff;

}

.sidebar .item-sb .nav-item-sb {
    border: 1px solid #cda339;
}

.sidebar .item-sb .nav-item-sb ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.sidebar .item-sb .nav-item-sb ul li {
    border-bottom: 1px solid #cda339;
    padding: 10px 15px;
}

.sidebar .item-sb .nav-item-sb ul li:last-child {
    border-bottom: 0;
}

.sidebar .item-sb {
    margin-bottom: 22px;
}

.sidebar .nav-item-sb-new .item1 .img {
    width: 40%;
    display: inline-block;
    float: left;
}

.sidebar .nav-item-sb-new .item1 .nav-img {
    width: 60%;
    display: inline-block;
    float: right;
    padding-left: 10px;
}

.sidebar .nav-item-sb-new .item1 .img img {
    display: inline-block;
    width: 100%;
    height: 66px;
}

.sidebar .nav-item-sb-new .item1 .nav-img .title {
    margin: 0;
    font-size: 14px;
    font-family: 'Roboto-Bold';
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.sidebar .nav-item-sb-new .item1 .nav-img .title a:hover {
    color: #cda339;
}

.sidebar .item-sb .nav-item-sb.nav-item-sb-new {
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
}

.sidebar .nav-item-sb-new .item1 {
    border-bottom: 1px solid #dddddd;
    padding: 15px;
}

.sidebar .nav-item-sb-new .item1 .desc {
    font-size: 14px;
    margin: 0;
    line-height: 21px;
    height: 63px;
    overflow: hidden;
    margin-top: 8px;
}

.sidebar .nav-item-sb-new .item1:last-child {
    border-bottom: 0;
}

.main-new .nav-main-new .item-new .image {
    width: 30%;
    display: inline-block;
    float: left;
    position: relative;
}

.main-new .nav-main-new .item-new .nav-img {
    width: 70%;
    display: inline-block;
    float: right;
    padding-left: 20px;
}

.main-new .nav-main-new .item-new .image img {
    display: inline-block;
    width: 100%;
    height: 200px;
}

.main-new .nav-main-new .item-new .nav-img .title {
    margin: 0;
    font-size: 16px;
    font-family: 'Roboto-Bold';
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 6px;
}

.main-new .nav-main-new .item-new .nav-img .title a:hover {
    color: #cda339;
}

.main-new .nav-main-new .item-new .nav-img .date {
    font-size: 12px;
    color: #999999;
}

.main-new .nav-main-new .item-new .nav-img .desc {
    margin: 0;
    line-height: 23px;
    font-size: 14px;
    height: 113px;
    overflow: hidden
}

.main-new .nav-main-new .item-new {
    margin-bottom: 30px;
}

.main-new .nav-main-new .item-new .image:after {
    content: url('../images/icon9.png');
    position: absolute;
    bottom: -5px;
    right: 0;
}

.title11 {
    font-family: 'Roboto-Bold';
    margin: 0;
    font-size: 30px;
    position: relative;
    margin-bottom: 19px;
}

.pagenavi ul {
    padding-left: 0;
    display: inline-block;
}

.pagenavi ul li {
    display: inline-block;
}

.pagenavi ul a {
    height: 27px;
    display: inline-block;
    background: #f2f2f2;
    text-align: center;
    line-height: 27px;
    border: 1px solid #dddddd;
    padding: 0 10px;
}

.pagenavi ul a.active {
    background: #cda339;
    color: #c5eaf8;
}

.pagenavi {
    border-top: 1px dashed #dddddd;
    padding-top: 26px;
    margin-top: 13px;
    text-align: right;
}

.table-lich table {
    width: 100%;
}

.table-lich table tr td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.other-product.new-home {
    background: none;
}

.slider-other .item-new-home .nav-item {
    padding: 0;
    padding-top: 20px;
}

.slider-other .item-new-home .nav-item .title {
    font-family: 'Roboto-Bold';
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-bottom: 4px;
}

.slider-other .nav-new-home .item-new-home .nav-item .date {
    margin-bottom: 7px;
    color: #999999;
    font-size: 12px;
    padding-top: 3px;
}

.slider-other .nav-item .desc {
    color: #666666;
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
}

.slider-other .item-new-home .image img {
    height: 180px;
}

.slider-other .nav-item .date {
    margin-bottom: 7px;
    color: #999999;
    font-size: 12px;
    padding-top: 3px;
}

.slider-other .owl-next {
    position: absolute;
    right: 0;
    top: -56px
}

.slider-other .owl-prev {
    position: absolute;
    right: 25px;
    top: -56px
}


/*css contact*/
p.thank-you {
    font-size: 14px;
    color: #747474;
    font-style: italic;
}

h1.title-contact {
    color: #8a5303;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0;
}

.adress-contact li {
    font-size: 14px;
    list-style: none;
    padding-bottom: 7px;
}

.adress-contact li span {
    font-family: 'Roboto-Bold';
}

.adress-contact {
    padding-left: 0;
}

.map-contact iframe {
    width: 100%;
    height: 369px;
}

.map-contact {
    border: 1px solid #ddd;
    padding: 2px;
}

.form-contat p.desc {
    font-size: 14px;
    line-height: 23px;
}

.form-contat input[type=text] {
    border: 1px solid #d5d5d5;
    background: #fafafa;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.form-contat textarea {
    width: 100%;
    height: 265px;
    background: #fafafa;

    padding-left: 10px;
    border-radius: 3px;
}

.send-contact .item {
    width: calc((100% - 30px) / 4);
    display: inline-block;
    float: left;
    margin-right: 10px;
    text-align: center;
}

.send-contact .item:nth-child(4) {
    margin-right: 0;
}

.send-contact .item input[type=submit] {
    width: 100%;
    height: 30px;
    background: #8a5303;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid;
    border-radius: 3px;
}

.send-contact .item img {
    padding-top: 4px;
}

#main-contact {
    padding-top: 20px;
    padding-bottom: 40px;
}

.Typical-students .item {
    position: relative;
}

.Typical-students .item .image img {
    width: 100%;
    height: 300px;
}

.Typical-students .item .bg-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.Typical-students .item .bg-title img {
    display: inline-block;
    width: 260px;
}

.Typical-students .item .title1 {
    position: absolute;
    bottom: 35px;
    left: 87px;
    font-family: 'Roboto-Bold';
    color: #fff;
    text-transform: uppercase;
}

.Typical-students .item .name {
    position: absolute;
    bottom: 8px;
    left: 83px;
    font-size: 15px;
}

.Typical-students .item .overlay {
    position: absolute;
    height: auto !important;
    transition: 0.5s ease all;
    opacity: 0;
    color: #fff;
    font-size: 10px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;

    z-index: 999;
    visibility: hidden;
}

.Typical-students .item:hover .overlay {
    visibility: visible;
    opacity: 1;
}

.Typical-students .item .overlay p {
    font-size: 14px;
}

.Typical-students .item {
    margin-bottom: 30px;
}

.table-dowload table {
    width: 100%;
    overflow: auto;
}

.table-dowload table tr:first-child {
    background: #cda339;
}

.table-dowload table tr td {
    color: #000;
    padding: 7px;
    border: 1px solid #ddd;
}

.table-dowload table tr:first-child td {
    color: #fff;
    padding: 7px;
}

.popup-download .modal-header {
    background: #cda339;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 13px;
}

.popup-download .content-dowload .desc {
    text-align: center;
}

.popup-download .input-sm {
    text-align: center;
    height: auto;
    margin-bottom: 17px;
}

.popup-download .modal-content {
    border-radius: 0;
}

.popup-download .close {
    background: #b89233;
    position: absolute;
    right: 0;
    z-index: 111;
    opacity: 1;
    text-shadow: none;
    width: 50px;
    color: #fff;
    height: 50px;
    font-size: 32px;
    top: 0;
    margin-top: 0;
}

.content-dowload form {
    width: 70%;
    margin: auto;
}

.content-dowload .item-form .left {
    width: 20%;
    display: inline-block;
    float: left;
    text-align: right;
    padding-right: 16px;
}

.content-dowload .item-form .right {
    width: 80%;
    display: inline-block;
    float: left;
}

.content-dowload .item-form .right input[type=text] {
    width: 100%;
    height: 38px;
    border: 1px solid #ddd;
    padding-left: 15px;
}

.content-dowload .item-form .left label {
    margin: 0;
    font-weight: 400;
    color: #666666;
    padding-top: 8px;
}

.content-dowload .item-form {
    margin-bottom: 10px;
}

.content-dowload input[type="submit"] {
    background: #cda339;
    height: 40px;
    line-height: 38px;
    border: 1px solid #cda339;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 22px;
}

.content-dowload form .input-sm {
    text-align: right;
}


.hc-offcanvas-nav:not(.touch-device) a:hover {
    background: #ffecb7;
}

.page-body-buong {
    position: relative;
    overflow: hidden;
}

.contact-footer {
    position: fixed;
    bottom: 26%;
    left: 30px;
    z-index: 999;
}

.contact-footer ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
}

.contact-footer ul li {
    margin-bottom: 4px;
}

.slider-info .owl-dot {
    width: 10px;
    height: 10px;
    background: #9999;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 2px;
}

.slider-info .owl-dot.active {
    background: red;
}

.slider-info .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.call-btn {
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 110px;
    height: 110px;
    z-index: 1000;
}

.call-btn .zoomIn {
    width: 80px;
    height: 80px;
    border: 2px solid #db0005;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

.call-btn .pulse {
    width: 60px;
    height: 60px;
    background: rgba(219, 0, 5, 0.6);
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.call-btn .tada {
    background: #db0005;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation-name: tadaa;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.call-btn .tada a:before {
    content: "\f095";
    font-size: 25px;
    font-family: FontAwesome;
    text-decoration: none;
    color: #fff;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
}

.call-btn .tel {
    position: absolute;
    top: 50%;
    left: 45px;
    color: #fff;
    font-size: 17px;
    width: 170px;
    text-align: center;
    padding-left: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 36px;
    border: 1px solid #fb0309;
    border-radius: 20px;
    background: #fb0309;
    z-index: -1;
    font-weight: 700;
    font-family: Arial;
    text-shadow: 1px 1px 2px #5f5f5f;
}

.zalo-btn {
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 90px;
    background: #fff;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 110px;
    height: 110px;
    z-index: 1000;
}

.zalo-btn .zoomIn {
    width: 80px;
    height: 80px;
    border: 2px solid #0789cd;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

.zalo-btn .pulse {
    width: 60px;
    height: 60px;
    background: #0789cd;
    opacity: .75;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.zalo-btn .tada {
    background: #0789cd;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation-name: tadaa;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.zalo-btn a {
    display: block;
    width: 40px;
}

.zalo-btn a {
    display: block;
    width: 40px
}

@keyframes tadaa {
    from {
        transform: rotate(-20deg)
    }
    to {
        transform: rotate(20deg)
    }
}

.zalo-btn .pulse {
    width: 60px;
    height: 60px;
    background: #0789cd;
    opacity: .75;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out
}

@keyframes pulse {
    from {
        width: 55px;
        height: 55px;
        margin-top: -27.5px;
        margin-left: -27.5px
    }
    to {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px
    }
}

.zalo-btn .zoomIn {
    width: 80px;
    height: 80px;
    border: 2px solid #0789cd;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out
}

@keyframes zoomIn {
    from {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px
    }
    to {
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px
    }
}

@keyframes pulse {
    from {
        width: 55px;
        height: 55px;
        margin-top: -27.5px;
        margin-left: -27.5px
    }
    to {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px
    }
}

.call-btn .pulse {
    width: 60px;
    height: 60px;
    background: rgba(219, 0, 5, 0.6);
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out
}

@keyframes pulse {
    from {
        width: 55px;
        height: 55px;
        margin-top: -27.5px;
        margin-left: -27.5px
    }
    to {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px
    }
}

.call-btn .zoomIn {
    width: 80px;
    height: 80px;
    border: 2px solid #db0005;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out
}

@keyframes zoomIn {
    from {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px
    }
    to {
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px
    }
}

.pagination li.active a {
    background: #cda339;
    border-color: #cda339;
}

.pagination li a {
    color: #cda339;
}

.pagination li:hover a {
    color: #cda339;
}

.pagination li.active:hover a {
    background: #cda339;
    border-color: #cda339;
}
