html {
    scroll-behavior: smooth;
}

:focus {
    outline: 0 !important;
    text-decoration: blink !important;
}

a {
    color: #18477F;
    font-size: 16px;
    text-decoration: none;
}

a:hover {
    text-decoration: blink !important;
}
p{
    font-family: 'SF Pro Display Light';
    
}
strong{
    font-family: 'SF Pro Display Bold';
}
@font-face {
    font-family: 'SF Pro Display Bold';
    src: url('../font/SF-Pro-Display-Bold.eot');
    src: url('../font/SF-Pro-Display-Bold.eot?#iefix') format('embedded-opentype'), url('../font/SF-Pro-Display-Bold.woff2') format('woff2'), url('../font/SF-Pro-Display-Bold.woff') format('woff'), url('../font/SF-Pro-Display-Bold.ttf') format('truetype'), url('../font/SF-Pro-Display-Bold.svg#SF-Pro-Display-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display Heavy';
    src: url('../font/SF-Pro-Display-Heavy.eot');
    src: url('../font/SF-Pro-Display-Heavy.eot?#iefix') format('embedded-opentype'), url('../font/SF-Pro-Display-Heavy.woff2') format('woff2'), url('../font/SF-Pro-Display-Heavy.woff') format('woff'), url('../font/SF-Pro-Display-Heavy.ttf') format('truetype'), url('../font/SF-Pro-Display-Heavy.svg#SF-Pro-Display-Heavy') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display Light';
    src: url('../font/SF-Pro-Display-Light.eot');
    src: url('../font/SF-Pro-Display-Light.eot?#iefix') format('embedded-opentype'), url('../font/SF-Pro-Display-Light.woff2') format('woff2'), url('../font/SF-Pro-Display-Light.woff') format('woff'), url('../font/SF-Pro-Display-Light.ttf') format('truetype'), url('../font/SF-Pro-Display-Light.svg#SF-Pro-Display-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

.slick-dots,
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    padding: 0
}

.slick-next:before,
.slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    bottom: 50%;
    z-index: 9;
    margin-top: -10px\9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
    opacity: 0.7;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .2
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    color: #fff
}

.slick-prev {
    left: -35px;
    position: absolute;
}

.slick-next {
    right: -35px;
    position: absolute;
}

.slick-prev:before {
    content: url(../images/prev.svg);
    background-repeat: no-repeat;
}

.slick-next:before {
    content: url(../images/next.svg);
    background-repeat: no-repeat;
}

.slider_home .slick-prev {
    left: 30px;
    position: absolute;
    bottom: calc(50% - 30px);
}

.slider_home .slick-next {
    right: 30px;
    position: absolute;
    bottom: calc(50% - 30px);
}

.slider_home .slick-prev:before {
    content: url(../images/prev_white.svg);
    background-repeat: no-repeat;
}

.slider_home .slick-next:before {
    content: url(../images/next_white.svg);
    background-repeat: no-repeat;
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    height: 100%;
    padding: 0;
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    height: 100%;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}


/*  */

.slick-dots {
    bottom: 0px;
    width: 100%;
    list-style: none;
    text-align: center;
}

.slider_home .slick-dots {
    bottom: 20px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    border-radius: 12px;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    font-size: 0;
    line-height: 0;
    background: transparent;
    display: block;
    border-radius: 12px;
    width: 12px;
    height: 12px;
    outline: none;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: 0;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border-radius: 12px;
    width: 12px;
    height: 12px;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    background: #FEDC00;
    opacity: 1;
}

/*  */

body {
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    max-width: 1920px;
    font-family: 'SF Pro Display Light';
    font-size: 16px;
    line-height: 24px;
    color: #545454;
    background: #FFFFFF;
}

#wrapper {
    overflow-x: hidden;
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
}

.remove_margin {
    margin: 0 -15px;
}

.container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

#header {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: rgba(255, 255, 255, 1);
    border-bottom: 3px solid #FEDC00;
    transition: all 0.3s;
}

.logo {
    position: absolute;
    left: 15px;
    top: 6px;
    transition: all 0.3s;
}

.logo img {
    width: auto;
    height: 45px;
    transition: all 0.3s;
}

#btn_open_menu {
    display: none;
}

.focus_show_sub_menu {
    display: none;
}

.menu_header {
    width: max-content;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0px;
    z-index: 99;
}

.menu_header .menu_show {
    width: 100%;
    clear: both;
}

.menu_header .menu_show .menu {
    width: max-content;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu_header .menu_show .menu li.menu_item {
    width: max-content;
    position: relative;
    float: left;
    padding: 16px 20px 20px;
}

.menu_header .menu_show .menu li.menu_item:last-child {
    padding-right: 0;
}

.menu_header .menu_show .menu li.menu_item a.menu_link {
    font-family: 'SF Pro Display Bold';
    font-size: 16px;
    line-height: 26px;
    color: #18477F;
    transition: all 0.3s;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
}

.menu_header .menu_show .menu li.menu_item:hover a.menu_link,
.menu_header .menu_show .menu li.menu_item a.menu_link.active {
    color: #FEDC00;
}

.menu_header .menu_show .menu li.menu_item ul.menu_item_sub_open {
    width: max-content;
    padding: 0;
    list-style-type: none;
    position: absolute;
    top: 60px;
    left: 20px;
    z-index: 1000;
    -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;
    background-color: rgba(24, 71, 127, 0.9);
}

.menu_header .menu_show .menu li.menu_item:hover ul.menu_item_sub_open {
    display: block;
    opacity: 1;
    -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_header .menu_show .menu li.menu_item ul.menu_item_sub_open li {
    width: 100%;
    position: relative;
    padding: 10px 25px;
    transition: all 0.2s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu_header .menu_show .menu li.menu_item ul.menu_item_sub_open li:last-child {
    border-bottom: 0;
}

.menu_header .menu_show .menu li.menu_item ul.menu_item_sub_open li a {
    font-family: 'SF Pro Display Light';
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    transition: all 0.1s;
}

.menu_header .menu_show .menu li.menu_item ul.menu_item_sub_open li:hover {
    background: #F3C300;
}


/*  */

.box_hotline_header {
    width: 170px;
    position: absolute;
    right: 15px;
    top: 10px;
}

.box_hotline_header .hotline_header {
    width: 100%;
    background: #18477F;
    border-radius: 50px;
    height: 38px;
    position: relative;
    text-align: center;
}

.box_hotline_header .hotline_header a {
    position: relative;
    font-family: 'SF Pro Display Bold';
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0.01em;
    color: #FEDC00;
}

.box_hotline_header .hotline_header a::before {
    content: url(../images/hotline_header.svg);
    position: relative;
    top: 4px;
    padding-right: 5px;
}


/*  */

.section_slider_home {
    width: 100%;
    margin-top: 60px;
    position: relative;
    clear: both;
    height: auto;
    z-index: 1;
    overflow: hidden;
}

.slider_home {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider_home .box_img_slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider_home .box_img_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* title */

.title {
    width: 100%;
    position: relative;
}

.title.center {
    text-align: center;
}

.title h1,
.title h2 {
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'SF Pro Display Heavy';
    font-size: 25px;
    line-height: 35px;
    color: #18477F;
    letter-spacing: 0.01em;
}

.title.white h2 {
    color: #FFFFFF;
}

.title h1::before,
.title h2::before {
    content: '';
    width: 70px;
    height: 1px;
    background-color: #FEDC00;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.title.center h1::before,
.title.center h2::before {
    content: '';
    width: 70px;
    height: 1px;
    background-color: #FEDC00;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/* section_partner */

.section_partner {
    width: 100%;
    clear: both;
    position: relative;
    padding: 30px 0;
    background: #FFFFFF;
    z-index: 0;
}

.box_slider_partner {
    width: 100%;
    position: relative;
}

.slider_partner {
    width: 100%;
    position: relative;
}

.slider_partner .img_logo_partner {
    padding: 15px;
    width: 100%;
    position: relative;
}

.slider_partner .img_logo_partner img {
    width: 100%;
    position: relative;
    background: #FFFFFF;
}


/* section_article_menu_product */

.section_article_menu_product {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
    background: #FFFFFF;
}

.box_list_article_menu_product {
    width: 100%;
    position: relative;
}

.list_article_menu_product {
    width: 100%;
    position: relative;
    display: inline-block;
}

.box_article_menu_product {
    width: 25%;
    float: left;
    position: relative;
    padding: 15px;
}

.box_article_menu_product .article_menu_product {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.box_article_menu_product .article_menu_product .img_article_menu_product {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.box_article_menu_product .article_menu_product .img_article_menu_product img {
    width: 100%;
    position: relative;
    transition: all 0.5s;
}

.box_article_menu_product:hover .article_menu_product .img_article_menu_product img {
    transform: scale(1.1);
}

.box_article_menu_product .article_menu_product .name_article_menu_product {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
}

.box_article_menu_product .article_menu_product .name_article_menu_product strong {
    width: 100%;
    position: absolute;
    padding: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'SF Pro Display Bold';
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


/* section_article_product */

.section_article_product {
    width: 100%;
    position: relative;
    clear: both;
    padding: 40px 0 0;
    background: #FFFFFF;
}

.box_head_list_article_product {
    width: 100%;
    background: #18477F;
    position: relative;
    clear: both;
    height: 60px;
    padding: 0 20px;
}

.title_list_article_product {
    float: left;
}

.title_list_article_product h2 {
    margin: 0;
    font-family: 'SF Pro Display Heavy';
    text-transform: uppercase;
    font-size: 25px;
    line-height: 60px;
    letter-spacing: 0.01em;
    color: #FEDC00;
}

.more_list_article_product {
    float: right;
    position: relative;
}

.more_list_article_product a {
    position: relative;
    font-family: 'SF Pro Display Bold';
    font-size: 16px;
    line-height: 60px;
    letter-spacing: 0.01em;
    color: #FEDC00;
}

.more_list_article_product a::after {
    content: url(../images/more.svg);
    position: relative;
    padding-left: 7px;
}

.box_list_article_product {
    width: 100%;
    position: relative;
    clear: both;
}

.list_article_product {
    width: 100%;
    padding-bottom: 30px;
    position: relative;
    display: inline-block;
}

.box_article_product {
    width: 25%;
    float: left;
    padding: 20px 15px;
}

.box_article_product .article_product {
    width: 100%;
    text-align: center;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.box_article_product .article_product .img_article_product {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.box_article_product .article_product .img_article_product img {
    width: 100%;
    transition: all 0.5s;
}

.box_article_product:hover .article_product .img_article_product img {
    transform: scale(1.1);
}

.box_article_product .article_product .name_article_product {
    width: 100%;
    margin:10px 0;
    padding: 0px 20px;
    height:45px;
    overflow: hidden;
    font-family: 'SF Pro Display Bold';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #18477F;
}

.box_article_product .article_product .name_article_product strong {
    font-family: 'SF Pro Display Bold';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #18477F;
}

.box_article_product .article_product .price_article_product {
    width: 100%;
    padding: 0 20px 30px;
}

.box_article_product .article_product .price_article_product span {
    font-family: 'SF Pro Display Bold';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #FF0606;
}


/* section_service */

.section_service {
    width: 100%;
    position: relative;
    clear: both;
    padding: 50px 0;
    background: #18477F;
}

.slider_service {
    width: 100%;
    padding-bottom: 60px;
    display: inline-block;
    position: relative;
}

.slider_service .slick-list {
    padding: 50px 280px !important;
}

.slider_service .slick-prev {
    left: calc(50% - 35px);
    top: auto;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.slider_service .slick-next {
    right: calc(50% - 35px);
    top: auto;
    bottom: 0;
    position: absolute;
}

.box_service {
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
}

.box_service.slick-slide {
    padding: 0px 0;
    position: relative;
    z-index: 1;
}

.box_service.slick-slide img {
    width: 100%;
    object-fit: cover;
}

.box_service.slick-slide .img_service img {
    opacity: 0.3;
    height: 350px;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}

.box_service.slick-slide .img_service {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 1);
}

.box_service.slick-slide.slick-center {
    position: relative;
    z-index: 9;
}

.box_service.slick-slide.slick-center {
    opacity: 1;
    transform: scale(1.2);
    position: relative;
    z-index: 9;
}

.box_service.slick-slide.slick-center .img_service img {
    opacity: 1;
    width: 100%;
    height: 350px;
}

.box_service.slick-slide .name_service {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.box_service.slick-slide.slick-center .name_service {
    display: block;
    text-align: center;
}

.box_service a {
    position: relative;
}

.box_service .service {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.box_service .service .img_service {
    width: 100%;
    position: relative;
}

.box_service .service .img_service::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
}

.box_service .service .img_service img {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}

.box_service.slick-slide.slick-center:hover .service .img_service img {
    transform: scale(1.1);
}

.box_service .service .name_service {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px;
    transition: all 0.5s;
}

.box_service .service .name_service strong {
    position: relative;
    transition: all 0.5s;
    font-family: 'SF Pro Display Bold';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.box_service.slick-slide.slick-center:hover .service::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(254, 220, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.box_service:hover .service .name_service {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.box_service:hover .service .name_service strong {
    position: absolute;
    height: max-content;
    text-transform: uppercase;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    margin: auto;
}


/* section_blog */

.section_blog {
    width: 100%;
    clear: both;
    position: relative;
    padding: 50px 0;
    background: #FFFFFF;
}

.box_slider_blog {
    width: 100%;
    clear: both;
    position: relative;
}

.slider_blog {
    width: 100%;
    position: relative;
}

.box_blog {
    width: 33.33%;
    float: left;
    position: relative;
    padding: 15px;
}

.slider_blog .box_blog {
    width: 100%;
}

.box_blog .blog {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.box_blog .blog .img_blog {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: rgba(33, 105, 163, 1);
}

.box_blog .blog .img_blog::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background: url(../images/more_service.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s;
}

.box_blog:hover .blog .img_blog::before {
    opacity: 1;
}

.box_blog .blog .img_blog img {
    width: 100%;
    transition: all 0.5s;
}

.box_blog:hover .blog .img_blog img {
    transform: scale(1.1);
    opacity: 0.2;
}

.box_blog .blog .text_blog {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 20px;
}

.box_blog .blog .text_blog .title_blog {
    width: 100%;
    height: 48px;
    margin: 7px 0;
    overflow: hidden;
}

.box_blog .blog .text_blog .title_blog strong {
    font-family: 'SF Pro Display Bold';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #18477F;
}

.box_blog .blog .text_blog .des_blog {
    width: 100%;
    height: 70px;
    overflow: hidden;
    line-height: 22px;
}

.box_blog .blog .text_blog .des_blog span {
    font-family: 'SF Pro Display Light';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #636363;
}

.box_blog .blog .text_blog .date_post {
    position: relative;
    width: max-content;
    clear: both;
    padding: 1px 10px 3px;
    background: #18477F;
}

.box_blog .blog .text_blog .date_post span {
    font-family: 'SF Pro Display Light';
    font-size: 12px;
    line-height: 12px;
    color: #FEDC00;
    letter-spacing: 0.01em;
}

.box_blog .blog .text_blog .date_post span::before {
    content: url(../images/date_post.svg);
    padding-right: 5px;
    position: relative;
    top: 2px;
}


/* footer */

footer {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 0;
    position: relative;
    background: #18477F;
}

.box_footer {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.box_footer_contact {
    width: 33.33%;
    float: left;
    padding: 50px 15px 30px;
}

.logo_footer {
    width: 176px;
    position: relative;
    clear: both;
    margin-bottom: 10px;
}

.logo_footer img {
    width: 100%;
}

.about_us_footer {
    width: 100%;
    position: relative;
}

.about_us_footer p {
    margin: 0;
    font-family: 'SF Pro Display Light';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.title_footer {
    width: 100%;
    position: relative;
    margin-bottom: 37px;
}

.title_footer::before {
    content: '';
    width: 70px;
    height: 1px;
    background: #FEDC00;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.title_footer strong {
    position: relative;
    font-family: 'SF Pro Display Bold';
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.list_contact_footer {
    width: 100%;
    position: relative;
}

.list_contact_footer p {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    font-family: 'SF Pro Display Light';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.list_contact_footer p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
}

.list_contact_footer p.address::before {
    content: url(../images/contact_footer/address.svg);
}

.list_contact_footer p.hotline::before {
    content: url(../images/contact_footer/hotline.svg);
}

.list_contact_footer p.email::before {
    content: url(../images/contact_footer/email.svg);
}

.box_form_footer {
    width: 100%;
    position: relative;
}

.box_form_footer form {
    width: 100%;
    position: relative;
}

.box_form_footer form input {
    position: relative;
    width: 100%;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 40px;
    font-family: 'SF Pro Display Light';
    font-style: italic;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding: 0 60px 0 20px;
}

.box_form_footer form input::placeholder {
    color: #FFFFFF;
}

.box_form_footer form button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 40px;
    width: 60px;
    height: 40px;
    border: 0;
    background: none;
    text-align: center;
    font-family: 'SF Pro Display Bold';
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #FEDC00;
}

.list_social {
    width: 100%;
    clear: both;
    margin: 25px 0;
}

.list_social a {
    margin: 0;
    margin-right: 5px;
}

.box_coppyright {
    padding: 12px 0;
    width: 100%;
    background: #022E63;
    clear: both;
    position: relative;
}

.coppyright {
    float: left;
}

.coppyright span {
    font-family: 'SF Pro Display Light';
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255);
}

.provided_lovaweb {
    float: right;
}

.provided_lovaweb a {
    font-family: 'SF Pro Display Light';
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255);
}

.provided_lovaweb a img {
    position: relative;
    top: -1px;
    padding-left: 5px;
}


/* box_list_about_us */

.box_list_about_us {
    width: 100%;
    clear: both;
    position: relative;
    margin-top: 20px;
}

.box_list_about_us .title_list_about_us {
    width: 100%;
    text-align: center;
    background: #18477F;
    padding: 13px 20px;
}

.box_list_about_us .title_list_about_us h2 {
    margin: 0;
    font-family: 'SF Pro Display Bold';
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FEDC00;
}

.list_about_us {
    width: 100%;
    position: relative;
    display: inline-block;
    clear: both;
}

.box_about_us {
    width: 33.33%;
    float: left;
    padding: 30px 15px 0;
}

.box_about_us .img_about_us {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.box_about_us .img_about_us img {
    width: 100%;
    transition: all 0.5s;
}

.box_about_us:hover .img_about_us img {
    transform: scale(1.1);
}

.box_about_us .name_about_us {
    width: 100%;
}

.box_about_us .name_about_us h3 {
    margin: 20px 0 10px;
    font-family: 'SF Pro Display Bold';
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #18477F;
}

.box_about_us .des_about_us {
    width: 100%;
}

.box_about_us .des_about_us p {
    margin: 0;
    font-family: 'SF Pro Display Light';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #4F4F4F;
}


/*  */

.section_banner_subpage {
    width: 100%;
    margin-top: 60px;
    position: relative;
    clear: both;
    overflow: hidden;
}

.box_img_banner_subpage {
    width: 100%;
    position: relative;
}

.box_img_banner_subpag img {
    width: 100%;
    position: relative;
}

.box_breadcrumb {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(24, 71, 127, 0.8);
}

.section_breadcrumb {
    width: 100%;
    margin-top: 60px;
    position: relative;
    clear: both;
}

.section_breadcrumb .box_breadcrumb {
    position: relative;
    background: rgba(24, 71, 127, 1);
}

.section_content {
    width: 100%;
    position: relative;
    clear: both;
    padding: 50px 0;
    background: #FFFFFF;
}

.box_content {
    width: 65%;
    float: left;
    position: relative;
}
.content_not{
    width: 100%;
    clear: both;
    position: relative;
    text-align: center;
}
.content {
    width: 100%;
    clear: both;
    position: relative;
}
.content_not p,
.content p {
    clear: both;
    width: 100%;
    font-family: 'SF Pro Display Light';
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #4F4F4F;
}
.content a{
    font-family: 'SF Pro Display Bold';
    font-size: 18px;
    line-height: 26px;
}
.content_not p a,
.content p strong {
    font-family: 'SF Pro Display Bold';
}

.content h1 {
    margin: 0;
    margin-bottom: 15px;
    font-family: 'SF Pro Display Heavy';
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0.01em;
    color: #18477F;
}

.content h2 {
    margin: 0;
    margin-bottom: 15px;
    font-family: 'SF Pro Display Bold';
    letter-spacing: 0.01em;
    font-size: 22px;
    line-height: 30px;
    color: #18477F;
}

.content h3 {
    margin: 0;
    margin-bottom: 15px;
    font-family: 'SF Pro Display Bold';
    letter-spacing: 0.01em;
    font-size: 20px;
    line-height: 28px;
    color: #18477F;
}

.content ul {
    padding: 0 20px;
    margin: 0 0 10px;
}

.content ul li {
    font-family: 'SF Pro Display Light';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #4F4F4F;
}

.box_list_blog_latest {
    width: 35%;
    float: left;
    padding-left: 30px;
    position: relative;
}

.box_list_blog_latest .box_blog {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 20px;
    clear: both;
}

.box_list_blog_latest .box_blog .blog {
    box-shadow: none;
}

.box_list_blog_latest .box_blog .blog .img_blog {
    width: 140px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.box_list_blog_latest .box_blog .blog .img_blog img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.box_list_blog_latest .box_blog .blog .text_blog {
    width: 100%;
    padding: 0;
    padding-left: 155px;
    position: relative;
}

.box_list_blog_latest .box_blog .blog .text_blog .title_blog {
    width: 100%;
    height: 70px;
    margin-bottom: 0;
}

.box_list_blog_latest .box_blog .blog .text_blog .title_blog strong {
    font-size: 14px;
    line-height: 22px;
}

.box_list_blog_latest .box_blog .blog .img_blog::before {
    width: 20px;
    height: 20px;
}


/* section_contact */

.section_contact {
    width: 100%;
    position: relative;
    clear: both;
    padding: 50px 0;
    background: #FFFFFF;
}

.box_form_contact {
    width: 50%;
    float: left;
    padding: 15px;
}

.box_form_contact .form_contact {
    width: 100%;
    position: relative;
    padding: 0;
    box-shadow: none;
}

.box_form_contact .form_contact .des_form_contact {
    width: 100%;
}

.box_form_contact .form_contact .des_form_contact p {
    margin: 0;
    margin-bottom: 15px;
    font-family: 'SF Pro Display Light';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #4F4F4F;
}

.box_form_contact .form_contact form {
    width: 100%;
    padding: 0;
}

.box_form_contact .form_contact form .input_form {
    width: 50%;
    float: left;
    clear: none;
    padding: 10px 15px;
}

.box_form_contact .form_contact form .textarea_form {
    padding: 10px 0 20px;
}

.box_form_contact .form_contact form .btn_send_contact {
    float: left;
}

.form_contact {
    width: 100%;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin: auto;
    padding: 40px;
}

.form_contact form {
    padding-top: 20px;
}

.form_contact form .input_form {
    width: 100%;
    padding: 0;
    clear: both;
    float: none;
    padding-bottom: 20px;
    position: relative;
}

.form_contact form .input_file {
    width: 100%;
    position: relative;
    clear: both;
    padding-bottom: 20px;
}

.form_contact form .input_form input {
    width: 100%;
    font-family: 'SF Pro Display Light';
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #636363;
    border-radius: 50px;
    border: 0;
    box-sizing: border-box;
    background: #F4F4F4;
    padding: 10px 20px;
}

.form_contact form .input_form input::placeholder {
    color: #636363;
}

.form_contact form .textarea_form {
    width: 100%;
    clear: both;
    padding-bottom: 20px;
}

.form_contact form .textarea_form textarea {
    width: 100%;
    font-family: 'SF Pro Display Light';
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #636363;
    height: 85px;
    background: none;
    border: 0;
    box-sizing: border-box;
    background: #F4F4F4;
    border-radius: 20px;
    padding: 10px 20px;
}

.form_contact form .textarea_form textarea::placeholder {
    color: #636363;
}

.form_contact form .btn_send_contact {
    width: 180px;
    height: 40px;
    margin: 0 auto;
}

.form_contact form .btn_send_contact button {
    width: 180px;
    height: 40px;
    background: #18477F;
    border-radius: 50px;
    font-family: 'SF Pro Display Bold';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #FEDC00;
    line-height: 36px;
    border: 0;
    transition: all 0.3s;
    position: relative;
}

.form_contact form .btn_send_contact button::before {
    content: url(../images/send_contact.svg);
    position: relative;
    padding-right: 7px;
    top: 2px;
}

.box_google_map {
    width: 50%;
    float: left;
    padding: 15px;
}

.box_google_map iframe {
    width: 100%;
    overflow: hidden;
    height: 400px;
}


/* section_list_product */

.section_list_product {
    width: 100%;
    clear: both;
    position: relative;
    padding: 50px 0;
    background: #FFFFFF;
}

.box_list_menu_sub {
    width: 25%;
    float: left;
    padding-right: 30px;
    position: relative;
}

.box_menu_sub {
    width: 100%;
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.box_menu_sub:last-child {
    margin-bottom: 0px;
}

.head_list_menu_sub {
    width: 100%;
    background: #18477F;
    padding: 12px 25px;
}

.head_list_menu_sub h2,
.head_list_menu_sub p {
    width: 100%;
    margin: 0;
    font-family: 'SF Pro Display Bold';
    font-size: 16px;
    line-height: 24px;
    color: #FEDC00;
}

.list_menu_sub {
    width: 100%;
    position: relative;
}

.list_menu_sub ul {
    width: 100%;
    position: relative;
    padding: 0 25px;
    margin: 0;
    list-style-type: none;
    background: #FFFFFF;
}

.list_menu_sub ul li {
    width: 100%;
    cursor: pointer;
    position: relative;
    padding: 15px 0;
    padding-left: 20px;
    border-bottom: 1px solid #DBDBDB;
}

.list_menu_sub ul li:last-child {
    border-bottom: 0;
}

.list_menu_sub ul li a {
    cursor: pointer;
    position: relative;
    font-family: 'SF Pro Display Light';
    font-size: 16px;
    line-height: 24px;
    color: #434343;
    transition: all 0.3s;
}

.list_menu_sub ul li a::before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background: #4F4F4F;
    position: absolute;
    left: -20px;
    top: 8px;
}
.list_menu_sub ul li:hover a,
.list_menu_sub ul li.active a {
    color: #F3C300;
}

.box_list_product {
    width: 75%;
    position: relative;
    float: left;
}

.list_product {
    width: 100%;
    clear: both;
    position: relative;
}

.list_product .box_article_product {
    width: 33.33%;
    float: left;
    padding: 15px;
}

.box_head_list_product {
    width: 100%;
    clear: both;
    position: relative;
}

.title_list_product {
    float: left;
}

.title_list_product h1 {
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'SF Pro Display Heavy';
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #18477F;
}

.box_form_select_arrange {
    width: 270px;
    position: relative;
    float: right;
}

.box_form_select_arrange form {
    width: 100%;
    position: relative;
}

.box_form_select_arrange form select {
    width: 100%;
    height: 36px;
    border-radius: 50px;
    border: 0;
    font-family: 'SF Pro Display Light';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #636363;
    padding: 0 20px;
    outline: 0 none;
    -webkit-appearance: none;
    cursor: pointer;
    background: #F4F4F4 url(../images/select.svg) no-repeat scroll 95% center;
}

.box_list_product .pagination_subpage .pagination {
    text-align: right;
    margin-right: 0;
}


/* section_content_product */

.section_content_product {
    width: 100%;
    clear: both;
    position: relative;
    padding: 50px 0;
    background: #FFFFFF;
}

.box_img_product {
    width: 60%;
    float: left;
    position: relative;
    padding-right: 30px;
}

.box_img_product .img_product {
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #DBDBDB;
}

.box_img_product .img_product a::before{
    content: url(../images/zoom.svg);
    position:absolute;
    z-index: 2;
    right: 10px;
    top: 10px;
}
.box_img_product .img_product img {
    width: 100%;
    position: relative;
    background: #FFFFFF;

    transition: all 0.5s;
}
.box_img_product .img_product:hover img {
    transform: scale(1.1);
}
.box_info_content_product {
    width: 40%;
    position: relative;
    float: left;
}

.title_content_product {
    width: 100%;
}

.title_content_product h1 {
    margin: 0;
    margin-bottom: 10px;
    font-family: 'SF Pro Display Heavy';
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0.01em;
    color: #18477F;
}

.price_content_product {
    width: 100%;
}

.price_content_product span {
    font-family: 'SF Pro Display Bold';
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #FF0606;
}

.info_content_product {
    width: 100%;
    display: inline-block;
    margin: 15px 0;
    min-height: 260px;
    position: relative;
}
.info_content_product ul li,
.info_content_product p {
    margin-bottom: 8px;
    font-family: 'SF Pro Display Light';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #4F4F4F;
}
.info_content_product ul{
    margin: 0;
    padding: 0;
    padding-left: 20px;
    color: #4F4F4F;
}
.box_shopping_cart {
    width: 220px;
    height: 40px;
    background: #18477F;
    border-radius: 50px;
    text-align: center;
    position: relative;
}

.box_shopping_cart a {
    position: relative;
    font-family: 'SF Pro Display Bold';
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0.01em;
    color: #FEDC00;
}

.box_shopping_cart a::before {
    content: url(../images/cart.svg);
    position: relative;
    padding-right: 10px;
    top: 4px;
}

.box_content_product {
    width: 100%;
    position: relative;
    clear: both;
    padding: 50px 0;
}
/*  */
.ring {
    position: fixed;
    z-index: 9999;
    bottom: 24px;
    left: 24px;
    height: 45px;
}

.alo-phone {
    position: absolute;
    top: 10px;
    right: 0px;
}

.alo-phone a {
    font-family: 'SF Pro Display Bold';
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
}

.hotline_fixed {
    position: absolute;
    width: 150px;
    background: rgb(255, 255, 255, 0.3);
    border-radius:  0px 30px 30px 0px;
    top: 5px;
    left: 30px;
    padding: 2px;
}

.hotline_fixed .title_hotline {
    position: relative;
    width: 100%;
    padding: 4px 0;
    background: linear-gradient(270deg, #980505 8.23%, #FF000C 95.18%);
    border-radius:  0px 30px 30px 0px;
}

.hotline_fixed a h4 {
    margin: 0;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    letter-spacing: 0.7px;
    color: #FFFFFF;
    font-family: 'SF Pro Display Bold';
}

.hotline_fixed a p {
    margin: 0;
    font-family: 'SF Pro Display Bold';
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.7px;
    color: #FFFFFF;
}

.coccoc-alo-phone {
    background-color: transparent;
    cursor: pointer;
    z-index: 2000000;
    width: 50px;
    height: 50px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
}

.coccoc-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: -20px;
    left: -20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(255, 0, 12, 0.6);
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
    background-color: rgba(255, 0, 12, 0.9);
}

.coccoc-alo-ph-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    left: -10px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .2;
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.coccoc-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
    position: absolute;
    background: url(../images/alo-phone.svg) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #FFFFFF;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
    background-color: #FF000C;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
    border-color: #FF000C;
    opacity: .7;
}
/*  */
.zalo{
    position: fixed;
    z-index: 9999;
    bottom: 24px;
    right: 24px;
    height: 45px;
}
.zalo .hotline_fixed{
    left: auto;
    right: 30px;
    border-radius:30px 0px 0px 30px;
}
.zalo .hotline_fixed .title_hotline{
    background: #0068FF;
    border-radius:30px 0px 0px 30px;

}
.zalo .coccoc-alo-ph-circle {
    border: 2px solid rgba(0, 104, 255,0.6);
}
.zalo .coccoc-alo-ph-img-circle {
    background: url(../images/zalo.svg) no-repeat center center;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation:none;
}
.zalo .coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
    background-color:rgba(0, 104, 255,0.9);
}

.zalo .coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
    background-color: #0068FF;
}

.zalo .coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
    border-color: #0068FF;
    opacity: .7;
}
@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-o-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.zzBoxes,
.zzBoxes * {
    text-align: center;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
}

.zzBoxes_overlay {
    background: none no-repeat center center #979fb5;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.6;
}

.zzBoxes_inner {
    background: #FFFFFF;
    border-radius: 7px;
    position: fixed;
    z-index: 999999;
    top: 50%;
    left: 48%;
    margin-top: -150px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-family: 'SF Pro Display';
    color: #4F4F4F;
    -webkit-transition: margin .3s;
    transition: margin .3s;
    padding: 20px 30px;
    clear: both;
    min-width: 350px;
    max-width: 400px;
}

.zzBoxes.alert .zzBoxes_title {
    font-size: 22px;
    line-height: 28px;
    font-family: 'SF Pro Display Bold';
    text-transform: uppercase;
    text-align: center;
    color: #4F4F4F;
    padding: 20px 0 0;
}

.zzBoxes.confirm .zzBoxes_title {
    color: #4F4F4F;
}

.zzBoxes.prompt .zzBoxes_inner {
    max-width: 360px !important;
}

.zzBoxes.prompt .zzBoxes_title {
    color: #4F4F4F;
}

.zzBoxes_content {
    font-family: 'SF Pro Display';
    width: 100%;
    margin: 0;
    padding: 20px 20px;
}

.zzBoxes_mess {
    font-family: 'SF Pro Display Light';
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0 0;
    text-align: center;
    color: #4F4F4F;
}

.zzBoxes_content::before {
    content: url(../images/thanhcong.svg);
    position: relative;
    width: 100%;
    text-align: center;
}

.zzBoxes_content img {
    max-width: 100%;
}

.zzBoxes_input {
    padding: 7px;
    margin: 10px 0;
    width: 100%;
    border: 1px solid #dddddd;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.zzBoxes_input:focus {
    background: #FEDC00;
    box-shadow: 0px 6px 10px rgba(189, 155, 47, 0.3);
    outline: 0 none;
}

.zzBoxes_button {
    background-color: #ffffff;
    text-align: center;
    border-radius: 2px;
    font-family: 'SF Pro Display Bold';
    font-size: 14px;
    line-height: 16px;
    padding: 15px 0;
}

.zzBoxes_button>div {
    background: #FEDC00;
    box-shadow: 0px 6px 10px rgba(189, 155, 47, 0.3);
    display: block;
    margin: 15px auto;
    max-width: 80px;
    padding: 8px 25px;
    border-radius: 2px;
    font-family: 'SF Pro Display Bold';
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-transition: background .3s;
    transition: background .3s;
}

div.zzBoxes_cancel {
    background-color: #18477F;
}

.zzBoxes_close {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJZJREFUeNpi/P//PwMpgAlKywHxMSD2wKImCogPA7EEmAeyAYhP/oeAb0DsARUD4XAg/gOV2wV2DVTCA6oYWVMIkuLPQGyDrAGbJgzF6BrQNWEoBmEmNA/yADEbEp8ZKoYAODwIMvknlP0TOSBgiqOwuNkDTZM3soZjONzsjaRpC7IGCSDei+5BJE0gxUIgPiOpSQMgwAB/QVTYXhJ/ggAAAABJRU5ErkJggg==) no-repeat center center #eb0900;
    position: absolute;
    width: 30px;
    height: 20px;
    right: 2px;
    top: 2px;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.zzBoxes_inner:hover .zzBoxes_close {
    opacity: 1;
}

.zzBoxes_button>div:hover,
.zzBoxes_close:hover {
    background: #18477F;
    cursor: pointer;
}

#_loading {
    width: 100%;
    display: block;
    position: fixed;
    z-index: 9999999;
}

.windows8 {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.windows8 .wBall {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0%;
    border-radius: 50%;
}

.windows8 #wBall_1 {
    background: #FEDC00;
    box-shadow: 0px 6px 10px rgba(189, 155, 47, 0.3);
    animation: move 2s infinite cubic-bezier(.2, .64, .81, .23);
}

.windows8 #wBall_2 {
    background: #FEDC00;
    box-shadow: 0px 6px 10px rgba(189, 155, 47, 0.3);
    animation: move 2s 150ms infinite cubic-bezier(.2, .64, .81, .23);
}

.windows8 #wBall_3 {
    background: #FEDC00;
    box-shadow: 0px 6px 10px rgba(189, 155, 47, 0.3);
    animation: move 2s 300ms infinite cubic-bezier(.2, .64, .81, .23);
}

.windows8 #wBall_4 {
    background: #FEDC00;
    box-shadow: 0px 6px 10px rgba(189, 155, 47, 0.3);
    animation: move 2s 450ms infinite cubic-bezier(.2, .64, .81, .23);
}

@keyframes move {
    0% {
        left: 0%;
    }
    100% {
        left: 100%;
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }
    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }
    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }
    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }
    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }
    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0%;
    }
    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%;
    }
    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%;
    }
    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%;
    }
    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%;
    }
    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 0%;
    }
    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%;
    }
    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 30%;
    }
    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 39%;
    }
    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 70%;
    }
    76% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin: 0%;
    }
    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin: 7%;
    }
    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin: 30%;
    }
    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 39%;
    }
    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 70%;
    }
    76% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0%;
    }
    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%;
    }
    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%;
    }
    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%;
    }
    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%;
    }
    76% {
        opacity: 0;
        transform: rotate(900deg);
    }
    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-webkit-keyframes shakeit {
    0% {
        -webkit-transform: rotate(0deg) translate(2px, 1px);
    }
    10% {
        -webkit-transform: rotate(1deg) translate(1px, 2px);
    }
    20% {
        -webkit-transform: rotate(-1deg) translate(3px, 0px);
    }
    30% {
        -webkit-transform: rotate(0deg) translate(0px, -2px);
    }
    40% {
        -webkit-transform: rotate(-1deg) translate(-1px, 1px);
    }
    50% {
        -webkit-transform: rotate(1deg) translate(1px, -2px);
    }
    60% {
        -webkit-transform: rotate(0deg) translate(3px, -1px);
    }
    70% {
        -webkit-transform: rotate(1deg) translate(-2px, -1px);
    }
    80% {
        -webkit-transform: rotate(-1deg) translate(1px, 1px);
    }
    90% {
        -webkit-transform: rotate(0deg) translate(-2px, -2px);
    }
    100% {
        -webkit-transform: rotate(1deg) translate(-1px, 2px);
    }
}

@keyframes shakeit {
    0% {
        transform: rotate(0deg) translate(2px, 1px);
    }
    10% {
        transform: rotate(1deg) translate(1px, 2px);
    }
    20% {
        transform: rotate(-1deg) translate(3px, 0px);
    }
    30% {
        transform: rotate(0deg) translate(0px, -2px);
    }
    40% {
        transform: rotate(-1deg) translate(-1px, 1px);
    }
    50% {
        transform: rotate(1deg) translate(1px, -2px);
    }
    60% {
        transform: rotate(0deg) translate(3px, -1px);
    }
    70% {
        transform: rotate(1deg) translate(-2px, -1px);
    }
    80% {
        transform: rotate(-1deg) translate(1px, 1px);
    }
    90% {
        transform: rotate(0deg) translate(-2px, -2px);
    }
    100% {
        transform: rotate(1deg) translate(-1px, 2px);
    }
}