
#header {
    background: #fff
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  border-bottom: 2px solid #eee;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

body.has-fixed-header {
  padding-top: 90px; /* equal to header height */
}


#header .header-logo {
    width: 180px;
    height: 85px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

#header .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative
}
.fixed-header + .menu {
  top: 85px; /* below fixed header */
}

#header #login {
    color: #fd6c73;
    cursor: pointer;
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #fd6c73;
    font-family: 'Roboto', sans-serif;
    vertical-align: middle
}

#header .search_icon {
    display: inline-block;
    height: 43px;
    width: 43px;
    border-radius: 5px;
    text-align: center;
    margin-left: 20px;
    border: 1px solid #00abab;
    vertical-align: middle
}

#header .search_icon svg {
    height: 24px;
    width: 24px;
    fill: #000;
    cursor: pointer;
    margin: 9px 0;
    padding: 2px
}

#header .menu {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /*padding: 0 10px 0 40px*/
}

#header .menu li a {
    padding: 24px 35px 24px 10px;
    font-size: 17px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
    position: relative
}

#header .menu li a:after {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(45deg);
    border-style: solid;
    border-color: #333;
    border-width: 0 1px 1px 0;
    padding: 3px;
    transition: all .2s ease 0;
    border-color: #000
}
.sub_menu { z-index: 10000; }

.sub_menu {
    
    display: none;
    position: absolute;
    left: 0;
    top: 64px;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    box-shadow: 0 5px 10px #000;
    padding: 10px;
    width: 100%
}

.sub_menu_2 {
    padding: 0
}

#header .menu li:hover .sub_menu {
    display: block
}

#header .study_abroad_wrapper {
    display: flex;
    justify-content: flex-start
}

#header .study_abroad_cell {
    width: 25%;
    padding: 0 10px
}

#header .study_abroad_cell h5 {
    color: #333;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 14px
}

#header .study_abroad_cell ul li {
    padding: 5px 0
}

#header .study_abroad_cell ul li a {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    display: inline-block;
    padding: 0
}

#header .study_abroad_cell ul li a:after {
    display: none
}

#header .study_abroad_cell ul li a:hover {
    color: #348fd6
}

#header .update_wrapper {
    display: flex;
    justify-content: flex-start
}

#header .update_cell {
    width: 25%;
    padding: 0 5px
}

#header .update_cell figure {
    margin: 0 0 10px
}

#header .more_cell {
    width: 20%;
    padding: 0 10px
}

#header .more_wrapper {
    display: flex
}

#header .more_wrapper h5 {
    color: #333;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 14px
}

#header .more_wrapper ul {}

#header .more_wrapper ul li {
    padding: 5px 0
}

#header .more_wrapper ul li a {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    display: inline-block;
    padding: 0
}

#header .more_wrapper ul li a:after {
    display: none
}

#header .more_wrapper ul li a:hover {
    color: #348fd6
}

#header .commonCtaBlock {
    padding: 15px;
    border-image-source: linear-gradient(90deg, #3aa6a7, #348fd6);
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px
}

#header .commonCtaBlock h4 {
    background: -webkit-linear-gradient(0deg, #d67f34, #348fd6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif
}

#header .commonCtaBlock h3 {
    color: #f1803e;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin: 0 0 5px
}

#header .commonCtaBlock strong {
    font-size: 14px;
    color: #348fd6;
    position: relative;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    cursor: pointer
}

#header .commonCtaBlock strong:after {
    content: '';
    position: absolute;
    width: 2px;
    transform: rotate(60deg);
    height: 6px;
    background: #348fd6;
    right: -12px;
    top: 7px
}

#header .commonCtaBlock strong:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 6px;
    background: #348fd6;
    right: -12px;
    top: 5px;
    transform: rotate(-60deg)
}

#header .menu li .update_wrapper a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    display: inline-block;
    padding: 0;
    margin: 0 0 10px
}

#header .menu li .update_wrapper a:hover {
    color: #348fd6
}

#header .menu li .update_wrapper p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin: 0
}

#header .menu li .read_artical {
    display: inline-block;
    color: #fd6c73;
    padding: 7px 15px;
    border-radius: 3px;
    border: 1px solid #fd6c73;
    transition: all .3s;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Roboto', sans-serif
}

#header .menu li .read_artical:hover {
    color: #fff;
    background: #fd6c73
}

#header .artical_link_wrapper {
    text-align: center;
    margin-top: 20px
}

#header .course_list {
    display: flex;
    justify-content: flex-start
}

#header .course_list ul {
    width: 25%
}

#header .course_list ul li {
    padding: 5px 0
}

#header .course_list ul li a {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    display: inline-block;
    padding: 0
}

#header .course_list ul li a:after {
    display: none
}

#header .course_list ul li a:hover {
    color: #348fd6
}

#header .sub_menu h6 {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin: 0 0 10px
}

#header .menu li .view_all_link {
    display: inline-block;
    padding: 0;
    margin-top: 20px;
    color: #348fd6;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400
}

#header .menu li .view_all_link:after {
    display: none
}

#header .submenu_box_sec {
    display: none
}

#header .submenu_box_sec.active {
    display: block
}

#header .submenu_wrapper {
    display: flex;
    justify-content: flex-start
}

#header .submenu_wrapper ul.submenu_wrapper_list {
    width: 280px;
    background-color: #174f7a
}

#header .submenu_wrapper ul.submenu_wrapper_list li a {
    padding: 10px 20px;
    display: block;
    position: relative
}

#header .submenu_wrapper ul.submenu_wrapper_list li a:after {
    display: none
}

#header .submenu_wrapper ul.submenu_wrapper_list li a:hover {
    font-weight: 700
}

#header .submenu_box_sec_wrapper {
    width: calc(100% - 280px);
    padding: 20px 0
}

#header .submenu_wrapper ul.submenu_wrapper_list li a:before {
    content: "";
    position: absolute;
    right: -6px;
    top: 12px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 6px solid #000;
    border-bottom: 7px solid transparent;
    z-index: 95;
    display: none
}

#header .submenu_wrapper ul.submenu_wrapper_list li a:hover:before {
    display: block
}

#header .list_wrapper_box {
    display: flex;
    justify-content: flex-start
}

#header .list_cell {
    width: 33.33%;
    padding: 0 10px 0 25px
}

ul.submenu_wrapper_list .list_cell_box {}

ul.submenu_wrapper_list .list_cell_box h6 {
    color: #333;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 14px
}

ul.submenu_wrapper_list .list_cell_box ul {}

ul.submenu_wrapper_list .list_cell_box ul li {
    padding: 8px 0
}

ul.submenu_wrapper_list .list_cell_box ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    display: inline-block
}

#header .menu li .list_cell_box ul {}

#header .menu li .list_cell_box ul li {
    padding: 5px 0
}

#header .menu li .list_cell_box ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    display: inline-block;
    padding: 0
}

#header .menu li .list_cell_box ul li a:after {
    display: none
}

#header .menu li .list_cell_box ul li a:hover {
    color: #348fd6
}

#header .menu li .list_cell_box ul li.view-all a {
    color: #348fd6
}

#header .search_wrapper_content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    display: none;
    background-color: #fff;
    border-radius: 0 0 10px 10px
}

#header .search_bottom {
    padding: 20px 35px;
    border-top: 1px solid gray;
    height: 232px;
    overflow: auto
}

#header .search_bottom li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4px 0
}

#header .search_bottom li a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6
}

#header .search_bottom li a:hover {
    color: #348fd6
}

#header .search_bottom li span {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6
}

#header .search_top {
    padding: 20px 35px
}

.search_top h2 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin: 0 0 10px
}

.inpit_wrap {
    position: relative
}

.inpit_wrap input {
    width: 100%;
    height: 38px;
    line-height: 36px;
    color: #495057;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    padding: 0 12px 0 36px;
    border-radius: 25px
}

.search_int {
    position: absolute;
    top: 4px;
    left: 5px;
    border: 1px solid transparent;
    width: 32px;
    height: 33px;
    background: transparent
}

.search_int svg {
    width: 100%;
    fill: #54acac
}

.mobile_menu {
    display: none
}

#header .menu li.first {
    display: none
}

.full-col.back {
    display: none
}

@media only screen and (max-width: 1200px) {
    #header .header-logo {
        width: 100px;
        height: 41px
    }

    #header .search_icon {
        margin-left: 5px
    }

    #header #login {
        font-size: 13px;
        padding: 10px 5px
    }

    #header .menu {
        width: calc(100% - 250px);
        padding: 0 5px
    }

    #header .menu li a {
        padding: 20px 29px 20px 10px;
        font-size: 13px
    }

    header#header {
        padding: 10px 0
    }
}

@media only screen and (max-width: 1024px) {
    .mobile_menu {
        display: block;
        background: transparent;
        border: none;
        padding: 0;
        cursor: pointer
    }

    .mobile_menu span {
        display: block;
        width: 32px;
        height: 3px;
        background: #000;
        margin: 0 0 4px;
        border-radius: 10px
    }

    .mobile_menu span:nth-child(2) {
        width: 44px
    }

    #header .menu {
        display: none
    }

    #header .header_right #login {
        display: none
    }

    #header .header_inner {
        justify-content: flex-start;
        position: relative
    }

    .header_right {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    #header .search_icon {
        margin: 0
    }

    #header .header-logo {
        margin-left: 10px
    }

    #header .menu {
        display: block;
        position: fixed;
        height: 100%;
        width: 300px;
        background: #fff;
        top: 0;
        left: -100%;
        padding: 0;
        overflow: auto;
        z-index: 9999;
        transition: .5s ease
    }

    #header .menu.active {
        left: 0
    }

    #header .menu li a {
        padding: 10px;
        font-size: 13px;
        display: block;
        color: #333
    }

    #header .menu li {
        margin: 0 0 10px;
        overflow: hidden
    }

    #header .menu li a:after {
        content: "";
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -4px;
        border: solid #333;
        border-width: 0 1px 1px 0;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transition: all .2s
    }

    #header .menu li.first {
        display: block;
        padding: 20px 15px;
        margin: 0 0 15px;
        text-align: left;
        background: #333
    }

    #header .menu li.first .userPhoto {
        width: 88px;
        height: 88px;
        overflow: hidden;
        border-radius: 50%
    }

    #header .menu li.first .userPhoto svg {
        width: 100%;
        height: auto
    }

    #header .menu li.first #login {
        margin: 20px 0 5px;
        color: #fff;
        background: #fd6c73;
        cursor: pointer;
        font-size: 14px;
        padding: 12px 15px;
        border: 0;
        border-radius: 3px
    }

    #header .menu li.first .close {
        position: absolute;
        top: 20px;
        width: 34px;
        height: 34px;
        cursor: pointer;
        background: url(../images/common-sprite.2f083dc4ea56.png) no-repeat -160px -30px;
        display: block;
        float: right;
        color: #999;
        margin: -15px -15px 0 0;
        right: 15px;
        font-size: 30px;
        font-weight: 400;
        border: 0;
        background: 0
    }

    #header .menu li .sub_menu {
        display: block;
        position: fixed;
        left: 300px;
        width: 300px;
        height: 100%;
        top: 0;
        transition: .5s ease;
        opacity: 0;
        pointer-events: none;
        overflow: auto;
        padding: 70px 20px 20px;
        z-index: 999
    }

    #header .submenu_box_sec_wrapper {
        display: block;
        position: fixed;
        left: 300px;
        width: 300px;
        height: 100%;
        top: 0;
        transition: .5s ease;
        opacity: 0;
        pointer-events: none;
        overflow: auto;
        padding: 70px 20px 20px;
        z-index: 999
    }

    #header .submenu_box_sec_wrapper.active {
        left: 0;
        opacity: 1;
        pointer-events: initial;
        padding: 0;
        background: #fff
    }

    #header .menu li .sub_menu.active {
        left: 0;
        opacity: 1;
        pointer-events: initial
    }

    #header .more_wrapper,
    #header .study_abroad_wrapper,
    .course_list,
    #header .update_wrapper {
        flex-wrap: wrap
    }

    #header .more_cell,
    #header .study_abroad_cell,
    .course_list ul,
    #header .update_cell {
        width: 100%;
        padding: 0
    }

    #header .update_cell {
        margin: 0 0 20px
    }

    #header .menu li .sub_menu a:after {
        display: none
    }

    .full-col.back {
        display: block;
        color: #fff;
        background: #3aa6a7;
        padding: 15px 15px 15px 50px;
        position: relative;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.6;
        font-family: 'Roboto', sans-serif;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 99
    }

    .full-col.back:after {
        content: "";
        position: absolute;
        left: 15px;
        top: 15px;
        width: 23px;
        height: 19px;
        cursor: pointer;
        background: url(../images/navigation-icons.a8c11320af87.png) no-repeat -6px -32px
    }

    #header .course_list ul {
        width: 100%
    }

    #header .submenu_wrapper ul.submenu_wrapper_list {
        width: 100%;
        background-color: transparent;
        padding-top: 52px
    }

    #header .menu li .sub_menu_2 {
        padding: 0
    }

    #header .menu li .sub_menu_2 li a {
        padding: 8px 35px 8px 15px;
        border-bottom: 1px solid #333
    }

    #header .submenu_wrapper {
        flex-wrap: wrap
    }

    #header .menu li .sub_menu_2 li {
        margin: 0
    }

    #header .list_wrapper_box {
        flex-wrap: wrap;
        padding-top: 51px
    }

    #header .list_cell {
        width: 100%;
        padding: 0;
        margin: 0 0 30px
    }

    #header .menu li .list_cell_box ul li a {
        display: block;
        padding: 10px
    }

    #header .menu li .list_cell_box ul li {
        padding: 0
    }

    #header .sub_menu_2 h6 {
        background: #174f7a;
        color: #fff;
        margin: 0;
        padding: 10px
    }
}