.text-uppercase{text-transform: uppercase}
.text-center,.align-center{text-align: center;}
.mgt10{margin-top: 10px !important;}
.mgt20{margin-top: 20px !important;}
.mgl10{margin-left: 10px !important;}
.mgl20{margin-left: 20px !important;}
.mgl30{margin-left: 30px !important;}
.mgr10{margin-right: 10px !important;}
.mgr20{margin-right: 20px !important;}
.mgb10{margin-bottom: 10px !important;}
.mgb20{margin-bottom: 20px !important;}
.bdr20{border-radius: 20px !important;}
.over-hidden{overflow: hidden !important;}
.wl100
{
    float: left;
    width: 100%;
}
*{
    margin: 0;
    padding: 0;
}
.detail-content h2,.detail-content h3,.detail-content h4,.detail-content h1,.detail-content p,.detail-content ul
{
    margin-bottom: 15px;
}
* {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}
a {
    text-decoration: none
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0
}

.clearfix {
    display: block
}

* html .clearfix {
    height: 1%
}

ul {
    list-style: none
}

strong {
    font-weight: 700
}

em {
    font-style: italic
}

figure {
    margin: 10px 0;
    font-style: italic
}

.btn_button, .btn_buy, .btn_choose, .btn_contact, .btn_login, .btn_register {
    padding: 15px 20px;
    color: #fff!important;
    text-decoration: none;
    font-weight: 700;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer
}

.btn_button {
    background: #F90000
}

.btn_buy {
    background: #ffa627
}

.btn_choose {
    background: #00468f
}

.btn_register {
    background: #0071db
}

.btn_login {
    background: #34c444
}

.btn_contact {
    background: #227f2c
}

.btn_button:hover, .btn_buy:hover, .btn_choose:hover, .btn_contact:hover, .btn_login:hover, .btn_register:hover {
    background: #F99500;
    text-decoration: none!important
}

.hide {
    display: none
}

/*------------------------------------------End Fix------------------------------------------------*/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background: url(../images/bg.png) no-repeat top right;
    background-size: contain;
    font-style: normal;
    width: 100%;
}

.container {
    width: 100%;
    float: left
}
.container>div
{
    width: 1024px;
    margin:auto calc((100% - 1024px)/2);
    float: left;
}

.container-header {
    float: left;
    padding: 20px 0;
    text-align: center;
}

.logo_pc {
    display: block
}

.logo_m {
    display: none
}
/*-------------------------------------------Menu----------------------------------------*/
.menu {
    background: #3A8BDA;
    position: relative;
    z-index: 1000;
    float: left;
}

.list_menu {
    float: left;
    width: 100%;
    box-shadow: 1px 1px 2px #bbb6b6;
}

.list_menu>li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.list_menu>li>a {
    color: #fff;
    float: left;
    padding:10px 13px;
    font-size: 13px;
    font-weight: 500;
    border-top: 3px solid #3A8BDA;
    line-height: 27px;
    text-transform: uppercase;
}
.list_menu>li>a.active, .list_menu>li>a:hover {
    border-top: 3px solid #F9FF38;
    color: #042891;
}

.child_menu {
    position: absolute;
    float: left;
    width: 250px;
    clear: both;
    background: #3A8BDA;
    top: 50px;
    display: none;
    box-shadow: 1px 1px 2px #bbb6b6;
}
.child_menu>li>a{
    float: left;
    padding: 10px;
    font-size: 13px;
    text-align: left;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px dotted #cdcdcd;
    width: 227px;
    border-left: 3px solid #3A8BDA;
}
.child_menu>li>a:hover{
    border-left: 3px solid #F9FF38;
    color: #042891;
}

.child_menu:hover, .sub_menu:hover .child_menu {
    display: block;
}


.sub_menu_reg
{
    background: #F9FF38;
    text-align: center;
    float: right !important;
}
.list_menu>li.sub_menu_reg>a,.list_menu>li.sub_menu_reg>a:hover
{
    color: #042891;
    height: 30px;
    border: none !important;
    line-height: 14px;
}

/*-----------------------------------------Slide-------------------------------*/
.box_slide>div{
    margin-top: 20px;
    box-shadow: 1px 1px 2px #bbb6b6;
}
.slide-home
{
    width: 670px;
    float: left;
}
.highlights
{
    width: 330px;
    float: right;
    background: #42A4FF;
}
.highlights>p
{
    width: 100%;
    padding: 5px 5px 0;
    float: left;
    border-bottom: 1px dashed #fff;
}
.highlights>p:last-child
{
    border-bottom: none;
}
.highlights>p>*
{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.highlights>p>img
{
    width: 138px;
}

.highlights>p>span,.highlights>p>strong
{
    text-shadow: 1px 1px 2px #28659c;
}

/*--------------------------Notify----------------------*/
.container>.notify
{
    margin-top: 20px;
    box-shadow: 0px 3px 3px #cdcdcd;
    border-top: 7px solid #004A8E;
    padding: 10px 0;
}
.notify-info
{
    width: 430px;
    float: left;
    padding: 10px 20px;
    color: #004A8E;
    text-align: justify;
    line-height: 20px;
}
.notify-info>h3
{
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 20px;
}
.notify-content
{
    width: 510px;
    float: left;
    padding: 10px 20px;
    color: #004A8E;
    text-align: justify;
    line-height: 25px;
}
.notify-link
{
    float: left;
    width: 285px;
    height: 50px;
    background: url('../images/button.png') no-repeat top left;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    color: #004A8E;
    margin: 10px calc((100% - 285px)/2);
}
.notify-link:hover
{
    transform: scale(1.2,1.2);
}
/*-------------------Home list Category--------------------*/
.box_title
{
    float: left;
    width: 100%;
    color: #2A2A2A;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 10px;
}
.home-list-cat
{
    background: #4B6681;
    padding: 20px;
    width: calc(100% - 40px);
    float: left;
}

.cat-detail
{
    float: left;
    width: calc((100% - 40px)/3);
    margin-right: 20px;
}
.cat-detail:last-child
{
    float: right;
    margin-right: 0;
}
.cat-detail-preview
{
    background: #fff;
    float: left;
    width: 100%;
    box-shadow: 1px 1px 3px #3b3b3b;
}
.cat-detail-preview>img
{
    float: left;
    width: 100%;
}
.cat-detail-preview>h4
{
    color: #1C5087;
    text-shadow: 4px 0 0 #fff, -4px 0 0 #fff, 0 4px 0 #e0e0e0, 0 -4px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: -25px;
    padding: 10px;
    position: relative;
    float: left;
}
.cat-detail-preview>h4>*
{
    display: inline-block;
    vertical-align: bottom;
}
.cat-detail-preview .border-cat-title
{
    width: 50px;
    position: relative;
    top: -6px;
    left: 4px;
}
.border-cat-title
{
    border-bottom: 1px solid #1C5087;
    padding-bottom: 2px;
}
.border-cat-title>*
{
    border-bottom: 1px solid #1C5087;
    float: left;
    width: 80%;
}
.cat-detail-preview>p
{
    width: calc(100% - 20px);
    float: left;
    clear: both;
    padding: 10px;
    min-height: 220px;
    line-height: 30px;
}
.cat-detail-preview>a:last-child
{
    width:calc(100% - 20px);
    float: left;
    padding: 10px;
    background: #004B8F;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}
.cat-detail-preview>a:last-child:hover
{
    background: #FFE500;
    color:#004B8F;
}
.home-cat-list-news
{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.home-cat-list-news>a
{
    width: 100%;
    float: left;
    color: #3b3b3b;
    border-bottom: 1px solid #5A748B;
    padding: 10px 0;
}
.home-cat-list-news>a:last-child
{
    border: none;
}
.home-cat-list-news>a>img
{
    float: left;
    height: 80px;
    width: 35%;
    border-radius: 5px;
}
.home-cat-list-news>a>span
{
    float: right;
    width: calc(65% - 10px);
    color: #fff;
    line-height: 25px;
    padding: 0px;
    border-bottom: none;
}

/*------------------------------------Home Left - Right Box---------------------------*/
.home-left-box
{
    width: 65%;
    float: left;
}
.list-news-4-square
{
    float: left;
    width: calc(100% - 40px);
    padding: 20px;
    box-shadow: 0px 3px 3px #cdcdcd;
}
.list-news-4-square>a
{
    float: left;
    width: calc(50% - 10px);
    color: #3b3b3b;
    margin-bottom: 10px;
}
.list-news-4-square>a:nth-child(2n) {
    float: right;
}
.list-news-4-square>a>img
{
    float: left;
    border-radius: 5px;
    width: calc(100% - 2px);
    height: 180px;
}
.list-news-4-square>a>span
{
    padding: 5px;
    font-size: 14px;
    float: left;
    font-weight: 500;
    line-height: 25px;
    height: 65px;
    overflow: hidden;
}
.list-news-4-square>a:hover>span
{
    color: #033c7d;
}
.list-news-more
{
    background: #E3E3E3;
    width: 100%;
    float: left;
    text-align: center;
    color: #3b3b3b;
    padding: 10px 0;
    box-shadow: 0px 3px 3px #cdcdcd;
}
.list-news-more:hover
{
    background: #164D6B;
    color: #fff;
}

.home-right-box
{
    width: calc(35% - 25px);
    float: right;
}
.list-news-vertical
{
    float: left;
    width: calc(100% - 40px);
    padding: 20px;
    box-shadow: 0px 3px 3px #cdcdcd;
}
.list-news-vertical>a
{
    float: left;
    width: 100%;
    color: #3b3b3b;
    padding: 7px 0 7.5px;
    border-bottom: 1px dashed #3b3b3b;
}
.list-news-vertical>a:last-child,.list-news-vertical>a:hover:last-child
{
    border-bottom: none;
}
.list-news-vertical>a>i
{
    float: left;
    color: #0241B9;
    width: 10px;
    margin-right: 5px;
    margin-top: 3px;
}
.list-news-vertical>a>span
{
    float: left;
    line-height: 24px;
    width: calc(100% - 20px);
}
.list-news-vertical>a:hover
{
    border-bottom: 1px dashed #0241B9;
}
.list-news-vertical>a:hover>span
{
    color: #0241B9;
}

.home-right-box .list-news-more
{
    background: #164D6B;
    color: #fff;
}
.home-right-box .list-news-more:hover
{
    background: #FFE500;
    color: #004B8F;
}

.link_special
{
    font-size: 19px;
    font-weight: 500;
    float: left;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 10px;
    min-height: 40px;
    line-height: 40px;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    text-transform: uppercase;
    background-image: linear-gradient(to top, #23a93a, #30dc45);
    padding: 10px 0;
}
.link_special:hover
{
    transform: scale(1.1);
    box-shadow: 3px 3px 5px #333;
}

.link_special:first-child
{
    background-image: linear-gradient(to top,#024D91,#3381CC);
    line-height: 40px;
}
.link_special:nth-child(2)
{
    background-image: linear-gradient(to top,#D04352,#F4566D);
    line-height: 40px;
}
.link_special:nth-child(3)
{
    background-image: linear-gradient(to top,#E2AD4E,#F9CE7F);
}
.link_special:nth-child(4)
{
    background-image: linear-gradient(to top,#003975,#003975);
}

/*-----------------------------Home Story--------------------------*/
.home-story
{
    padding: 20px;
    float: left;
    width: calc(100% - 40px);
    background: #2E4F6E;
}
.home-story-text
{
    color: #fff;
    width: 40%;
    float: left;
}
.home-story-text>h4
{
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 20px;
}
.home-story-text>h4>span
{
    font-size: 40px;
    font-weight: 500;
}
.home-story-text>p
{
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 13px;
}

.home-story-text>p>i.fas
{
    color: #40A4FF;
    margin: 0 1px;
}
.home-story-video
{
    width: calc(60% - 20px);
    float: right;
    opacity: 0.5;
}
/*--------------------------------Pham Chat-----------------------------*/
.title-phamchat
{
    color: #00498E;
    font-size: 20px;
    margin-bottom: 80px;
    padding-left: 30px;
}
.title-phamchat>span
{
    color: #fff;
    text-shadow: 2px 0 0 #00498E, -2px 0 0 #00498E, 0 2px 0 #00498E, 0 -2px 0 #00498E, 1px 1px #00498E, -1px -1px 0 #00498E, 1px -1px 0 #00498E, -1px 1px 0 #00498E;
    font-size: 50px;
}
.phamchat
{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 70px;
}
.phamchat:last-child
{
    margin-bottom: 30px;
}
.phamchat>img
{
    position: absolute;
    top:-50px;
    left: 20px;
}
.phamchat>span
{
    float: left;
    width: calc(100% - 554px);
    padding: 10px 20px 10px 534px;
    background: #42A4FF;
    border-radius: 60px;
    color: #fff;
    font-style: italic;
    line-height: 25px;
}

/*----------------------------List HĂ¬nh áº¢nh---------------------*/
.home-list-img
{
    float: left;
    width: calc(100% - 40px);
    padding: 20px;
    background: #33526F;
}
.home-list-img>a.clickShowImage
{
    float: left;
    width: calc((100% - 60px)/4);
    margin-bottom: 20px;
    margin-right: 20px;
}
.home-list-img>a.clickShowImage:nth-child(4n)
{
    margin-right: 0px;
}
.clickShowImage>img
{
    width: 100%;
    float: left;
}
.clickShowImage>span
{
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
    float: left;
}
.home-list-img-more
{
    background: #193D5F;
    color: #fff;
}
/*--------------------------------------List Äá»‘i TĂ¡c------------------------------*/
.list-doitac
{
    width: calc(100% - 40px);
    float: left;
    padding: 20px;
    background: #E6E6E6;
    border-bottom: 7px solid #004A8E;
    margin-bottom: 50px;
    text-align: center;
}
.list-doitac>a
{
    padding: 0 10px;
    display: inline-block;
}
/*--------------------------Site Chi tiáº¿t bĂ i viáº¿t-------------------------------*/
.breadcrumbs-detail
{
    width: 100%;
    float: left;
}
.breadcrumbs-detail>li
{
    list-style-type: none;
    float: left;
    margin: 0 2px;
}
.breadcrumbs-detail>li>a,.breadcrumbs-detail>li>i
{
    color: gray;
}
.breadcrumbs-detail>li.current>a
{
    color: #3A8BDA;
}

.detail_title
{
    color: #014991;
    font-size: 21px;
    text-align: justify;
    line-height: 32px;
    width: 100%;
    float: left;
    text-transform: uppercase;
    padding-bottom: 12px;
}
.detail_title.text-center{
    text-align: center;
}
.detail-interview
{
    color: gray;
    font-size: 13px;
    padding-bottom: 10px;
    border-bottom: 1px dashed gray;
}
.detail-content
{
    color: #111;
    font-size: 15px;
    line-height: 25px;
}
.detail-content>ul
{
    list-style: unset;
}
.detail-content>ul>li
{
    margin-left: 20px;
}
.detail-content>p
{
    margin-bottom: 20px;
}
.detail-content-item figure {
    padding: 5px;
    background: #fff;
}

.detail-list-3-news
{
    float: left;
    width: calc(100% - 40px);
    padding: 20px;
    background: #33526F;
}
.detail-list-3-news>a
{
    float: left;
    width: calc((100% - 40px)/3);
    margin-bottom: 20px;
    margin-right: 20px;
}
.detail-list-3-news>a:nth-child(3n) {
    margin-right: 0px;
}
.detail-list-3-news>a:nth-child(4n) {
    clear: both;
}
.detail-list-3-news>a>img {
    width: 100%;
    float: left;
}
.detail-list-3-news>a>b,.detail-list-3-news>a>strong
{
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
    float: left;
    margin-bottom: 10px;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    font-size: 15px;
}
.detail-list-3-news>a:hover>b,.detail-list-3-news>a:hover>strong {
    color: #FFF400;
}
.detail-list-3-news>a>span
{
    color: #fff;
    font-weight: 500;
    margin-top: 5px;
    float: left;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
}
.detail-content table>tr,.detail-content table>th,.detail-content table tr>td
{
    border-color: gray;
    border-collapse: collapse;
    text-align: center;
    border:1px solid gray;
}
.detail-content table tr>td
{
    padding: 5px;
}
/*------------------------------------Ban Tin Truong-------------------------------------*/
.box-tin-truong
{
    float: left;
    width: calc(100% - 40px);
    color: #014B8C;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 500;
    background: #B6DDEC;

}
.list-news-4-square-truong>a>span
{
    color: #fff;
}
.list-news-4-square-truong>a:hover>span
{
    color: #FFF400;
}

.list-news-truong
{
    box-shadow: 3px 3px 3px #cdcdcd;
    width: calc(100% - 40px);
    padding: 20px;
    float: left;
}

.list-news-truong>a {
    width: 100%;
    float: left;
    color: #3b3b3b;
    border-bottom: 1px dashed #5A748B;
    padding: 10px 0;
}

.list-news-truong>a:nth-last-child(2)
{
    border: none;
}
.list-news-truong>a>img
{
    float: left;
    width: 45%;
    border-radius: 5px;
    height: 150px;
}
.list-news-truong>a>b
{
    float: right;
    width: calc(55% - 10px);
    color: #262626;
    line-height: 25px;
    padding: 0px;

}
.list-news-truong>a:hover>b {
    color: #014B8C;
}
.list-news-truong>a>span
{
    float: right;
    width: calc(55% - 10px);
    color: gray;
    line-height: 25px;
    font-size: 12px;
    padding: 0px;
}
.list-news-truong>a>p
{
    float: right;
    width: calc(55% - 10px);
    color: #252525;
    font-size: 13px;
    line-height: 22px;
}
.phantrang>a
{
    color: gray;
    padding: 5px;
}
.phantrang>a:hover
{
    color: #262626;
}
/*---------------------------------------Giá»›i thiá»‡u----------------------------------*/
.gt-thong-diep
{
    box-shadow: 2px 2px 3px #cdcdcd;
    padding: 20px 0;

}
.gt-content
{
    color: #222;
    line-height: 25px;
    float: left;
    width: calc(100% - 40px);
    padding: 20px;
}
.gt-content>p
{
    margin-bottom: 10px;
}
.title-background
{
    color: #054993;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 1px solid #054993;
    position: relative;

}
.title-background>span,.title-background>b,.title-background>strong
{
    padding-bottom: 12px;
    border-bottom: 1px solid #054993;
    margin: 0 20px;
}
.title-background img
{
    padding: 2px 0 2px 3px;
    background: #fff;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 15px);
}
.cat-detail-preview-gioithieu:hover
{
    transform: scale(1.1);
}
.cat-detail-preview-gioithieu>h4
{
    font-size: 15px;
    position: relative;
}
.cat-detail-preview-gioithieu .border-cat-title
{
    width: 40px;
    position: absolute;
    right: -33px;
    bottom: 15px;
    top: unset;
    left: unset;
}
.about-story
{
    background: #fff;
    padding: 20px;
    float: left;
    width: calc(100% - 40px);
}
.about-story-text
{
    color: #262626;
    width: 40%;
    float: left;
}
.about-story-text>h4
{
    color: #0B4E94;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 20px;
}
.about-story-text>h4>span
{
    font-size: 40px;
    font-weight: 500;
}
.about-story-text>p
{
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 13px;
}

.about-story-text>p>i.fas
{
    color: #40A4FF;
    margin: 0 1px;
}
.about-story-video
{
    width: calc(60% - 20px);
    float: right;
    background: url(../images/bg_span_gt.png) no-repeat bottom left;
    background-size: contain;
}
.about-story-video>iframe
{
    opacity: 0.7;
}
.about-story-video>span
{
    padding: 10px 0 5px;
    background: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    color: #0B4E94;
}
/*---------------------------NgĂ nh----------------------------------*/
.detail-nganh
{
    float: left;
    width: 100%;
    box-shadow: 3px 3px 3px #cdcdcd;
    line-height: 25px;
}
.preview-nganh
{
    position: relative;
    background: #fff;
    padding-top:150px;
}
.preview-nganh>*
{
    position: relative;
    z-index: 1;
}
.preview-nganh>img:first-child
{
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
}
.title-nganh
{
    color: #135CA1;
    text-shadow: 4px 0 0 #fff, -4px 0 0 #fff, 0 4px 0 #e0e0e0, 0 -4px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
    text-transform: uppercase;
    font-size: 35px;
    margin-top: -25px;
    font-weight: 700;
    padding: 0 20px;
    position: relative;
    width: 100%;
    float: left;
}
.preview-nganh-info1
{
    color: #135CA1;
    float: left;
    padding: 20px;
    line-height: 30px;
    font-size: 15px;
}
.preview-nganh-link-reg
{
    width: 188px;
    height: 37px;
    float: left;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    text-align: center;
    margin: 0 20px;
    clear: both;
    text-shadow: 1px 1px 1px #333;
    line-height: 35px;
    background: url(../images/btn_reg.png) no-repeat center;
}
.preview-nganh-link-reg:hover
{
    transform: scale(1.1);
}
.preview-nganh-info2
{
    color: #135CA1;
    float: left;
    padding: 20px;
    width: calc(100% - 40px);
    line-height: 20px;
    text-shadow: 1px 1px 1px #fff;
    font-size: 14px;
    font-weight: 500;
}
.preview-nganh-info2>p
{
    margin-bottom: 10px;
}


.content-nganh
{
    float: left;
    width: calc(100% - 40px);
    padding: 20px;
    line-height: 25px;
}
.content-nganh>*
{
    float: left;
    margin-bottom: 10px;
}
.content-nganh-title
{
    width: calc(100% - 40px);
    float: left;
    background: url(../images/icon_note.png) no-repeat top left;
    padding-left:30px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.content-nganh-title>span
{
    float: left;
    color: #282627;
    line-height: 23px;
    font-size: 16px;
    font-weight: 700;
    background: url(../images/bg_line.png) no-repeat bottom right;
    padding-bottom: 10px;
}
.content-nganh-title>span>strong
{
    border-bottom: 2px solid #388DDC;
    padding-bottom: 2px;
}

.content-nganh-link50>a
{
    float: left;
    width: calc(50% - 10px);
    color: #135CA1;
    font-weight: 700;
}
.content-nganh-link50>a:nth-child(2n)
{
    float: right;
}
.list-style1 .fas
{
    color: #135CA1;
    margin: 0 1px;
}

.list-style1>li
{
    font-weight: 700;
    font-style: italic;
}
.star-title
{
    color: #B51D22;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 0;
}
.star-title>strong
{
    float: left;
    width: 30px;
    height: 26px;
    background: url(../images/icon_star.png) no-repeat top left;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 11px;
}

.special-title
{
    background-color: #135CA1;
    border-radius: 30px 0 0 0;
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 1px 1px #6d6d6d;
    font-size: 15px;
    box-shadow: 2px 2px 3px #949494;
    margin-top: 20px;
}

.special-title>strong
{
    color: #135CA1;
    text-shadow: 4px 0 0 #fff, -4px 0 0 #fff, 0 4px 0 #e0e0e0, 0 -4px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
    font-size: 50px;
    font-weight: 700;
    display: inline-block;
    margin-left: -5px;
    margin-top: -10px;
    margin-right: 10px;
}
.special-title>span
{
    background: url(../images/bg_title.png) no-repeat top right;
    margin-right: -16px;
    display: inline-block;
    line-height: 33px;
    padding-right: 20px;
    min-width: 400px;
}


.info-tuyensinh
{
    float: left;
    width: calc(100% - 40px);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 3px 3px 3px #cdcdcd;
    line-height: 25px;
}
.info-tuyensinh-title
{
    background: #135CA1;
    float: left;
    padding: 10px 20px;
    width: 100%;
    margin: -20px 0 0px -20px;
    border-radius: 20px 20px 0 0;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 7px solid #3C97F0;
}

.info-tuyensinh-content
{
    color: #063572;
}

.info-tuyensinh-content a{
    color: #063572;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.info-tuyensinh-content .fas, .info-tuyensinh-content .far{
    width: 16px; display: inline;
}
.info-tuyensinh-content .fa-tags {
    color: #08903d;
}
.info-tuyensinh-content .fa-building{
    color: #ff580e;
}
.info-tuyensinh-content .fa-list {
    color: #063572;
}
.info-tuyensinh-content .fa-globe {
    color: #063572;
}
.info-tuyensinh-content .fa-map-marker-alt {
    color: #e72a57;
}
.info-tuyensinh-content .fa-mobile-alt {
    color: #ff0000;
}


.info-tuyensinh-detail>.content-nganh-title
{
    background: none;
    padding-left: 0;
    width: 100%;
}
.info-tuyensinh-detail>.content-nganh-title .fa-edit
{
    color: #388DDC;
    line-height: 27px;
    font-size: 27px;
}
.info-tuyensinh-detail>.content-nganh-title>span
{
    padding-bottom:4px;
}
.info-tuyensinh-detail>.content-nganh-title>span>strong
{
    vertical-align: top;
    color: #388DDC;
}
.info-tuyensinh-detail >p
{
    margin-bottom: 10px;
}
.info-tuyensinh-detail .fa-caret-left, .info-tuyensinh-detail .fa-caret-right {
    color: #135CA1;
    margin: 0 1px;
}
.info-tuyensinh-detail .preview-nganh-link-reg
{
    clear: unset;
    float: unset;
    display: inline-block;
}

.tbl-tuyensinh
{
    border-collapse: collapse;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 500;

}
.tbl-tuyensinh td,.tbl-tuyensinh tr
{
    border-left: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px 0;
}
.tbl-tuyensinh tr:first-child
{
    background: #42A4FF;
    color: #fff;
    font-size: 18px;
}



/*------------------------------Footer-------------------*/
.container>.contact {
    margin: 20px 0 0 0;
    background: #003975;
    color: #fff;
    font-size: 15px;
    padding: 10px calc((100% - 1024px)/2);
}
.info-contact {
    float: left;
    width: 100%;
}
.contact a {
    color: #f1f1f1;
}

.contact_logo {
    display: block;
    width: 100%;
    text-align: center;
}
.contact_logo img
{
    width: 30%;
}

.hr_left {
    float: left;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 20px;
}
.left_info_footer {

    float: left;
    width: 45%;
    margin-right: 5%;
}
.text_head_coso {
    padding: 5px;
}
.text_head_coso {
    float: left;
    width: 100%;
    text-align: left;
    color: #fff000;
    text-transform: uppercase;
    font-size: 15px;
}
.text_bottom_footer {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 25px;
}
.text_bottom_footer img {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}
.right_info_footer {
    float: left;
    width: 45%;
    margin-left: 5%;
}
.note_website {
    float: left;
    width: 100%;
    margin-top: 5px;
}
.social {
    float: left;
    margin-right: 5px;
    padding: 5px;
    font-size: 35px;
    margin-bottom: 30px;
}
