/*@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto.ttf);
    font-display: swap
}*/
.titlestyle {
    display: inline-block;
    font-family: "Gotham-Ultra";
}
.titlestyle .seo-one {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #0071bc;
    z-index: 1;
    margin-bottom: 0;
    height: 30px;
}
.titlestyle .seo-one:after {
    content: "";
    position: absolute;
    background-color: #ffec0f;
    width: 80%;
    height: 80%;
    left: 0;
    top: 40%;
    z-index: -1;
}
.titlestyle .seo-two {
    font-size: 30px;
    font-weight: 700;
    color: #f15a24;
    z-index: 1;
    position: relative;
}
.titlestyle .seo-three {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #0071bc;
    z-index: 1;
    margin-bottom: 0;
    height: 30px;
}
.titlestyle .seo-three:after {
    content: "";
    position: absolute;
    background-color: #ffec0f;
    width: 60%;
    height: 15px;
    left: 0;
    top: 40%;
    z-index: -1;
}
.titlestyle .seo-four {
    color: #f15a24;
}
.titlestyle.titlestyle-one {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    height: 21px;
}
.titlestyle.titlestyle-one > h2 {
    font-size: 18px;
    height: 20px;
}
.titlestyle.titlestyle-one > h2:after {
    height: 70%;
}
.titlestyle.titlestyle-one > span {
    font-size: 18px;
}
.titlestyle.titlestyle-two {
    font-family: Roboto;
    text-align: right;
    color: #ffb114;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
}
.titlestyle.titlestyle-three {
    padding-top: 30px;
    padding-bottom: 30px;
}
#topbar {
    background-color: #35434e;
}
#topbar a {
    color: #fff;
    font-size: 18px;
}
#topbar .dropdown-menu {
    left: -30px;
    margin-left: 0;
}
#topbar .dropdown-menu > a {
    color: #000;
}
#topbar .dropdown-menu > a:hover {
    font-weight: 700;
    color: #fff;
    background-color: #003471;
}
.menubread-one {
    display: none;
}
.menu {
    height: 40px;
    line-height: 40px;
}
.menu-one {
    display: inline-block;
    float: left;
}
.menu-two {
    display: inline-block;
    float: right;
}
.mg-phone {
    margin-right: 80px;
}
.stripes {
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
    height: 0;
}
.menu-three {
    display: none;
}
#lionelmenu {
    background-color: #003471;
}
.lionel_nav {
    position: relative;
    height: 85px;
}
.lionel-nav {
    height: 100%;
}
.lionel-nav > li {
    float: left;
}
.select2-container--open .select2-dropdown {
    left: -49px !important;
    width: 223px !important;
}
@-webkit-keyframes spFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes spFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes spFadeZoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes spFadeZoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.boxheader {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 30px;
}
#lionel li:hover {
    background-color: #003471;
}
.lionel-sub > ul {
    position: absolute;
    z-index: 6;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    margin-top: 10px;
    right: unset !important;
    width: 200px;
    text-align: center;
}
.lionel-sub:hover {
    background-color: #003471;
}
.lionel-sub:hover > ul {
    display: block;
}
.lionel-sub > a {
    padding-right: 20px !important;
    padding-left: 50px !important;
    color: #000;
}
.lionel-sub li:hover > a {
    color: #fff;
}
.lionel-sub:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.lionelsub {
    position: relative;
}
.lionelsub:hover ul.lionel-sub {
    display: block;
    -webkit-animation: spFadeInUp 400ms ease-in;
    animation: spFadeInUp 400ms ease-in;
}
.logohead {
    position: absolute;
    left: 7.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav {
    position: absolute;
    right: 7.5px;
    height: 100%;
}
.lionel-item {
    padding-top: 30px;
    padding-bottom: 30px;
    max-height: 100%;
}
.lionel-item > a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 30px 0 30px 60px;
}
#bannerhome {
    height: 450px;
    background-image: url("../bgmin.jpg");
}
#bannerhome.lazyloaded {
    background-image: url(../pictures/home/bannerhome1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
}
.banner_home {
    width: 1290px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    padding-top: 62px;
    padding-bottom: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.good {
    color: #ffd200;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
}
.textheader {
    font-size: 24px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.imgbread {
    text-align: right;
}
#alert {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4;
}
#closealert {
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 30px;
    color: #fff;
    background: red;
    border-radius: 50%;
}
#closealertdetail {
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 30px;
    color: #fff;
    background: red;
    border-radius: 50%;
}
body.active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 500%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 3;
}
.mobileone {
    position: relative;
    z-index: 2;
    display: inline-block;
}
.mobile_one.mobile-two {
    visibility: hidden;
    position: absolute;
    right: -20px;
    top: -40px;
}
.mobilewrap {
    position: relative;
    width: 250px;
    height: 302px;
}
.mobilewrap:hover {
    z-index: 4;
}
.mobilewrap:hover .mobile-two {
    visibility: visible;
    -webkit-animation: spFadeZoom 400ms ease-in;
    animation: spFadeZoom 400ms ease-in;
}
.mobilewrap.lazyloaded:after {
    content: "";
    background: url(../pictures/home/mobilefoot.png);
    z-index: 1;
    position: absolute;
    bottom: -130px;
    width: 444px;
    height: 295px;
    left: -130px;
}
.mobiletwo {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50px;
}
.tabsearchhead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tabsearchhead .searchhead-one {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.tabsearchhead .searchhead-two {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.tabsearchhead .searchhead-three {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.tabsearchhead > .searchhead.active {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.wrapsearchlist .select2-container {
    top: 0;
    width: 160px !important;
    left: 8px;
    display: inline-block;
}
.wrapsearchlist .select2-container .select2-selection {
    border: none !important;
}
.wrapsearch {
    margin-top: 30px;
}
.searchhead {
    height: 48px;
    line-height: 48px;
    background-color: #102230;
    display: inline-block;
    float: left;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    position: relative;
    border-right: 1px solid #173e5a;
    border-left: 1px solid #173e5a;
}
.searchhead.active {
    background-color: #173e5a;
    border-right: 0 solid #173e5a;
}
.searchhead.active:after {
    content: "";
    position: absolute;
    top: -15px;
    background-color: #173e5a;
    width: 101%;
    height: 15px;
    left: -1px;
}
.tabseachcontent {
    background-color: #173e5a;
    padding-top: 15px;
    padding-bottom: 15px;
}
.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
}
.select2-search--dropdown {
    border-top: 1px solid #aaa;
}
.tabseachcontentsearch {
    margin-bottom: 70px;
}
.seachcontent {
    background-color: #fff;
    height: 55px;
    display: inline-block;
    color: #395474;
    line-height: 55px;
    text-align: left;
    padding-left: 15px;
    font-size: 18px;
    vertical-align: middle;
}
.seachcontent-one,
.seachcontent-two {
    /* width: 220px; */
}
.seachcontent-one > select,
.seachcontent-two > select {
    /* padding-right: 50px; */
}
.seachcontent-two > .select2-container {
    top: 0;
    left: 8px;
    width: 160px !important;
}
.seachcontent-two > .select2-container .select2-selection {
    border: none !important;
}
.seachcontentfind-one,
.seachcontentfind-two {
    width: 290px;
}
.seachcontent-three {
    width: 335px !important;
}
.seachcontent-three > input {
    min-width: 290px;
}
.seachsubject {
    display: none;
}
.seachsubject.active {
    display: inline-block;
}
.seachsubject-one + .select2-container,
.seachsubject-two + .select2-container {
    display: none;
}
.seachsubject-one.active + .select2-container,
.seachsubject-two.active + .select2-container {
    top: 0;
    width: 160px !important;
    left: 8px;
    display: inline-block;
}
.seachsubject-one.active + .select2-container .select2-selection,
.seachsubject-two.active + .select2-container .select2-selection {
    border: none !important;
}
.seachcontent-four {
    width: 115px;
    padding-left: 0;
    text-align: center;
    color: #fff;
    background-color: #ff8401;
    position: relative;
}
.seachcontent-four > input {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 3;
}
.seachcontent-four > i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 30px;
}
#formsearch {
    text-align: center;
}
.popularenglishcourse {
    width: 935px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.englishcourse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}
.englishcourse > a {
    border: 1px solid #e3e3e3;
    padding: 18px 24px;
}
.contenthome {
    padding-top: 60px;
}
.contenthome-one {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px) {
    .contenthome-one {
        max-width: 1065px;
    }
}
.popularenglishlist {
    margin-top: 30px;
    margin-bottom: 50px;
}
.popularenglishlist img {
    width: 100%;
    height: 100%;
}
.popularenglishlist .one {
    margin-bottom: 15px;
}
.englishlist > a {
    position: relative;
    display: block;
}
.englishlist .two {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.englishlist .two:hover {
    font-size: 20px;
}
.post_one {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 40px;
    display: none;
    z-index: 2;
}
.post_one:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.post_one > span {
    display: block;
    font-size: 16px;
    color: #fff;
    font-family: "UTMAlter";
    padding: 5px 5px 5px 30px;
}
.post_one > a {
    text-align: center;
    background-color: #5cc2a8;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 15px;
    color: #fff;
}
.postone {
    height: 240px;
    position: relative;
    -webkit-box-shadow: 0px 0px 8.64px 0.36px rgba(203, 203, 203, 0.19);
    box-shadow: 0px 0px 8.64px 0.36px rgba(203, 203, 203, 0.19);
}
.postone > img {
    height: 135px;
}
.postone:hover > img {
    height: 100%;
}
.postone:hover .postinner {
    display: none;
}
.postone:hover > .post_one {
    display: block;
}
.postinner {
    margin: 10px;
}
.titlepost {
    height: 56px;
    display: block;
}
.titlepost > .titlepost-one {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
}
.area {
    color: #f15a24;
}
.newinner {
    background-color: #eeeeee;
    padding: 15px 15px 10px 15px;
}
.teachernew {
    background-color: #f8f9f6;
    padding-bottom: 80px;
}
.new {
    background-color: #fff;
    width: 49.8%;
    margin-bottom: 5px;
    height: 140px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.new img {
    max-width: 112px;
    max-height: 112px;
    margin-right: 15px;
    -o-object-fit: cover;
    object-fit: cover;
}
.new:nth-child(2n + 1) {
    float: left;
}
.new:nth-child(2n) {
    float: right;
}
.new-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.new-content .seospan-one {
    text-transform: capitalize;
    color: #31b8b9;
    font-weight: 400;
    font-size: 18px;
}
.new-content .paranew-one {
    margin-bottom: 5px;
}
.new-content h2 {
    text-transform: capitalize;
    color: #31b8b9;
    font-weight: 400;
    font-size: 18px;
}
.area-new {
    color: #7e7e7e;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}
.book {
    margin-right: 10px;
    color: #31b8b9;
}
.usd {
    color: #ff8401;
}
@-webkit-keyframes cd-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ff9c00;
        box-shadow: 0 0 0 0 #ff9c00;
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 150, 44, 0);
        box-shadow: 0 0 0 20px rgba(255, 150, 44, 0);
    }
}
@keyframes cd-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ff9c00;
        box-shadow: 0 0 0 0 #ff9c00;
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 150, 44, 0);
        box-shadow: 0 0 0 20px rgba(255, 150, 44, 0);
    }
}
#experience {
    padding-top: 20px;
}
.experience {
    position: relative;
}
.experience:nth-child(2n + 1) {
    float: left;
}
.experience:nth-child(2n) {
    float: right;
}
.experience > a {
    position: absolute;
    bottom: 36px;
    left: 25px;
    color: #fff;
    background-color: #ff8401;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 20px;
}
.experience > a:after {
    content: "";
    position: absolute;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: cd-pulse 2s infinite;
}
#findclass {
    padding-bottom: 40px;
}
.findclass {
    width: 49.5%;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-bottom: 25px;
}
.findclass:nth-child(2n + 1) {
    float: left;
}
.findclass:nth-child(2n) {
    float: right;
}
.usd-one {
    color: #ffec0f;
    margin-right: 50px;
}
.update {
    color: #fff;
}
.findclasshead {
    background-color: #296c7f;
    padding: 14px 0 14px 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.findclasstitle .seospan-two {
    font-size: 18px;
    font-weight: 400;
    color: #0071bc;
}
.findclasstitle > h2 {
    font-size: 18px;
    font-weight: 400;
    color: #0071bc;
}
.mapmarkeralt-one {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
}
.paragrap {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #626262;
}
.findclassmeta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.findclassmeta > span {
    border: 1px solid #b3b3b3;
    width: 142px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
}
.findclassinner {
    padding: 10px 10px 15px 10px;
}
.findclassinner > p {
    height: 60px;
}
.lionelowldots > .owl-dot {
    display: none !important;
}
.lionelowldots > .owl-dots {
    display: none !important;
}
.home .ourtestimonial {
    background-color: #f8f9f6;
    padding-bottom: 50px;
}
.home .carouselinner {
    text-align: center;
    display: none;
}
.home .item-carousel > img {
    border-radius: 50%;
    height: 215px;
    width: 215px !important;
}
.home .owl-stage .owl-item > .item-carousel > img {
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    outline-style: none;
    outline-width: 15px;
    border-style: solid;
    border-color: transparent;
    padding: 15px;
    -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.52);
}
.home .owl-stage .owl-item.active {
    padding-top: 70px;
}
.home .owl-stage .owl-item.active.medium {
    padding-top: 0;
    height: 500px;
}
.home .owl-stage .owl-item.active.medium > .item-carousel > .carouselinner {
    position: absolute;
    width: 1020px;
    left: 50%;
    display: block;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.home .owl-stage .owl-item.active.medium > .item-carousel > img {
    margin: 5px auto 30px auto;
    width: 300px !important;
    height: 300px;
}
.home .owl-stage .owl-item.active.big > .item-carousel .carouselinner {
    display: none;
}
.home .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home .para-one {
    font-size: 24px;
    color: #000;
    font-weight: 700;
}
.home .para-two {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.home .owl-home .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}
.home .owl-home .owl-dots .owl-dot.active span,
.home .owl-home .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #b7b7b7;
}
.home .owl-home .owl-dots .owl-dot span {
    background-color: #b7b7b7;
}
.home .owl-home .owl-dots .owl-dot.active span,
.home .owl-home .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #2eb5a0;
    width: 20px;
    height: 20px;
}
.home .owl-home .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home .owl-home button.owl-prev {
    position: absolute;
    background-color: transparent;
    left: 67px;
    top: -192px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.home .owl-home button.owl-prev > span {
    display: none;
}
.home .owl-home button.owl-next {
    position: absolute;
    background-color: transparent;
    right: 67px;
    top: -192px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.home .owl-home button.owl-next > span {
    display: none;
}
.home .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent !important;
}
.home .titlestyle-four {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.home .titlestyle-four:after {
    content: "";
    position: absolute;
    bottom: 25px;
    background-color: #000;
    width: 80%;
    height: 2px;
    left: 0;
}
.home .titlestyle-four > h2 {
    font-size: 40px;
}
.home .titlestyle-four > h2:after {
    content: none;
}
.home .titlestyle-four > span {
    font-size: 40px;
}
.home .titlestyle-five {
    float: right;
    font-family: Roboto;
    text-align: right;
    color: #ffb114;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    padding-top: 40px;
}
#footer {
    padding-bottom: 15px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 204px 44px;
    background-color: #0d4c7b;
    background-image: url("../bgmin.jpg");
}
#footer.lazyloaded {
    background-image: url("../pictures/home/logofooter.png");
}
.footerlogo img {
    margin: 44px 0 35px 30px;
}
.viewfooter {
    color: #fff;
}
.viewfooterinner > h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.viewfooterinner > p {
    font-size: 18px;
    line-height: 30px;
}
.viewfooter-one i {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 15px;
}
.viewfooter-two h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.viewfooter-two ul a {
    font-size: 18px;
    height: 33px;
    color: #fff;
    display: block;
}
.viewfooter-two i {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.footerinfo > .dmca {
    margin: 44px 0 35px 0;
}
#bottombar {
    height: 77px;
    line-height: 77px;
    background-color: #0d4c7b;
    border-top: 1px solid #fff;
}
.certificate {
    margin-right: 50px;
}
.social {
    margin-right: 15px;
}
.picapp,
.app {
    display: none;
}
#menufooter {
    display: none;
}
.wrapreadmore {
    width: 100%;
    text-align: center;
}
.readmorecenter {
    width: 333px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius: 15px;
    border: 1px solid #003663;
    height: 50px;
    line-height: 50px;
    color: #003663;
    font-size: 18px;
    font-weight: 700;
    color: #003663;
}
.readmorecenter:hover {
    background-color: #003663;
    color: #fff;
}
.viewlist-one {
    background-color: #d33b3b;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: block;
    display: none;
}
.itemlist-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    color: #fff;
}
.itemlist-wrap > a {
    display: table;
    width: 100%;
    min-height: 32px;
    margin-top: 10px;
}
.itemlist-wrap .seospan-one {
    color: #fff000;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
}
.itemlist-wrap h2 {
    color: #fff000;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
}
.centerrelateoflist {
    text-align: center;
    position: relative;
    height: 80px;
    line-height: 80px;
    margin-bottom: 30px;
}
.centerrelateoflist .related-one {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
.centerrelateoflist .related-one:after {
    content: "";
    bottom: 10px;
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: #d33b3b;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.centerrelateoflist > span {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
.centerrelateoflist > span:after {
    content: "";
    bottom: 10px;
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: #d33b3b;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.centerrelateoflist > a {
    position: absolute;
    right: 85px;
    color: #fff000;
}
.paraslider {
    margin-top: 10px;
    font-size: 16px;
}
.arealist-one {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.listcourselearn {
    background-color: #f4f4f4;
}
.listcourselearn .owl-item {
    height: 305px;
}
.listcourselearn .owl-item:after {
    display: block;
    clear: both;
    content: "";
}
.listcourselearn .owl-item > .item {
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
}
.listcourselearn .owl-item.active > .item {
    width: 270px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.listcourselearn .owl-item.active > .item > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.listcourselearn .owl-item.medium.active > .item {
    width: 100%;
    height: 100%;
}
.listcourselearn .owl-item.medium.active .itemlist-wrap h2 {
    font-size: 18px;
}
.listcourselearn .owl-item.medium.active .paraslider {
    font-size: 14px;
}
.listcourselearn .owl-item.medium.active .viewlist-one {
    display: block;
}
.listcourselearn .owl-theme .owl-dots {
    margin-top: 20px;
    margin-bottom: 20px;
}
#bannerlistcourse {
    background-image: url("../bgmin.jpg");
    height: 415px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
#bannerlistcourse.lazyloaded {
    background-image: url(../pictures/listcourse/bannerlist.png);
}
.bannerlistcourse {
    width: 1005px;
    top: 45%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.parasearchlist {
    color: #fff;
    text-align: center;
}
.parasearchlist-one {
    font-size: 30px;
}
.parasearchlist-two {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.breadcrumblistcourse {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    height: 38px;
    line-height: 38px;
    width: 1005px;
    padding-left: 15px;
}
.listcourse-one {
    color: #006faf;
    font-weight: 700;
}
.listcourse-two {
    color: #006faf;
    font-weight: 700;
}
.listcoursewrap {
    width: 1330px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    padding-top: 60px;
}
.allcourse {
    font-size: 24px;
    color: #38494a;
    height: 35px;
    line-height: 35px;
    position: relative;
}
.allcourse:after {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #d33b3b;
    width: 100px;
    height: 3px;
    left: 0;
}
.wrapselect {
    width: 100%;
    float: right;
    font-weight: 700;
    text-align: right;
    font-size: 18px;
}
.wrapselect > span {
    color: #d33b3b;
}
.slkbox {
    border: 1px solid #d8d8d8;
    height: 35px;
    float: right;
    padding-right: 15px;
    padding-left: 15px;
}
.listpost-one {
    position: relative;
}
.readmorelist {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    z-index: 2;
    width: 100px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background-color: #003471;
    border-radius: 20px;
    visibility: hidden;
}
.listimg {
    position: relative;
}
.listimg:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.listimg:hover .readmorelist {
    visibility: visible;
}
.listimg:hover:after {
    background-color: rgba(0, 0, 0, 0.8);
}
.listimg > img {
    height: 205px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.pricelist-one {
    position: absolute;
    top: 15px;
    right: -8px;
    background-image: url(../bgmin.jpg);
    width: 122px;
    height: 38px;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 33px;
    font-size: 18px;
    color: #d33b3b;
}
.pricelist-one.lazyloaded {
    background-image: url(../pictures/listcourse/stam.png);
}
.pricelist-one > kbd {
    font-size: 12px;
}
.listpostinner {
    margin-bottom: 30px;
}
.listpostinner:nth-child(2n + 1) > .listpost-one {
    margin-right: 20px;
}
.listpostinner:nth-child(2n) > .listpost-one {
    margin-left: 20px;
}
.listcontent-one {
    border-bottom: 5px solid #d33b3b;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
.listcontent-one .seospan-one {
    font-size: 20px;
    font-weight: 400;
    color: #006faf;
    margin-bottom: 0;
    padding-top: 5px;
}
.listcontent-one h2 {
    font-size: 20px;
    font-weight: 400;
    color: #006faf;
    margin-bottom: 0;
}
.centerlearnlist-one,
.area-list {
    display: block;
}
.centerlearnlist-one > i,
.area-list > i {
    width: 20px;
    height: 20px;
    color: #006faf;
    display: inline-block;
    text-align: center;
}
.area-list,
.centerlearnlist-one {
    color: #6c6c6c;
    font-size: 16px;
}
.timelist-one {
    height: 42px;
    line-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    border-top: 1px solid #e1e1e1;
    color: #6c6c6c;
}
.timelist-one i {
    width: 20px;
    height: 20px;
}
.communication {
    text-transform: uppercase;
}
.listcontentinner {
    padding: 15px;
}
.listcontentinner > a {
    margin-bottom: 10px;
    display: block;
    width: 100%;
}
.viewmorelist {
    text-align: center;
}
.viewmore-list {
    width: 245px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    color: #fff;
    background-color: #003471;
    font-size: 18px;
}
.marginlist {
    margin-bottom: 50px;
    overflow: hidden;
}
.sidebarlist {
    margin-left: 40px;
    position: relative;
}
.sidebarlist:after {
    position: absolute;
    content: "";
    left: 0;
    background-color: #d7d7d7;
    width: 1px;
    top: 70px;
    height: 400%;
}
.sidebarwrap {
    padding-left: 20px;
}
.titlesidebar {
    font-size: 18px;
    color: #003471;
    text-transform: uppercase;
    font-weight: 500;
}
.listforlist {
    margin-bottom: 50px;
    margin-top: 30px;
}
.listforlist > a {
    display: block;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}
.titlesidebar {
    position: relative;
}
.titlesidebar:after {
    content: "";
    position: absolute;
    bottom: -5px;
    background-color: #d33b3b;
    width: 60px;
    height: 1px;
    left: 0;
}
.listimgwrap {
    position: relative;
    margin-bottom: 30px;
}
.listimgwrap:first-child {
    margin-top: 40px;
}
.listimgwrap:last-child {
    margin-bottom: 0;
}
.listimgwrap:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.listimgwrap > img {
    width: 100%;
    height: 138px;
    -o-object-fit: cover;
    object-fit: cover;
}
.price-list {
    color: #fde428;
}
.listimginner {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: 15px;
}
.listimginner > a {
    display: block;
    margin-bottom: 5px;
}
.listimginner .seospan-one {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.listimginner .seospan-two {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.listimginner h2 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.slideroflist {
    background-image: url(../bgmin.jpg);
    background-size: 100% 100%;
    border-top: 30px solid #f4f4f4;
    height: 510px;
    margin-bottom: 30px;
}
.slideroflist.lazyloaded {
    background-image: url(../pictures/listcourse/logolistslider.png);
}
.slideroflist .owl-theme .owl-dots .owl-dot {
    vertical-align: middle;
}
.slideroflist .owl-theme .owl-dots .owl-dot span {
    background-color: #acacac;
}
.slideroflist .owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff000;
    width: 20px;
    height: 20px;
}
.slideroflist .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff000;
    width: 20px;
    height: 20px;
}
.slideroflist .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    background-color: transparent;
}
.slideroflist .owl-carousel .owl-nav button.owl-next {
    margin: 0;
    width: 270px;
    height: 180px;
    right: 87px;
    position: absolute;
    top: -90px;
    background-color: transparent;
}
.slideroflist .owl-carousel .owl-nav button.owl-next > span {
    display: none;
}
.slideroflist .owl-carousel .owl-nav button.owl-prev {
    margin: 0;
    width: 270px;
    height: 180px;
    left: 87px;
    position: absolute;
    top: -90px;
    background-color: transparent;
}
.slideroflist .owl-carousel .owl-nav button.owl-prev > span {
    display: none;
}
.rowtoplist {
    margin-bottom: 35px;
}
#bannerlistofcenters {
    background-image: url("../bgmin.jpg");
    height: 340px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
#bannerlistofcenters.lazyloaded {
    background-image: url(../pictures/listcourse/bannerlist2.png);
}
.listofcenters .parasearchlist-one,
.listofcenters .parasearchlist-two,
.listofcenters .listcourse-two {
    display: none;
}
.listofcenters .sidebarlist {
    margin-left: 5px;
}
.listofcenters .listpostinner {
    padding-bottom: 30px;
    position: relative;
}
.listofcenters .listpostinner:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 40%;
    border: 1px dashed #ababab;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.listofcenters .listpostinner:last-child:after {
    content: none;
}
.parasearchlist-three {
    font-size: 30px;
    margin-bottom: 50px;
}
.listcourse-three {
    color: #006faf;
    font-weight: 700;
}
.listofpost-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.listofpost-one > img {
    max-width: 240px;
    height: 250px;
    margin-right: 15px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.listofcontent-one {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.listofcontent-one .seospan-one {
    font-size: 20px;
    color: #006faf;
    font-weight: 400;
    text-transform: uppercase;
}
.listofcontent-one h2 {
    font-size: 20px;
    color: #006faf;
    font-weight: 400;
    text-transform: uppercase;
}
.areaof-list {
    font-size: 18px;
    color: #6c6c6c;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}
.titleoflist .seospan-two {
    color: #ff8400;
    font-size: 18px;
    font-weight: 400;
}
.titleoflist h3 {
    color: #ff8400;
    font-size: 18px;
    font-weight: 400;
}
.tableofprice {
    color: #707070;
    font-weight: 400;
    padding-bottom: 8px;
    padding-top: 8px;
}
.tableofprice > i {
    font-size: 20px;
    color: #707070;
}
.tableofprice.tableofprice-three > i {
    color: #ff0000;
}
.tableofwrap {
    width: 100%;
    background-color: #f9faf7;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tableofwrap td {
    width: 33.3333%;
}
.tableofprice-three kbd {
    font-size: 12px;
}
.tableofprice-three .linethrough {
    text-decoration-line: line-through;
}
.tableofprice-three .notlinethrough {
    font-size: 18px;
    color: #ff0000;
}
.tbodyof {
    color: #006faf;
    text-transform: uppercase;
}
.tbodyofend {
    color: #ff0000;
}
.tbodyofend kbd {
    font-size: 14px;
}
.tbodyofend span {
    font-size: 18px;
}
#bannerdetailcource {
    background-image: url("../bgmin.jpg");
    height: 312px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
#bannerdetailcource.lazyloaded {
    background-image: url(../pictures/course/bannerdetailcource.png);
}
.centerlearn-one {
    font-size: 24px;
    color: #fff000;
    font-weight: 700;
}
.contentbannerwrap {
    position: absolute;
    top: 30px;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.contentbannerwrap > h2 {
    font-size: 36px;
    color: #fff;
    margin-top: 20px;
}
.contentbannerwrap span {
    display: block;
}
.areadetail-course {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 15px;
}
.headdetailcourse {
    height: 135px;
    background-color: #fff;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    margin-right: auto;
    margin-left: auto;
    width: 702px;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.headdetailcourse > span {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 152px;
    height: 40px;
    text-align: center;
    background-color: #00856a;
    line-height: 40px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    z-index: 6;
    border-radius: 20px;
}
.headcourse {
    text-align: center;
    padding-top: 40px;
    font-size: 18px;
    width: 25%;
}
.headcourse > samp {
    display: block;
    color: #4d4d4d;
    font-weight: 500;
}
.headcourse > kbd {
    margin-top: 10px;
    display: block;
}
.headcourse-one > kbd {
    color: #ff0000;
}
.headcourse-two {
    position: relative;
}
.headcourse-two:after {
    content: "";
    position: absolute;
    right: 0;
    height: 45px;
    background-color: #b5b5b5;
    top: 50%;
    width: 1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.headcourse-two:before {
    content: "";
    position: absolute;
    left: 0;
    height: 45px;
    background-color: #b5b5b5;
    top: 50%;
    width: 1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.headcourse-four {
    position: relative;
}
.headcourse-four:before {
    content: "";
    position: absolute;
    left: 0;
    height: 45px;
    background-color: #b5b5b5;
    top: 50%;
    width: 1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.headcourse-two > kbd,
.headcourse-three > kbd,
.headcourse-four > kbd {
    color: #4d4d4d;
    text-transform: uppercase;
}
.contentwrapdetail {
    position: relative;
    top: -60px;
}
.contentwrapdetail > .titleh1detail {
    font-size: 36px;
    color: #616161;
    text-align: center;
    height: 40px;
    font-weight: 400;
}
.contentwrapdetail p {
    line-height: 30px;
}
.supplyunits {
    position: relative;
    top: -30px;
}
.supplyunits > span {
    font-size: 18px;
    color: #616161;
    border-left: 10px solid #fff000;
    padding-left: 10px;
}
.courseisprovided {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.courseisprovided > span {
    font-size: 24px;
    font-weight: 700;
    color: #00856a;
}
.itemdetail {
    position: relative;
}
.itemdetail > img {
    height: 240px;
}
.itemdetailinner {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.pricedetail {
    font-size: 18px;
    color: #ff0000;
    height: 36px;
    line-height: 36px;
    width: 130px;
    position: absolute;
    top: -18px;
    background-color: #fff;
}
.pricedetail > kbd {
    font-size: 16px;
    text-decoration: underline;
}
.pricedetailwrap {
    color: #fff;
    padding: 25px 0 0px 20px;
}
.pricedetailwrap i {
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
}
.pricedetailwrap h2 {
    font-size: 18px;
    color: #d9cd0f;
    text-transform: uppercase;
}
.pricedetailwrap > span {
    display: block;
    line-height: 30px;
}
.centerlearn-two {
    font-size: 16px;
}
.areadt-detail {
    font-size: 14px;
}
.relatedcourse {
    font-size: 24px;
    color: #242424;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c7c7c7;
}
.detailcourse .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 0;
    width: 100%;
}
.detailcourse .owl-theme .owl-nav .owl-prev {
    left: -30px;
    margin: 0;
}
.detailcourse .owl-theme .owl-nav .owl-prev:hover i:before {
    color: #000;
    font-weight: 900;
}
.detailcourse .owl-theme .owl-nav .owl-next {
    right: -30px;
    margin: 0;
}
.detailcourse .owl-theme .owl-nav .owl-next:hover i:before {
    color: #000;
    font-weight: 900;
}
.detailcourse .owl-theme .owl-nav > button {
    position: absolute;
    font-size: 30px !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.detailcourse .owl-theme .owl-nav > button:hover {
    border-color: transparent;
    background-color: transparent;
}
.detailcourse .owl-theme .owl-nav > button > span {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    line-height: 25px;
    font-size: 30px;
    text-align: center;
    color: #9d9d9d;
    border: 1px solid #9d9d9d;
}
.detailcourse .owl-theme .owl-nav > button > span:hover {
    border-color: #00856a;
    background-color: #00856a;
    color: #fff;
}
.detailcourse .owl-dots {
    margin-top: 20px;
    margin-bottom: 20px;
}
.detailcourse .owl-dots .owl-dot {
    vertical-align: middle;
}
.detailcourse .owl-dots .owl-dot.active span {
    background-color: #2eb5a0;
    width: 20px;
    height: 20px;
}
.detailcourse .owl-dots .owl-dot:hover span {
    background-color: #2eb5a0;
    width: 20px;
    height: 20px;
}
.titlestyle-seven {
    text-align: right;
    color: #ffb114;
    text-transform: none;
    font-size: 20px;
    font-weight: 700;
    float: right;
}
.contactformdt {
    position: fixed;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 11;
    width: 702px;
    border-radius: 5px;
    padding: 30px 60px;
    display: none;
}
.contactformdt > p {
    color: #ff0000;
    font-size: 24px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.contactformdt > a {
    display: block;
}
.contactformdt > samp {
    display: block;
    text-align: center;
}
.contactformdt > samp > i {
    color: #ff0000;
}
.contactformdt > span {
    display: block;
    font-size: 24px;
    color: #616161;
    margin-bottom: 10px;
}
.contactformdt > button {
    background-color: #00856a;
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    border-radius: 5px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.contactformdt > input {
    border: 1px solid #c9c9c9;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
}
.contactformdt > input::placeholder {
    color: #c9c9c9;
}
.contactform-one {
    font-size: 26px;
    color: #344348;
    text-decoration-line: underline;
    text-decoration-color: #fff000;
    margin-bottom: 20px;
}
.contactform-two {
    font-size: 18px;
    color: #616161;
    font-style: italic;
}
#bannerdetailcenter {
    height: 385px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
#bannerdetailcenter:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.titlecenterwrap {
    position: absolute;
    top: 40%;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.titlecenterwrap > h1 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}
.contentdetailcenter {
    position: relative;
    top: -100px;
    padding: 15px;
    background-color: #fff;
}
.viewcentercontent > p {
    line-height: 24px;
    margin: 7px 0;
}
.operation {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.operationhours {
    position: relative;
}
.operationhours:after {
    content: "";
    position: absolute;
    height: 80px;
    width: 2px;
    right: 0;
    background-color: #bfbfbf;
}
.operationwrap {
    background-color: #f3f5ec;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.operationico {
    text-align: center;
    margin-right: 30px;
}
.operationico > i {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    line-height: 50px;
    font-size: 30px;
    background-color: #f0f0f0;
    border-radius: 50%;
    color: #ff9c00;
}
.operationcontent > p {
    font-size: 18px;
    color: #8e8e8e;
    height: 35px;
}
.operationcontent > span {
    font-size: 20px;
    font-weight: 500;
    color: #00856a;
}
.previewcenter {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #595959;
    padding-left: 20px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.previewcenter:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 15px;
    background-color: #00856a;
}
.gallerry:after {
    display: block;
    clear: both;
    content: "";
}
.gallerry p {
    width: 49.5%;
    margin-bottom: 15px;
}
.gallerry p:nth-child(2n + 1) {
    float: left;
}
.gallerry p:nth-child(2n) {
    float: right;
}
.gallerry p img {
    width: 100%;
    border: 1px solid #f1f1f1;
}
.searchourcourses {
    border: 1px solid #b2b2b2;
    border-radius: 15px;
    padding: 25px 15px 0 15px;
    background-color: #fff;
}
.searchourcourses > span {
    font-size: 18px;
    color: #595959;
    position: relative;
    padding-left: 15px;
    display: block;
    margin-bottom: 30px;
}
.searchourcourses > span:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 10px;
    background-color: #00856a;
}
.searchourcourses input,
.searchourcourses select {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #b3b3b3;
    height: 50px;
    line-height: 50px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
    color: #2e2e2e;
    margin-bottom: 30px;
}
.seachcontentcenter {
    margin-bottom: 15px;
    display: block;
}
.seachcontentcenter-four > input {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: #003663;
}
.seachcontentcenter-three > input::placeholder {
    font-size: 18px;
    color: #cbcbcb;
}
.coursename-one {
    color: #00856a;
    font-size: 24px;
    font-weight: 500;
    padding-left: 10px;
    border-left: 15px solid #00856a;
    display: block;
    margin-top: 45px;
    margin-bottom: 30px;
    width: 100%;
}
.allcoursewrap-one {
    background-color: #f6f6f6;
    padding-bottom: 50px;
}
.tableofwrap-detailcenter {
    background-color: #f6f6f6;
}
.titleoflist-detail > h3 {
    font-size: 24px;
    font-weight: 500;
    color: #00856a;
}
.listoftable-detail {
    border-bottom: 1px solid #00856a;
    border-radius: 5px;
    margin-bottom: 30px;
}
.detailcenters .owl-theme .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
}
.detailcenters .owl-theme .owl-dots .owl-dot {
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px !important;
    text-align: center;
}
.detailcenters .owl-theme .owl-dots .owl-dot.active {
    background-color: rgba(156, 149, 149, 0.1);
}
.detailcenters .owl-theme .owl-dots .owl-dot:hover {
    background-color: rgba(156, 149, 149, 0.1);
}
.detailcenters .owl-theme .owl-dots .owl-dot > p {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}
.detailcenters .owl-theme .owl-dots .owl-dot > p.area-new {
    font-size: 18px;
}
.detailcenters .owl-theme .owl-dots .owl-dot > p > i {
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    color: #00856a;
}
.detailcenters .owl-theme .owl-dots .owl-dot span {
    display: none;
}
.detailcenters .select2-container--open .select2-dropdown {
    left: 0 !important;
    width: 332px !important;
}
.detailcenters .select2-container--default .select2-selection--single {
    height: 40px;
}
.detailcenters .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    height: 40px;
    display: block;
}
.detailcenters .owl-carousel .owl-nav {
    margin-top: 0;
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.detailcenters .owl-carousel .owl-nav button {
    position: absolute;
    bottom: 40px;
}
.detailcenters .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    top: 0px;
    z-index: 4545454;
    width: 33px;
    height: 33px;
}
.detailcenters .owl-carousel .owl-nav button.owl-next {
    right: 0;
    top: 0px;
    z-index: 4545454;
    width: 33px;
    height: 33px;
}
.detailcenters .owl-carousel .owl-nav button span {
    font-size: 50px;
    color: #ff0000;
}
.detailcenters .owl-carousel .owl-nav button:hover {
    background-color: transparent;
}
.detailcenters .owl-carousel .owl-nav button:hover span {
    color: #000;
}
.detailcenters.lionelowldots .owl-carousel .owl-nav {
    display: inherit !important;
}
#map-canvas {
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    margin-bottom: 40px;
}
#map-canvas .area-new {
    text-transform: uppercase;
    height: 40px;
}
.itemdetail-course > img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#baner.findteacher {
    height: 330px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    background-attachment: initial;
}
#baner.findteacher.lazyloaded {
    background-image: url(../pictures/listcourse/bgfindteacher.jpg);
}
.breadcrumbc.breadcrumbc-one {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.userneedknow-one > .tabseachcontentsearch {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.breadcrumbnewuser.breadcrumbnewuser-one {
    max-width: 1365px !important;
}
#thanks {
    height: 815px;
}
#thanks.lazyloaded {
    background-image: url(../pictures/thanks/thanks.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
}
.thankrow {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrapthanks {
    max-width: 1270px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    position: relative;
}
.sloganthank {
    font-size: 22px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 40px;
}
.titlethank {
    font-size: 48px;
    color: #fff;
    position: relative;
    font-weight: 700;
}
.titlethank:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 4px;
    background-color: #419ea5;
}
.contentthanks {
    height: 90px;
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
}
.contentthanks > p {
    background-color: #419ea5;
    display: inline-block;
    padding: 4px 15px;
}
.phonethank {
    position: relative;
    margin-bottom: 30px;
}
.orthank {
    position: absolute;
    right: -100px;
    top: 50%;
    margin-top: 15px;
    font-size: 30px;
    font-weight: 700;
}
.buttonthank-one {
    background-color: #419ea5;
    color: #fff;
    margin-right: 15px;
}
.buttonthank-two {
    border: 3px solid #419ea5;
    color: #419ea5;
}
.buttonthanks > a {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    border-radius: 15px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    vertical-align: middle;
}
.buttonthanks > a.buttonthank-two:hover {
    background-color: #fff;
    border-color: #6da341;
}
.searchcourse-one {
    width: 435px;
    float: right;
    padding-right: 30px;
    padding-left: 30px;
    background-color: rgba(171, 179, 183, 0.5);
}
.searchcourse-one > center {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
}
.searchcourse-one > center:after {
    position: absolute;
    content: "";
    bottom: -10px;
    height: 2px;
    width: 150px;
    background-color: #419ea5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.formcontrol {
    width: 100%;
    padding: 15px 30px 15px 50px;
    background-color: #fff;
    position: relative;
}
.seachwrapcenterss {
    position: relative;
    margin-bottom: 20px;
}
.seachwrapcenterss > i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    left: 15px;
}
.seachwrapcenterss .select2-container .select2-selection--single {
    height: 55px;
    line-height: 55px;
    border-radius: 0;
}
.seachwrapcenterss .select2-container .select2-selection--single > span {
    height: 55px;
    line-height: 55px;
    padding-left: 50px;
}
.seachwrapcenterss-four {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}
.seachwrapcenterss-four > i {
    color: #fff;
    position: absolute;
    left: 115px;
    font-size: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.seachwrapcenterss-four > input {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #ff8401;
    width: 100%;
    height: 50px;
}
.thanks .select2-container--open .select2-dropdown {
    left: 0 !important;
    top: 0;
    width: 373px !important;
}
#big .item {
    margin: 2px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}
#thumbs .item {
    padding: 0px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}
#thumbs .item:hover {
    background-color: rgba(156, 149, 149, 0.1);
}
#thumbs .current .item {
    background-color: rgba(156, 149, 149, 0.1);
}
#thumbs .owl-dots {
    display: none;
}
#thumbs .owl-nav {
    position: relative;
    top: -65px;
    z-index: -1;
}
#thumbs .owl-nav i {
    color: #fff;
}
#thumbs button.owl-prev {
    left: -50px;
}
#thumbs button.owl-next {
    right: -50px;
}
span.areamap {
    padding: 15px;
}
span.areamap-one {
    padding: 15px;
    font-size: 18px;
    color: #7e7e7e;
}
span.areamap-one > i {
    color: #00856a;
}
span.areamap-two {
    color: #000;
}
.owl-theme .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}
#big.owl-theme {
    position: relative;
}
#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
    background: #333;
    width: 22px;
    line-height: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
}
#big.owl-theme .owl-prev {
    left: 10px;
}
#big.owl-theme .owl-next {
    right: 10px;
}
#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
    background: #0d4c7b;
}
#thumbnails {
    width: 788px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
#thumbnails .current .itemcenter {
    background-color: #003471;
}
#thumbnails .itemcenter {
    position: relative;
    border: 1px solid #003471;
    border-radius: 10px;
    text-align: left;
    padding-left: 30px;
}
#thumbnails .owl-stage-outer {
    margin-right: auto;
    margin-left: auto;
}
#thumbnails .owl-stage-outer .owl-stage .owl-item {
    padding-right: 15px;
    padding-left: 15px;
}
.owl-item span.areacentermap-one {
    margin: 5px;
    font-size: 18px;
    color: #003471;
    font-weight: 700;
}
.owl-item span.areacentermap-two {
    margin: 5px;
    font-size: 15px;
    color: #003471;
}
.owl-item.current span.areacentermap-one {
    margin: 5px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.owl-item.current span.areacentermap-two {
    margin: 5px;
    font-size: 15px;
    color: #fff;
}
.owl-item .itemcenter > i {
    position: absolute;
    color: #003471;
    left: 10px;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-item.current .itemcenter > i {
    color: #fff;
}
.colmap {
    float: left;
}
.colmap-one {
    width: 28%;
    margin-right: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 327px;
    -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.18);
}
.colmap-one img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}
.colmap-two {
    width: 70%;
}
.mapwrapdetail {
    text-align: left;
    line-height: 25px;
    padding-right: 15px;
    padding-left: 15px;
}
.maptitle-one {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    min-height: 48px;
}
.maparea-one {
    font-size: 16px;
    color: #1a1a1a;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}
.pagination strong {
    background: #fff none repeat scroll 0 0;
    box-shadow: none;
    text-decoration: none;
    border: 3px solid #edeff7;
    padding: 9px 15px;
    font-size: 15px;
    color: #003471;
    border-radius: 30px;
    height: 40px;
    margin-right: 10px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
} /*.para1{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;-o-text-overflow:ellipsis;text-overflow:ellipsis;word-wrap:break-word;overflow:hidden;position:relative}*/
.para2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    position: relative;
}
.para3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    position: relative;
}
.para4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    position: relative;
}
.para5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    position: relative;
}
.flexend {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flexgrow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.translateX50 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.translateY50 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.containertoic {
    max-width: 1170px;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;
}
.containertoic-index {
    position: relative;
    z-index: 2;
}
.onlinetoic {
    font-weight: 700;
    font-size: 48px;
    line-height: 67px;
    color: #fff;
    margin-top: 55px;
}
.bannertoic {
    height: 415px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    position: relative;
}
.bannertoic.lazyloaded {
    background-image: url(../pictures/toic/banner/1.png);
}
.bannertoic.lazyloaded:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0.76%, rgba(0, 52, 113, 0.84)),
        color-stop(48.84%, rgba(69, 107, 151, 0.58)),
        color-stop(59.52%, rgba(72, 109, 153, 0.42)),
        color-stop(79.65%, rgba(255, 255, 255, 0))
    );
    background: -o-linear-gradient(left, rgba(0, 52, 113, 0.84) 0.76%, rgba(69, 107, 151, 0.58) 48.84%, rgba(72, 109, 153, 0.42) 59.52%, rgba(255, 255, 255, 0) 79.65%);
    background: linear-gradient(90deg, rgba(0, 52, 113, 0.84) 0.76%, rgba(69, 107, 151, 0.58) 48.84%, rgba(72, 109, 153, 0.42) 59.52%, rgba(255, 255, 255, 0) 79.65%);
}
.slogantoic-one {
    font-size: 22px;
    color: #fff;
    margin-top: 15px;
    line-height: 34px;
    width: 673px;
}
.testfull {
    background-color: #f4f4f4;
    padding-top: 45px;
    padding-bottom: 30px;
}
.testfull .owl-stage {
    margin-top: 15px;
    margin-bottom: 15px;
}
.testfullonetwo {
    color: #003471;
    display: block;
}
.testfullwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.testfull-one {
    font-size: 30px;
}
.testfull-two {
    font-size: 20px;
    margin-top: 15px;
}
.testfullwrap_one {
    font-weight: 700;
    text-align: right;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 4px solid #003471;
}
.testfullwrap_two {
    text-align: left;
}
.rowtoic-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.rowtoic-exam {
    margin-top: 35px;
    margin-bottom: 60px;
}
.testfullslider .owl-item {
    padding-left: 15px;
    padding-right: 15px;
}
.testfullslider.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    border: 1px solid #003471;
    background-color: transparent;
}
.testfullslider.owl-theme .owl-dots .owl-dot.active span {
    background-color: #003471;
    border: none;
}
.spanexam-one {
    height: 107px;
    width: 107px;
    color: #003471;
    line-height: 40px;
    font-size: 30px;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #003471;
}
.spanexam-two {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #003471;
    font-size: 30px;
    height: 37px;
    line-height: 37px;
    margin-bottom: 30px;
}
.spanexam_three {
    font-weight: 700;
    border-right: 4px solid #003471;
    padding-right: 15px;
    margin-right: 15px;
}
.spanexam_one {
    display: block;
    margin-top: 15px;
}
.timedateexam-one {
    font-size: 20px;
    color: #003471;
}
.exam-one {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 197px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.exam-one.active,
.exam-one:hover {
    background-color: #003471;
}
.exam-one.active .spanexam,
.exam-one:hover .spanexam {
    color: #fff;
    border: 1px solid #fff;
}
.exam-one.active .timedateexam-one,
.exam-one:hover .timedateexam-one {
    color: #fff;
}
.exam-one.active .spanexam-one,
.exam-one:hover .spanexam-one {
    color: #fff;
    border: 1px solid #fff;
}
.bannerlisten {
    height: 325px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    position: relative;
    background-attachment: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bannerlisten.lazyloaded {
    background-image: url(../pictures/toic/banner/3.jpg);
}
.bannerlisten.lazyloaded:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 52, 113, 0.7);
}
.testshortwrapinner {
    padding: 11px;
}
.testshortwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}
.testshort-one {
    display: block;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.testshort-two {
    font-weight: 700;
    font-size: 20px;
}
.testshortonetwo {
    color: #fff;
}
.testshortwrap_one {
    text-align: right;
    margin-right: 10px;
}
.testshortwrap_one.active {
    background-color: #fff;
    border-radius: 10px;
}
.testshortwrap_one.active .testshort-one {
    color: #003471;
}
.testshortwrap_one.active .testshort-two {
    color: #003471;
}
.testshortwrap_two {
    text-align: left;
}
.testshortwrap_two.active {
    background-color: #fff;
    border-radius: 10px;
}
.testshortwrap_two.active .testshort-one {
    color: #003471;
}
.testshortwrap_two.active .testshort-two {
    color: #003471;
}
.testlistenwrap {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 2;
}
.testlistenpercent {
    width: 100%;
    float: left;
    padding: 10px;
}
.testlisten-one {
    border-radius: 10px;
    padding-left: 10px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    border: 1px solid #fff;
    color: #fff;
}
.testlisten-one .linklisten-one {
    color: #fff;
}
.testlisten-one:hover {
    color: #003471;
    background-color: #fff;
}
.testlisten-one:hover .linklisten-one {
    color: #003471;
}
.firsttestlisten .testlistenpercent:first-child .testlisten-one {
    border-radius: 10px;
    padding-left: 10px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    border: 1px solid #fff;
    color: #003471;
    background-color: #fff;
}
.firsttestlisten .testlistenpercent:first-child .testlisten-one .linklisten-one {
    color: #003471;
}
.firsttestlisten .testlistenpercent:first-child .testlisten-one:hover {
    color: #003471;
    background-color: #fff;
}
.firsttestlisten .testlistenpercent:first-child .testlisten-one:hover .linklisten-one {
    color: #003471;
}
.containerdocument {
    background-color: #f4f4f4;
    padding-top: 60px;
    padding-bottom: 40px;
}
.testpreparationwrap {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    padding: 15px;
}
.testpreparation {
    font-size: 24px;
    color: #003471;
    font-weight: 700;
    height: 56px;
    line-height: 56px;
    margin-bottom: 15px;
    border-bottom: 1px solid #003471;
}
.listtoicwrap-one {
    font-size: 18px;
    color: #000;
    display: block;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.listtoicwrap-one:last-child {
    margin-bottom: 0;
}
.listtoicwrap-one i {
    display: inline-block;
    color: #003471;
    line-height: 50px;
    font-size: 25px;
}
.listtoic-one {
    line-height: 30px;
}
.listtoicwrapout {
    overflow-y: auto;
    height: 410px;
}
div.testpreparationbox {
    padding-right: 15px;
    padding-left: 15px;
}
div.spanexam-three {
    max-height: 95px;
    max-width: 95px;
    min-height: 95px;
    min-width: 95px;
    text-align: center;
    color: #003471;
    line-height: 30px;
    font-size: 24px;
    border-radius: 50%;
    border: 1px solid #003471;
    margin-right: 15px;
}
.itemtestshot-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}
.timedateexam-two {
    font-size: 20px;
    color: #003471;
}
.timedateexam-two.one {
    margin-bottom: 15px;
}
.firstActiveItem .itemtestshot-one.one {
    background-color: #003471;
}
.firstActiveItem .itemtestshot-one.one .spanexam-three {
    color: #fff;
    border: 1px solid #fff;
}
.firstActiveItem .itemtestshot-one.one .timedateexam-two {
    color: #fff;
}
.testshort {
    margin-top: 40px;
}
.testshort > .owl-stage-outer {
    padding-top: 15px;
}
.testshort .owl-dot span {
    width: 70px !important;
    height: 5px !important;
}
.testshort .owl-dots {
    margin-top: 0 !important;
}
.testshort .owl-item {
    padding-right: 15px;
    padding-left: 15px;
}
.grandchild {
    float: left;
    padding: 15px;
}
.itemtestshot-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}
.timedateexam-two {
    font-size: 20px;
    color: #003471;
}
.timedateexam-two.one {
    margin-bottom: 15px;
}
.firstActiveItem .itemtestshot-one.one {
    background-color: #003471;
}
.firstActiveItem .itemtestshot-one.one .spanexam-three {
    color: #fff;
    border: 1px solid #fff;
}
.firstActiveItem .itemtestshot-one.one .timedateexam-two {
    color: #fff;
}
.testshort {
    margin-top: 40px;
}
.testshort > .owl-stage-outer {
    padding-top: 15px;
}
.testshort .owl-dot span {
    width: 70px !important;
    height: 5px !important;
}
.testshort .owl-dots {
    margin-top: 0 !important;
}
.testshort .owl-item {
    padding-right: 15px;
    padding-left: 15px;
}
.testlistenout,
.testreadnout {
    display: none !important;
}
.testlistenout.active,
.testreadnout.active {
    display: block !important;
}
.testlistenout.owl-theme .owl-nav [class*="owl-"]:hover,
.testreadnout.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent !important;
}
.testlistenout .owl-nav,
.testreadnout .owl-nav {
    margin-top: 0 !important;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.testlistenout .owl-nav .owl-prev,
.testreadnout .owl-nav .owl-prev {
    position: absolute;
    left: -30px;
}
.testlistenout .owl-nav .owl-next,
.testreadnout .owl-nav .owl-next {
    position: absolute;
    right: -30px;
}
.testlistenout .owl-nav button,
.testreadnout .owl-nav button {
    font-size: 70px !important;
    color: #fff !important;
    top: -20px;
}
.pointloadder {
    background-color: #f5f5f5;
}
.pointladderonewrap {
    background-color: rgba(66, 123, 189, 0.88);
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    padding: 35px;
    text-align: center;
}
.pointone {
    font-size: 40px;
    margin-bottom: 30px;
    text-decoration: underline;
    text-decoration-line: underline;
}
.pointtwo {
    font-size: 30px;
    text-transform: uppercase;
}
.breadpoint {
    font-size: 16px;
    background-color: #f4f4f4;
    text-transform: uppercase;
    padding: 10px 15px;
    color: #003471;
}
.breadpoint > a {
    color: #003471;
}
.backpoint {
    color: #003471;
    font-size: 30px;
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
}
.thclasswrap {
    width: 25%;
    float: left;
    border-right: 1px solid #333;
}
.thclasswrap:last-child {
    border-right: none;
}
.thclasswrap .thclass:first-child {
    border-right: 1px solid #c4c4c4;
}
.thclasswrap .trclasswrap:nth-child(even) {
    background-color: #f4f4f4;
}
.trclasswrap .trclass:first-child {
    border-right: 1px solid #c4c4c4;
}
.thclass {
    width: 50%;
    float: left;
    height: 90px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 10px 5px;
    background-color: #598bc5;
}
.trclass {
    width: 50%;
    float: left;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #444;
}
.pointladder {
    max-width: 1170px;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;
}
.pointladder-two {
    margin-bottom: 30px;
}
.colpoint {
    width: 12.5%;
}
.colpointhead {
    padding: 20px 15px;
    text-align: center;
    background-color: #598bc5;
    height: 80px;
}
.tabpoint {
    display: block;
    color: #444;
    font-size: 20px;
    text-align: center;
    height: 23px;
    line-height: 23px;
}
.tabpoint-one:hover {
    background-color: #003471;
    color: #fff;
}
.tabpoint-two {
    background-color: #f4f4f4;
}
.tabpoint-two:hover {
    background-color: #003471;
    color: #fff;
}
.resultbale {
    width: 830px;
    border: 1px solid #c4c4c4;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.result-bale {
    font-size: 24px;
    color: #003471;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #c4c4c4;
    margin-right: 30px;
    margin-left: 30px;
    height: 56px;
    line-height: 56px;
}
.viewlist {
    font-size: 20px;
    line-height: 45px;
    color: #003471;
}
.viewlist .no {
    font-weight: 700;
}
.viewlist .three {
    color: #fd9800;
}
.viewlist .active {
    font-weight: 700;
    color: #fd9800;
}
.viewlistwrap {
    padding-top: 15px;
    padding-bottom: 15px;
}
.pointladderwrap-two {
    width: 34%;
    border-right: 1px solid #bdbdbd;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
}
.pointladderwrap-one {
    width: 66%;
    border: 1px solid #bdbdbd;
}
.pointladderwrap-one:after {
    content: "";
    display: table;
    clear: both;
}
.tabwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.pointladderwrap {
    display: table-cell;
    vertical-align: top;
}
.part {
    width: 12%;
    border-right: 1px solid #bdbdbd;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
}
.part.active {
    background-color: #003471;
    color: #fff;
}
.videotest {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 260px;
}
.destest {
    color: #000;
    font-size: 18px;
}
.titleresult-one {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}
.titleresult-two {
    font-size: 24px;
    text-align: center;
}
.destitlewrap {
    padding: 20px 25px;
}
.result-one {
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    border-radius: 50%;
    color: #000;
    border: 1px solid #003471;
    margin-right: 10px;
    position: relative;
}
.result-one.noactive {
    background-color: #003471;
    color: #fff;
}
.result-one.noactive:after {
    position: absolute;
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: red;
    left: -25px;
    font-size: 25px;
}
.result-one.active:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -30px;
    font-size: 25px;
    position: absolute;
    color: #1ac67d;
}
.checkresult {
    margin-top: 15px;
    padding-left: 20px;
    margin-bottom: 15px;
}
.pointladderpart {
    margin-bottom: 40px;
    display: table;
}
.resultspoit {
    padding: 10px;
}
.boxresultinner {
    margin-top: 10px;
    margin-bottom: 10px;
}
.boxresult {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}
.boxresult-two {
    font-size: 18px;
}
.boxresult-one {
    display: inline-block;
    height: 30px;
    width: 70px;
    vertical-align: middle;
}
.boxresult-one.one {
    background-color: #1ac67d;
}
.boxresult-one.two {
    background-color: #d62c2c;
}
.boxresult-one.three {
    background-color: #eee;
}
.boxresult-one.four {
    background-color: #003471;
}
.titleparts {
    font-size: 20px;
    text-decoration-line: underline;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    color: #1ac67d;
    font-weight: 700;
}
.wrapperpart.active .titleparts:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    position: absolute;
    color: #1ac67d;
}
.rowpart {
    margin-bottom: 13px;
}
.rowpart:after {
    content: "";
    display: table;
    clear: both;
}
.rowpart > span {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: #eee;
    line-height: 35px;
    float: left;
    border-right: 0.5px solid #000;
    border-top: 0.5px solid #000;
    border-bottom: 0.5px solid #000;
    position: relative;
}
.rowpart > span:first-child {
    border-left: 0.5px solid #000;
}
.rowpart > span.one {
    background-color: #1ac67d;
    color: #fff;
    border: none;
}
.rowpart > span.two {
    color: #fff;
    background-color: #d62c2c;
    border: none;
}
.rowpart > span:hover {
    color: #000;
    background-color: pink;
    border: none;
}
.wrapperpart.active .rowpart > span.active:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    position: absolute;
    color: #28a745;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.wrapperpartout {
    height: 703px;
    overflow-y: scroll;
}
.tabpart {
    display: none;
}
.tabpart.active {
    display: block;
}
.videotestwrap {
    display: none;
}
.videotestwrap.active {
    display: block;
}
.mystyle:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    position: absolute;
    color: #28a745;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#clickme {
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #003471;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
#clickme:hover {
    color: #003471;
    background-color: #fff;
    border: 2px solid #003471;
    font-weight: 700;
}
.testnumber {
    color: #003471;
    font-weight: 700;
    font-size: 24px;
    background-color: #fff;
    border: 1px solid #828282;
    border-radius: 10px;
    max-width: 385px;
    max-height: 141px;
    line-height: 60px;
    text-align: center;
    float: left;
    padding: 2px;
}
.topname {
    color: #003471;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #828282;
    border-radius: 10px;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
}
.topview {
    position: relative;
    height: 140px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.popupresult {
    width: 830px;
    height: 483px;
    padding: 10px;
    position: fixed;
    z-index: 10;
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(0, 73, 125, 0.83);
    display: none;
}
.popupresult.active {
    display: block;
}
.colosetoicone {
    position: absolute;
    right: -25px;
    top: -25px;
    font-size: 36px;
    color: #003471;
}
.popupresultinner {
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
}
.resultone {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    height: 75px;
    line-height: 75px;
    position: relative;
}
.resultone:after {
    position: absolute;
    content: "";
    bottom: 0;
    border-bottom: 2px solid #fd9800;
    width: 95%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.listeningwrap {
    padding-top: 20px;
    padding-bottom: 20px;
}
.listeningonetwo {
    width: 50%;
    float: left;
    color: #fff;
}
.listeningone {
    text-align: right;
}
.listeningone .one {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}
.listeningone .two {
    font-size: 16px;
}
.listeningtwo {
    text-align: left;
    font-size: 24px;
}
.listeningtwo .two {
    color: #fd9800;
}
.viewresulwrap {
    text-align: center;
}
.viewresulonetwo {
    display: inline-block;
    width: 270px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}
.viewresulonetwo:hover {
    background-color: #fd9800;
    border: 1px solid transparent;
    color: #fff;
}
.viewresulone {
    background-color: #fd9800;
    margin-right: 10px;
}
.viewresultwo {
    border: 1px solid #fff;
    margin-left: 10px;
}
@media (max-width: 991px) {
    .bannertoictl {
        height: 265px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: top;
        position: relative;
    }
    .bannertoictl.lazyloaded {
        background-image: url(../pictures/toic/banner/1tl.png);
    }
    .bannertoictl.lazyloaded:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 52, 113, 0.77)), color-stop(51.89%, rgba(69, 107, 151, 0.68)), color-stop(63.42%, rgba(72, 109, 153, 0.45)), color-stop(85.16%, rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(left, rgba(0, 52, 113, 0.77) 0, rgba(69, 107, 151, 0.68) 51.89%, rgba(72, 109, 153, 0.45) 63.42%, rgba(255, 255, 255, 0) 85.16%);
        background: linear-gradient(90deg, rgba(0, 52, 113, 0.77) 0, rgba(69, 107, 151, 0.68) 51.89%, rgba(72, 109, 153, 0.45) 63.42%, rgba(255, 255, 255, 0) 85.16%);
    }
    .onlinetoictl {
        font-size: 30px;
        line-height: 40px;
        margin-top: 30px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .slogantoictl-one {
        font-size: 16px;
        margin-top: 0;
        line-height: 30px;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        max-width: 600px;
    }
    .examtl-one {
        width: 100%;
        margin: 1px;
    }
    .testfulltl .owl-stage-outer {
        margin: -1px;
    }
    .testshortmb-one {
        font-size: 24px;
    }
    .testshortmb-two {
        font-size: 16px;
    }
    .testlistenout .owl-stage-outer,
    .testreadnout .owl-stage-outer {
        margin: 0;
    }
    .testpreparationout {
        clear: both;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .testpreparationout.owl-carousel .owl-stage-outer {
        padding-bottom: 60px;
    }
    .testpreparationout .owl-dots.disabled {
        display: block !important;
        margin-top: 0 !important;
    }
    .testpreparationout div.testpreparationbox {
        padding-right: 0;
        padding-left: 0;
    }
    .testpreparationout.owl-carousel .owl-item {
        opacity: 0;
    }
    .testpreparationout.owl-carousel .owl-item.active {
        opacity: 1;
        z-index: 343;
    }
    .testpreparationout.owl-carousel .owl-item.active .testpreparationwrapmb {
        background-color: rgba(0, 0, 0, 0.15);
    }
    .testpreparationout.owl-carousel .owl-item.active.center {
        top: 40px;
        z-index: 3434343434;
    }
    .testpreparationout.owl-carousel .owl-item.active.center .testpreparationwrap {
        width: 260px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
    }
    .testpreparationout.owl-carousel .owl-item.active.center .testpreparationwrapmb {
        background-color: #fff;
    }
    .testpreparationout .testpreparationout.owl-carousel .owl-item.active.center .testpreparationwrap {
        width: 335px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
    }
    .testpreparationout.owl-carousel .owl-item.active.center .testpreparationwrap {
        width: 435px;
    }
}
@media (max-width: 600px) {
    .testpreparationout.owl-carousel .owl-item.active.center .testpreparationwrap {
        width: 335px;
    }
    .spanexammb-two {
        font-size: 18px;
        height: 60px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .spanexammb-three {
        max-height: 70px;
        min-height: 70px;
        max-width: 70px;
        min-width: 70px;
        font-size: 20px;
        line-height: 30px;
    }
    .spanexammb_one {
        margin-top: 5px;
    }
    .timedateexammb-two {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .bannertoicmb {
        height: 197px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: top;
        position: relative;
    }
    .bannertoicmb.lazyloaded {
        background-image: url(../pictures/toic/banner/1mb.png);
    }
    .bannertoicmb.lazyloaded:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 52, 113, 0.77)), color-stop(60.94%, rgba(69, 107, 151, 0.68)), color-stop(85.94%, rgba(72, 109, 153, 0.38)), to(rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(left, rgba(0, 52, 113, 0.77) 0, rgba(69, 107, 151, 0.68) 60.94%, rgba(72, 109, 153, 0.38) 85.94%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(90deg, rgba(0, 52, 113, 0.77) 0, rgba(69, 107, 151, 0.68) 60.94%, rgba(72, 109, 153, 0.38) 85.94%, rgba(255, 255, 255, 0) 100%);
    }
    .onlinetoicmb {
        font-size: 22px;
        line-height: 30px;
        margin-top: 30px;
        width: 100%;
        text-align: center;
        padding-right: 0;
        padding-left: 0;
    }
    .slogantoicmb-one {
        font-size: 12px;
        margin-top: 0;
        line-height: 24px;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .testfullmb-one {
        font-size: 18px;
    }
    .testfullmb-two {
        font-size: 13px;
    }
    .testshortmb-one {
        font-size: 18px;
    }
    .testshortmb-two {
        font-size: 13px;
    }
    .exammb-one {
        width: 100%;
        background-color: #003471;
    }
    .exammb-one .spanexammb-one {
        color: #fff;
        border: 1px solid #fff;
    }
    .exammb-one .timedateexammb-one {
        color: #fff;
    }
    .containerdocumentmb {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .testpreparationwrapmb {
        padding-top: 0;
        padding-bottom: 0;
    }
    .listtoicwrapmb-one {
        font-size: 12px;
    }
    .spanexammb_three {
        width: 50%;
        float: left;
        padding-right: 0;
        margin-right: 0;
    }
    .spanexammb_four {
        float: right;
        width: 50%;
    }
}
@media (max-width: 400px) {
    .testpreparationout.owl-carousel .owl-item.active.center .testpreparationwrap {
        width: 260px;
    }
}
@media (min-width: 769px) {
    .hdmin769 {
        display: none;
    }
}
@media (max-width: 768px) {
    .hdmax768 {
        display: none;
    }
}
@media (max-width: 991px) {
    .pointladderwrapmb {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        overflow: hidden;
    }
    .resultbalemb {
        width: 100%;
    }
    .viewlistmb {
        font-size: 14px;
    }
    .pointladderpartmb {
        display: block;
    }
    .tabwrapmb {
        display: block;
    }
    .partmb {
        width: 25%;
        float: left;
        position: relative;
    }
    .partmb:after {
        position: absolute;
        content: "";
        background-color: #bdbdbd;
        width: 800%;
        height: 1px;
        left: 0;
        bottom: 0;
    }
    .partmb-four {
        border-right: none;
    }
    .rowpartmb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .rowpartmb > span {
        border-left: 0.5px solid #000;
    }
    .wrapperpartoutmb {
        height: auto;
        overflow-y: initial;
    }
    .pointladderwrapmb-two {
        width: 100%;
        display: block;
        margin-right: auto;
        margin-left: auto;
        border-left: 1px solid #bdbdbd;
    }
    .destitlewrapmb {
        padding: 0 15px;
    }
}
@media (max-width: 991px) and (min-width: 780px) {
    .rowparttl > span {
        width: 58px;
        line-height: 58px;
        height: 58px;
    }
}
@media (max-width: 780px) and (min-width: 600px) {
    .rowpartmb > span {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .wrapperpartoutside .owl-stage-outer {
        margin: 5px;
    }
}
.thclasswrapmb {
    width: 50%;
    float: left;
}
.thclasswrapmb .thclassmb:first-child {
    border-right: 1px solid #c4c4c4;
}
.thclassmb {
    width: 50%;
    float: left;
    text-align: center;
    padding: 5px;
    background-color: #598bc5;
    height: 50px;
    color: #fff;
}
.pointladder-three .thclasswrapmb:first-child {
    border-right: 1px solid #333;
}
.trclassmb {
    width: 50%;
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.trclasswrapmb .trclassmb:first-child {
    border-right: 1px solid #c4c4c4;
}
.thclasswrapmb .trclasswrapmb:nth-child(even) {
    background-color: #f4f4f4;
}
.pointladder-three {
    margin-bottom: 30px;
}
@media (max-width: 480px) {
    .breadpointmb {
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    .pointladderonewrapmb {
        padding: 15px;
    }
    .pointonemb {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 15px;
    }
    .pointtwomb {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 480px) {
    .pointladderonewrapmb {
        padding: 15px;
    }
    .pointonemb {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 15px;
    }
    .pointtwomb {
        font-size: 13px;
        line-height: 20px;
    }
}
@media (max-width: 991px) {
    .clickmemb {
        margin-bottom: 20px;
    }
    .testnumbermb {
        width: 100px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .topnamemb {
        width: 180px;
        height: 36px;
        line-height: 36px;
        margin-top: 0;
        margin-bottom: 0;
    }
    span.toptimemb {
        top: 50px;
    }
    #countDown.countDownmb {
        width: 100%;
        text-align: center;
        top: 80px;
    }
    .startendwrapmb {
        width: 100%;
        text-align: center;
    }
    div.startendtestmb {
        float: none;
        display: inline-block;
    }
    .topviewtl {
        height: 200px;
    }
    .startendtesttl {
        margin-right: 30px;
    }
}
@media (max-width: 480px) {
    div.startendtestmb {
        width: 90%;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    div.startendtestmb.starttest {
        margin-bottom: 15px;
    }
    .topviewmb {
        height: 240px;
    }
}
.owl-item.active.medium a.viewlist.viewlist-one {
    height: 40px;
    line-height: 40px;
}
.listcontentinner > a {
    position: relative;
    height: 23px;
}
.listcontentinner > a > span {
    position: absolute;
    bottom: 0;
    background-color: #fff;
}
