html {
    scroll-behavior: smooth;
}

:focus {
    outline: 0 !important;
    text-decoration: blink !important;
}

a {
    color: #0086D1;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
}

a:hover {
    text-decoration: blink !important;
}

.fa {
    display: inline-block;
    font: normal normal normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0 auto;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #545454;
    line-height: 24px;
    background: #FFFFFF;
}

#wrapper {
    overflow-x: hidden;
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
}

.remove_margin {
    margin: 0 -15px;
}

.container {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}

header {
    width: 100%;
    z-index: 100000;
    position: relative;
    border-bottom: 1.5px solid #36589E;
}

.box_header_top {
    background: #FFFFFF;
    position: relative;
    padding: 10px 0;
}

.header_top {
    width: 100%;
    position: relative;
}

.logo {
    width: 195px;
    float: left;
    position: relative;
}

.logo a img {
    width: 100%;
}

.title_header {
    width: 100%;
    z-index: 0;
    position: absolute;
    margin: 15px auto;
    text-align: center;
}

.title_header p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #213C75;
}

#menu_mobile {
    display: none;
}

.info_user {
    right: 0;
    top: 15px;
    position: absolute;
    width: max-content;
}

.info_user .name_user {
    padding-top: 5px;
    width: max-content;
    float: left;
    padding-right: 20px;
}

.info_user .name_user p {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #545454;
}

.info_user .avatar_user {
    width: 40px;
    height: 40px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    overflow: hidden;
    float: left;
    border-radius: 35px;
}

.info_user .avatar_user img {
    width: 100%;
}

.info_user .title_user {
    width: max-content;
    top: 25px;
    right: 50px;
    position: absolute;
}

.info_user .title_user p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #545454;
}

.box_header_bottom {
    width: 100%;
    clear: both;
    margin-bottom: 3px;
    background: linear-gradient(126.62deg, #3E63AF -21.77%, #213C75 90.87%);
}

.header_bottom {
    width: 100%;
    position: relative;
}

#menu_desktop {
    width: 100%;
}

#menu_desktop .menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu_desktop .menu li.menu__item {
    padding: 10px 20px;
    z-index: 1;
}

#menu_desktop .menu li.menu__item a.menu__link {
    padding: 0;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

#menu_desktop .menu li.menu__item.active,
#menu_desktop .menu li.menu__item:hover {
    color: #FFFFFF;
    background: #1A3570;
}

#menu_desktop .menu li.menu__item:hover a {
    padding: 10px 0px 25px;
}

.menu_sub_open {
    position: relative;
    z-index: 1;
}

.menu_sub_open .menu__link::after {
    content: url(../images/menu_sub_open.svg);
    position: relative;
    top: -3px;
    left: 5px;
}

.menu_sub_open .menu__sub {
    width: max-content;
    padding: 0;
    list-style-type: none;
    position: absolute;
    top: 48px;
    left: 0;
    padding: 0 5px;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    display: block;
    opacity: 0;
    padding: 0;
    background: #213C75;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.menu_sub_open:hover .menu__sub {
    display: block;
    width: max-content;
    padding: 0;
    list-style-type: none;
    position: absolute;
    top: 44px;
    margin-top: 4px;
    left: 0;
    padding: 0 5px;
    opacity: 1;
    z-index: 100000;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
}

.menu_sub_open:hover .menu__sub::before {
    width: 100%;
    height: 10px;
    content: url(../images/drop_menu.svg);
    position: absolute;
    z-index: 100000;
    top: -13px;
    left: 45%;
}

.menu_sub_open .menu__sub li {
    min-width: 1px;
    color: #FFFFFF;
    padding: 10px 20px 15px 20px;
    border-bottom: 1px dashed #FFFFFF;
}

.menu_sub_open .menu__sub li:last-child {
    border-bottom: 0;
}

.menu_sub_open .menu__sub li a {
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 0;
    position: relative;
}

.menu_sub_open:hover .menu__sub li:hover {
    background: #153069;
}

.menu_sub_open .menu__sub li a::before {
    position: relative;
    padding-right: 7px;
    top: 5px;
}

.menu_sub_open .menu__sub li a#thong-tin-novo-nodisk::before {
    content: url(../images/icon_menu_sub/novo_nordisk.svg);
}

.menu_sub_open .menu__sub li a#thong-tin-insulin::before {
    content: url(../images/icon_menu_sub/insulin.svg);
}

.menu_sub_open .menu__sub li a#lich-trinh-hoi-thao::before {
    content: url(../images/icon_menu_sub/calendar.svg);
}

.menu_sub_open .menu__sub li a#thong-tin-chu-toa::before {
    content: url(../images/icon_menu_sub/preside.svg);
}

.menu_sub_open .menu__sub li a#thong-tin-bao-cao-vien::before {
    content: url(../images/icon_menu_sub/reporter.svg);
}

.menu_sub_open .menu__sub li a#bai-bao-cao::before {
    content: url(../images/icon_menu_sub/report.svg);
}

.menu_sub_open .menu__sub li a#thong-tin-khoa-hoc::before {
    content: url(../images/icon_menu_sub/science.svg);
}

.menu_sub_open .menu__sub li a#goc-thu-gian::before {
    content: url(../images/icon_menu_sub/game.svg);
}

.button_tk_mb {
    position: absolute;
    right: 30px;
    top: 8px;
}

.show_tk_mb {
    width: 250px;
    display: none;
    position: absolute;
    z-index: 99999;
    right: 15px;
    top: 48px;
}

.show_tk_mb form {
    position: relative;
    width: 100%;
}

.show_tk_mb form input {
    width: 100%;
    background: #FFFFFF;
    border-radius: 4px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #C7C7C7;
    padding: 10px 20px;
    border: 0;
    border: 1px solid #DBDBDB;
}

.show_tk_mb form input::placeholder {
    color: #C7C7C7;
}

.show_tk_mb form button {
    background: none;
    position: absolute;
    right: 10px;
    top: 5px;
    border: 0;
    padding: 0;
}

.show_tk_mb form button img {
    width: 20px;
}


/*  */

.banner_count_down {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.img_banner_count_down {
    width: 100%;
    height: 100%;
}

.img_banner_count_down img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.box_info_count_down {
    position: absolute;
    top: 25px;
    width: 480px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.logo_insulin_count_down {
    width: 100%;
}

.logo_insulin_count_down img {
    width: 100%;
}

.title_count_down {
    width: 100%;
    position: relative;
    margin: 20px 0;
}

.title_count_down p {
    width: max-content;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #003878;
}

.title_count_down hr.hr_left {
    width: 35%;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 0;
    margin: 0;
    border-top: 1px solid #003878;
}

.title_count_down hr.hr_right {
    width: 35%;
    position: absolute;
    top: 10px;
    right: 0;
    padding: 0;
    margin: 0;
    border-top: 1px solid #003878;
}

#countdown {
    width: 100%;
}

#countdown ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}

#countdown ul li .border_count_down {
    width: 100%;
    padding: 15px;
    height: 100%;
    background: #213C75;
    border-radius: 90px;
}

#countdown ul li {
    margin: 12px;
    padding: 2px;
    float: left;
    width: 90px;
    height: 90px;
    border: 1px solid #213C75;
    border-radius: 90px;
}

#countdown ul li:nth-child(2) .border_count_down {
    background: #294889;
}

#countdown ul li:nth-child(2) {
    border: 1px solid #294889;
}

#countdown ul li:nth-child(3) .border_count_down {
    background: #31549C;
}

#countdown ul li:nth-child(3) {
    border: 1px solid #31549C;
}

#countdown ul li:nth-child(4) .border_count_down {
    background: #3E63AF;
}

#countdown ul li:nth-child(4) {
    border: 1px solid #3E63AF;
}

#countdown ul li span {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #FFFFFF;
}

#countdown ul li strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#content_count_down {
    position: relative;
    display: none;
    width: 100%;
}

.more_count_down {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 1;
    width: 300px;
    margin: 0 auto;
    background: #253C71;
    border-radius: 30px;
    padding: 10px 30px 10px 60px;
}

.more_count_down a {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.more_count_down a::before {
    content: url(../images/icon_more_count_down.svg);
    position: absolute;
    left: -30px;
}


/*  */

@-webkit-keyframes animate-circle {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes animate-circle {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}

.loader {
    position: relative;
    top: 0;
    margin: 0 auto;
    height: 65px;
    width: 360px;
    border-radius: 80px;
}

.loader>.circle {
    --duration: 2s;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 65px;
    width: 360px;
    background: rgba(37, 60, 113);
    border-radius: 80px;
    -webkit-animation: animate-circle var(--duration) cubic-bezier(1, .3, .6, .8) infinite;
    animation: animate-circle var(--duration) cubic-bezier(1, .3, .6, .8) infinite;
}

.loader>.circle:nth-of-type(1) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.loader>.circle:nth-of-type(2) {
    -webkit-animation-delay: calc(var(--duration) / -3);
    animation-delay: calc(var(--duration) / -3);
}

.loader>.circle:nth-of-type(3) {
    -webkit-animation-delay: calc(var(--duration) / -6);
    animation-delay: calc(var(--duration) / -6);
}


/*  */

.box_slider_home {
    width: 100%;
    clear: both;
    position: relative;
}

.slider_home {
    width: 100%;
    margin-top: -110px;
}

.box_item_slide {
    padding: 0 30px;
    width: 100%;
    padding-bottom: 50px;
}

.box_item_slide .img_item_slide {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
}

.box_item_slide .img_item_slide img {
    width: 100%;
}

.box_item_slide .title_item_slide {
    width: 100%;
    text-align: center;
    padding: 20px 0 30px;
}

.box_item_slide .title_item_slide p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #003878;
}

.box_item_slide .box_more_item_slide {
    width: 100%;
    position: relative;
}

.box_item_slide .more_item_slide {
    position: relative;
    z-index: 1;
    padding: 0 15px;
    background: #FFFFFF;
    width: max-content;
    text-align: center;
    margin: 0 auto;
}

.box_item_slide .more_item_slide a {
    padding: 18px 35px;
    background: linear-gradient(126.62deg, #3E63AF -21.77%, #213C75 90.87%);
    border-radius: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.box_item_slide.box_item_slide1 .more_item_slide a::before {
    content: url(../images/icon_lich_trinh.svg);
    position: relative;
    padding-right: 10px;
    top: 5px;
}

.box_item_slide hr {
    position: absolute;
    top: 20px;
    z-index: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #003878;
}

.box_item_slide.box_item_slide2 .more_item_slide a::before {
    content: url(../images/icon_view_more.svg);
    position: relative;
    padding-right: 10px;
    top: 5px;
}

.box_item_slide.box_item_slide3 .more_item_slide a::before {
    content: url(../images/icon_vr_slide.svg);
    position: relative;
    padding-right: 10px;
    top: 2px;
}

.box_item_slide.box_item_slide4 .more_item_slide a::before {
    content: url(../images/icon_giao_luu.svg);
    position: relative;
    padding-right: 10px;
    top: 8px;
}

.box_item_slide.box_item_slide5 .more_item_slide a::before {
    content: url(../images/icon_more_count_down.svg);
    position: relative;
    padding-right: 10px;
    top: 8px;
}


/*  */

footer {
    position: relative;
    clear: both;
    width: 100%;
    height: 135px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url(../images/bg_footer_animation.svg);
    background-repeat: repeat;
    text-align: center;
    animation: marquee 25s infinite linear;
}

@keyframes marquee {
    0% {
        background-position: 0;
    }
    100% {
        background-position: -1920px;
    }
}


/*  */

.box_content_detail {
    width: 100%;
    position: relative;
    padding: 0;
}

.title_menu {
    padding-bottom: 15px;
    position: relative;
    width: 100%;
    text-align: center;
}

.title_menu p {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #213C75;
}

.title_menu p::before {
    content: url(../images/line_title_menu.svg);
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.title_content {
    position: relative;
    width: 100%;
    text-align: center;
}

.title_content h1 {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #213C75;
}

.content_detail {
    width: 100%;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
}

.content_detail p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
}

.box_more_content {
    width: 100%;
    margin: 30px 0;
    position: relative;
}


/*  */

.list_box_infor_insulin {
    width: 100%;
    position: relative;
}

.box_infor_insulin {
    width: 33.33%;
    float: left;
    padding: 15px;
}

.box_infor_insulin .img_infor_insulin {
    width: 100%;
    border: 1px solid #DCDCDC;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.box_infor_insulin .img_infor_insulin img {
    width: 100%;
    z-index: 1;
    position: relative;
    transition: all 0.5s;
}


/* .box_infor_insulin .img_infor_insulin a::before {
    content: url(../images/play_video.svg);
    z-index: 2;
    position: absolute;
    top: 43%;
    text-align: center;
    width: 100%;
} */

.box_infor_insulin:hover .img_infor_insulin img {
    transform: scale(1.2);
}

.box_infor_insulin .title_infor_insulin {
    width: 100%;
    height: 25px;
    overflow: hidden;
    margin: 15px 0;
}

.box_infor_insulin .title_infor_insulin a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #545454;
    transition: all 0.5s;
}

.box_infor_insulin:hover .title_infor_insulin a {
    color: #003878;
}

.box_infor_insulin .more_infor_insulin {
    width: 100%;
    text-align: right;
}

.box_infor_insulin .more_infor_insulin a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    color: #003878;
}

.box_infor_insulin .more_infor_insulin a::after {
    content: url(../images/more_content.svg);
}


/*  */

.box_video_insuline {
    width: 80%;
    margin: 0 auto;
}

.box_video_iframe {
    width: 100%;
    overflow: hidden;
    height: auto;
}

.box_video_iframe video {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
}

.box_video_iframe video source {
    width: 100%;
    height: auto;
}

.title_content_video {
    width: 100%;
    padding: 15px 0;
    text-align: center;
}

.title_content_video h2 {
    width: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #545454;
}


/*  */

.content_detail_workshop {
    width: 100%;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #545454;
}


/*  */

.list_box_infor_preside {
    width: 100%;
    position: relative;
}

.box_infor_preside {
    width: 25%;
    padding: 15px;
    float: left;
    position: relative;
}

.list_box_infor_preside .box_infor_preside {
    width: 33.33%;
}

.list_box_infor_reporter {
    width: 100%;
    position: relative;
}

.list_box_infor_reporter .box_infor_preside {
    width: 25%;
}

.info_preside {
    position: relative;
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.box_infor_preside .info_preside .img_infor_preside {
    width: 100%;
    overflow: hidden;
    border-radius: 7px;
}

.box_infor_preside .info_preside .img_infor_preside img {
    width: 100%;
    transition: all 0.5s;
}

.box_infor_preside:hover .info_preside .img_infor_preside img {
    transform: scale(1.2);
}

.box_infor_preside .info_preside .name_infor_preside {
    width: 100%;
    text-align: center;
    padding: 15px 0 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #003878;
}

.box_infor_preside .info_preside .position_infor_preside {
    width: 100%;
    height: 75px;
    text-align: center;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
}

.box_infor_preside .info_preside .more_infor_preside {
    width: 100%;
    text-align: center;
    background: linear-gradient(126.62deg, #3E63AF -21.77%, #213C75 90.87%);
    border-radius: 50px;
    padding: 10px 20px 12px;
}

.box_infor_preside .info_preside .more_infor_preside a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.box_infor_preside .info_preside .more_infor_preside a::before {
    content: url(../images/icon_view_more.svg);
    position: relative;
    top: 5px;
    padding-right: 7px;
}


/*  */

.list_box_infor_report {
    width: 100%;
}

.list_box_infor_report .box_infor_insulin {
    width: 25%;
    float: left;
    padding: 15px;
}


/*  */

.list_box_infor_science {
    width: 100%;
}

.list_box_infor_science .box_infor_insulin {
    width: 25%;
    float: left;
    padding: 15px;
}

.list_box_infor_science .box_infor_insulin .title_infor_insulin {
    height: 50px;
}

.box_infor_insulin .img_infor_science {
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
}

.box_infor_insulin .img_infor_science img {
    width: 100%;
    transition: all 0.5s;
}

.box_infor_insulin:hover .img_infor_science img {
    transform: scale(1.2);
}


/*  */

.list_box_infor_game {
    width: 100%;
    position: relative;
}

.box_infor_game {
    width: 33.33%;
    float: left;
    padding: 15px;
}

.box_infor_game .infor_game {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 25px 0;
}

.title_box_infor_game {
    width: 100%;
    padding-bottom: 25px;
    text-align: center;
}

.title_box_infor_game a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #003878;
}

.img_box_infor_game {
    width: 100%;
    padding-bottom: 30px;
}

.img_box_infor_game img {
    width: 100%;
}

.more_play_infor_game {
    width: max-content;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(126.62deg, #3E63AF -21.77%, #213C75 90.87%);
    border-radius: 50px;
    padding: 8px 50px 12px;
}

.more_play_infor_game a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.more_play_infor_game a::before {
    content: url(../images/icon_menu_sub/game.svg);
    position: relative;
    top: 5px;
    padding-right: 10px;
}


/*  */

.des_content {
    width: 100%;
    padding: 0 13%;
    text-align: center;
}

.des_content p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #545454;
}

.box_content_contact {
    width: 100%;
    padding: 50px 50px 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.form_contact {
    width: 100%;
    padding-bottom: 30px;
}

.form_contact form {
    width: 100%;
}

.box_group_from {
    width: 100%;
    padding: 0 15px 30px;
}

.box_group_from.double {
    width: 33.33%;
    float: left;
}

.box_group_from .inputfrom {
    width: 100%;
}

.box_group_from .inputfrom input {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #4A4A4A;
}

.box_group_from .inputfrom textarea {
    width: 100%;
    height: 100px;
    padding: 10px 20px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #4A4A4A;
}

#box_send {
    width: 100%;
    text-align: right;
}

#box_send button {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0;
    background: linear-gradient(126.62deg, #3E63AF -21.77%, #213C75 90.87%);
    border-radius: 50px;
    padding: 8px 30px 12px;
}

#box_send button::after {
    content: url(../images/send.svg);
    position: relative;
    top: 3px;
    padding-left: 7px;
}

.title_content_contact {
    width: 100%;
}

.title_content_contact h1 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #003878;
}

.infor_content_contact {
    width: 100%;
    padding: 20px 0;
}

.infor_content_contact p {
    position: relative;
    padding-left: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #545454;
}

.infor_content_contact p::before {
    position: absolute;
    top: 0px;
    left: 0;
}

.infor_content_contact p:nth-child(1)::before {
    content: url(../images/infor_contact/address.svg);
}

.infor_content_contact p:nth-child(2)::before {
    content: url(../images/infor_contact/email.svg);
}

.infor_content_contact p:nth-child(3)::before {
    content: url(../images/infor_contact/phone.svg);
}


/*  */

.box_content_science {
    width: 100%;
    padding: 30px 0;
    position: relative;
    clear: both;
}

.avatar_content_science {
    width: 50%;
    padding-right: 30px;
    padding-bottom: 30px;
    float: left;
}

.avatar_content_science img {
    width: 100%;
}

.title_content_science {
    width: 100%;
}

.title_content_science h1 {
    margin: 0;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #545454;
}

.content_science {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #545454;
}


/*  */

.box_comment_video {
    width: 100%;
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.box_comment {
    width: 100%;
    position: relative;
    padding: 30px;
    border-bottom: 1px dashed #C5C5C5;
}

.box_comment_question {
    width: 100%;
    position: relative;
}

.avatar_comment {
    position: absolute;
    top: -5px;
    width: 32px;
    height: 32px;
    left: 0;
    overflow: hidden;
    border-radius: 32px;
}

.avatar_comment img {
    width: 100%;
    height: 100%;
}

.text_question {
    position: relative;
    width: 100%;
    padding-left: 42px;
}

.text_question p {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
}

.text_question p strong {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #213C75;
}

.box_comment_reply {
    width: 100%;
    position: relative;
}

.avatar_reply {
    position: absolute;
    top: -5px;
    width: 32px;
    height: 32px;
    left: 0;
    overflow: hidden;
    border-radius: 32px;
}

.avatar_reply img {
    width: 100%;
    height: 100%;
}

.text_reply {
    position: relative;
    width: 100%;
    padding-left: 42px;
}

.text_reply p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
}

.text_reply p strong {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #213C75;
}


/*  */

.box_form_comment {
    width: 100%;
    padding: 20px 30px 20px;
}

.box_form_comment form {
    width: 100%;
}

.box_form_comment form input {
    width: 80%;
    margin-right: 10px;
    background: #F2F2F2;
    border: 1px solid #C9C9C9;
    box-sizing: border-box;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
    padding: 8px 20px;
}

.box_form_comment form input::placeholder {
    color: #B8B8B8;
    font-style: italic;
}

.box_form_comment form input#id_user {
    display: none;
}

.box_form_comment form input#id_question {
    display: none;
}

.box_form_comment form input#id_bai_bao_cao {
    display: none;
}

.box_form_comment form button {
    background: linear-gradient(126.62deg, #3E63AF -21.77%, #213C75 90.87%);
    border-radius: 6px;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 13px 25px;
}


/*  */

.box_tab_workshop {
    width: 100%;
    padding: 50px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.menu_tab {
    width: 100%;
    padding-bottom: 50px;
}

.menu_tab hr {
    clear: both;
    margin: 0;
    top: -25px;
    z-index: -1;
    position: relative;
    padding: 0;
    width: 100%;
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
}

.menu_tab ul.tab_nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
    text-align: center;
}

.menu_tab ul li {
    width: 20%;
    float: left;
    padding: 0 15px;
    text-align: center;
}

.menu_tab ul li a {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 48px;
    color: #BEB9B9;
}

.menu_tab ul li a span {
    color: #A5A5A5;
    padding: 12px 17px;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
}

.menu_tab ul li a.active,
.menu_tab ul li:hover a {
    color: #253C71;
}

.menu_tab ul li a.active span,
.menu_tab ul li:hover a span {
    color: #FFFFFF;
    background: linear-gradient(126.62deg, #3E63AF -21.77%, #213C75 90.87%);
}


/*  */

.tab_content {
    width: 100%;
}

.box_img_workshop {
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.box_img_workshop img {
    width: 100%;
}


/*  */

.play_vr360 {
    position: fixed;
    right: 5%;
    bottom: 20%;
    width: 70px;
    height: 70px;
    z-index: 9999;
}

.fcta-zalo-nen-nut {
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16)
}

.fcta-zalo-nen-nut {
    width: 70px;
    height: 70px;
    text-align: center;
    color: #fff;
    background: #003878;
    border-radius: 50%;
    position: relative
}

.fcta-zalo-nen-nut::after,
.fcta-zalo-nen-nut::before {
    content: "";
    position: absolute;
    border: 1px solid #003878;
    background: #003878;
    z-index: -1;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: zoom 1.9s linear infinite
}

.fcta-zalo-nen-nut::after {
    animation-delay: .4s
}

.fcta-zalo-ben-trong-nut,
.fcta-zalo-ben-trong-nut i {
    transition: all 1s
}

.fcta-zalo-ben-trong-nut {
    position: relative;
    text-align: center;
}

.fcta-zalo-ben-trong-nut img {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
}

.fcta-zalo-ben-trong-nut i {
    animation: lucidgenzalo 1s linear infinite
}

.fcta-zalo-text {
    cursor: pointer;
}

.fcta-zalo-nen-nut:hover .fcta-zalo-ben-trong-nut,
.fcta-zalo-text {
    opacity: 0
}

.fcta-zalo-text {
    position: absolute;
    top: 9px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    transform: scaleX(-1);
    transition: all .5s;
    line-height: 1.5
}

.fcta-zalo-nen-nut:hover .fcta-zalo-text {
    transform: scaleX(1);
    opacity: 1
}

.fcta-vr-insulin-text {
    position: relative;
    width: 120px;
    text-align: center;
    top: 15px;
    left: -30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #003878;
}

@keyframes zoom {
    0% {
        transform: scale(.5);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: scale(0.8)
    }
}

@keyframes lucidgenzalo {
    0% {
        transform: rotate(-25deg)
    }
    50% {
        transform: rotate(25deg)
    }
}


/*  */

#fullscreen-wrap {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    z-index: 99999999;
    overflow: hidden;
}

#fullscreen-wrap iframe {
    width: 100%;
    height: 100vh;
}

#tour-close {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 999999999;
}

.list_img_webex {
    display: inline-block;
    width: 100%;
}

.list_img_webex .img_webex {
    width: 50%;
    position: relative;
    float: left;
    padding: 15px;
}

.list_img_webex .img_webex .box_more_content {
    width: auto;
    position: absolute;
    top: -10px;
    right: 0;
}

.loader>.circle,
.list_img_webex .img_webex .box_more_content .loader {
    width: 360px;
}

.list_img_webex .img_webex .box_more_content .more_count_down {
    width: 360px;
}

.list_img_webex .img_webex img {
    width: 100%;
    height: auto;
}

.title_insuline {
    padding: 30px 0 15px;
    width: 100%;
    text-align: center;
}

.title_insuline h4 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #003878;
}

.content_detail h3 {
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #003878;
}

.box_hoi {
    display: inline-block;
    padding-bottom: 20px;
    clear: both;
    width: 100%;
    position: relative;
}

.box_hoi .box_text_hoi {
    width: 90%;
    float: left;
}

.box_hoi .box_text_hoi p {
    width: 100%;
}

.box_hoi img {
    margin-right: 2%;
    margin-bottom: 5px;
    width: 8%;
    float: left;
}

.content_detail_ttkh {
    width: 100%;
    clear: both;
    position: relative;
}

.content_detail_ttkh ul {
    list-style-type: circle;
}

.content_detail_ttkh hr {
    margin: 20px 0 30px;
    width: 100%;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.content_detail_ttkh p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #545454;
    margin-bottom: 15px;
}

.content_detail_ttkh p em {
    font-style: italic;
}

.content_detail_ttkh p strong em,
.content_detail_ttkh p strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.content_detail_ttkh h3 {
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #003878;
}

.content_detail_ttkh h4 {
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #545454;
}

.content_detail_ttkh .img_kh2 {
    width: 48%;
    padding-left: 30px;
    margin-bottom: 15px;
    float: right;
}

.content_detail_ttkh .img_kh2 img {
    width: 100%;
}

.img_three_kh {
    width: 100%;
    position: relative;
    clear: both;
    display: inline-block;
}

.img_three_kh .img_kh01 {
    width: 20%;
    float: left;
}

.img_three_kh .img_kh02 {
    width: 47%;
    float: left;
}

.img_three_kh .img_kh03 {
    width: 33%;
    float: left;
}

.link_webexnow {
    position: absolute;
    top: 15%;
    right: 30%;
}

.link_webexnow p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.link_webexnow p a {
    font-size: 20px;
    color: #2f58b1;
    text-decoration: underline;
}

.content_infor_preside {
    text-align: justify;
    display: none;
    position: absolute;
    z-index: 9999;
    background: #FFFFFF;
    padding: 0 10px;
    left: 0;
    right: 0;
    border-radius: 0 0 10px 10px;
    width: 100%;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.content_infor_preside.content_infor_preside_relative {
    position: relative;
    box-shadow: none;
}

.close_content_infor_preside {
    width: 100%;
    margin-bottom: 30px;
}

.box_infor_preside .info_preside .close_content_infor_preside {
    width: 100%;
    text-align: center;
    background: linear-gradient(126.62deg, #3E63AF -21.77%, #213C75 90.87%);
    border-radius: 50px;
    padding: 12px 20px 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.box_infor_preside .info_preside .close_content_infor_preside::before {
    content: url(../images/icon_close_view.svg);
    position: relative;
    top: 3px;
    padding-right: 7px;
}