.row:before, .row:after {display: none !important;}

.hl-pagination{
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}
.nav-links{
    display: flex;
    justify-content: center;
}

.navigation.pagination{
    float: left;
    width: 100%;
    text-align: center;
    display:block;
}

.navigation.pagination .screen-reader-text{
    display:none;
}
.navigation.pagination .page-numbers .icon{
    width:11px;
    height:11px;
    color: #fff;
    fill:#fff;
}
.navigation.pagination .page-numbers{
    background: #ffffff;
    color: #000;
    padding: 8px 12px;
    position: relative;
    border-radius: 5px;
    margin-right: 5px;
    border: 1px solid #ddd;
    line-height: 1;
}
.navigation.pagination .page-numbers:after{
    position:absolute;
    top:45%;
    left:50%;
    transform:translate(-50%,-50%)
}

.navigation.pagination .page-numbers.next:after{
    content:"»";
}

.navigation.pagination .page-numbers.prev:after{
    content:"«";
}

.navigation.pagination .page-numbers.current{
    background: #fb7a1c;
    color: #fff;
    border: 1px solid #fb7a1c;
}

ul.woocommerce-mini-cart.cart_list li{
    float:left;
    width:100%;
}
ul.woocommerce-mini-cart.cart_list li>a, ul.woocommerce-mini-cart.cart_list li>.quantity{
    float:left;
}
ul.woocommerce-mini-cart.cart_list li>a{
    width:20%;
}ul.woocommerce-mini-cart.cart_list li>a.remove{
    width:5%;
}ul.woocommerce-mini-cart.cart_list li>.quantity{
    width:75%;
    text-align:right;
}
ul.woocommerce-mini-cart.cart_list li>.quantity .name{
    font-weight:bold;
}
.woocommerce-page ul.cart_list li img{
    width: 60px !important;
    height: 60px !important;
    float: left;
    margin-right: 10px;
}
.woocommerce-mini-cart__buttons{ text-align:center; }
.woocommerce-mini-cart__total .woocommerce-Price-amount{ float:right; }
.woocommerce-mini-cart__buttons > a{ 
    display:block; margin:0 auto; 
    background: #F62D3E;
    color: #FFFFFF;
    margin-bottom:10px;
}.woocommerce-mini-cart__buttons > a.checkout{
    color: #474C5F;
    background: #EBEBEB;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #F62D3E;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce .quantity .qty{ width:auto; padding:0; }
.woocommerce-products-header .woocommerce-products-header__title{
    padding-top:0;
    margin-top:0;
}

.category-gallery img{ width:100%; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{ background-color:transparent; }

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width:100%;
}
.woocommerce span.onsale{ display:none; }

.woocommerce-product-gallery .flex-viewport{
    border: 1px solid #EBEBEB;
}
.woocommerce div.product div.images .flex-control-thumbs{
    margin-top:15px;
    position: relative;
}
.woocommerce div.product div.images .flex-control-thumbs .splide__arrows{
    position: absolute;
    display: contents;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    padding:0px;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    border: 1px solid #EBEBEB;
}
.entry-summary .price ins{ text-decoration:none; }
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #f62d3e;
}
.woocommerce .entry-summary .quantity .qty{
    height: 40px;
}
.woocommerce-product-details__short-description{
    margin-bottom:10px; 
}
.woocommerce div.product .woocommerce-tabs .panel{
    padding: 0 20px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
}
.woocommerce .woocommerce-ordering select{
    height:34px;
}
.woocommerce-cart-form th, .woocommerce-cart-form td{
    border-left-width:0;
    border-bottom-width: 0;
    border-top-width: 0;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    height: 40px;
}


.pagination_pagetemplate{
    display: flex;
    justify-content: center;
}
.pagination_pagetemplate .page-numbers{
    background: #ffffff;
    color: #000;
    padding: 9px 12px;
    position: relative;
    border-radius: 5px;
    margin-right: 5px;
    border: 1px solid #ddd;
    line-height: 1;
}
.pagination_pagetemplate .page-numbers.current{
    background: #fb7a1c;
    color: #fff;
    border: 1px solid #fb7a1c;
}
.pagination_pagetemplate .screen-reader-text {
    display: none;
}
.pagination_pagetemplate .page-numbers .icon {
    width: 11px;
    height: 11px;
    color: #fff;
    fill: #fff;
}
.pagination_pagetemplate .page-numbers:after {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pagination_pagetemplate .page-numbers.next:after {
    content: "»";
}
.pagination_pagetemplate .page-numbers.prev:after {
    content: "«";
}

.bread-crumb{
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.bread-crumb .breadcrumb{
    margin: 0;
}
.bread-crumb p{
    margin: 0;
}

footer .back-to-top {
    position: fixed;
    bottom: 50px;
    right: -50px;
    z-index: 100;
    transition: all .5s ease-out;
    cursor: pointer;
    height: 45px;
    width: 45px;
    background-color: #0d9646;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}
footer .back-to-top.display {
    right: 10px;
}
footer .back-to-top .fa {
    font-size: 20px;
    line-height: 45px;
}

/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/

/*HEADER*/
.header_top{
    background-color: #0d9646;
    padding: 5px 0;
}
.header_top .email_hdtop{
    color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px !important;
}
.header_top .email_hdtop a{
    color: #fff;
}
.header_top ul.menu_hdtop{
    list-style: none;
    text-align: right;
}
.header_top ul.menu_hdtop > li{
    display: inline-block;
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}
.header_top ul.menu_hdtop >li:last-child{
    margin-right: 0px;
}
.header_top ul.menu_hdtop >li:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #fff;
}
.header_top ul.menu_hdtop >li >a{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.header_top ul.menu_hdtop >li >a >i{
    display: none;
}
.header_top ul.menu_hdtop > li > ul.sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    width: 200px;
    background: #fff;
    display: none;
    box-shadow: 0 0 5px #ccc;
}
.header_top ul.menu_hdtop > li > ul.sub-menu li{
    display: block;
    position: relative;
    margin-right: 0px;
    padding-right: 0px;
    text-align: left;
}
.header_top ul.menu_hdtop > li > ul.sub-menu li a{
    display: block;
    padding: 5px 10px;
    color: #000;
}
.header_top ul.menu_hdtop > li:hover ul.sub-menu {
    display: block;
}


.header_main{
    background: #fff;
}
.header_main .row{
    align-items: center;
    justify-content: space-between;
}
.header_main .logo_main {
    max-width: 200px;
    padding: 10px 0;
}
.header_main .logo_main img{
    height: auto;
    object-fit: fill;
}
.header_main .nav_main{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.header_main .nav_main #menu_main{
    position: relative;
}
.header_main .lang_main{
    width: auto;
    margin-left: 20px;
}
.header_main .lang_main ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.header_main .lang_main ul li{
    display: inline-block;
}
.header_main .lang_main ul li a{
    display: grid;
}
.header_main .lang_main ul li a img{
    width: 25px;
}
.header_main .header_mobile{
    position: relative;
}
.header_main .header_mobile .logo_main_mobile{
    text-align: center;
    max-width: 200px;
    margin: auto;
    padding: 10px 0;
}
.header_main .header_mobile .logo_main_mobile img{
    height: 60px;
    object-fit: fill;
}
.header_main .header_mobile #trigger-mobile{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.header_main .header_mobile .lang_main_mobile{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.header_main .header_mobile .lang_main_mobile ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.header_main .header_mobile .lang_main_mobile ul li{
    display: inline-block;
}
.header_main .header_mobile .lang_main_mobile ul li a{
    display: grid;
}
.header_main .header_mobile .lang_main_mobile ul li a img{
    width: 25px;
}
.header_main.fixed{
    position: fixed !important;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 99;
    animation: fadeInDown 1s ease-out;
    box-shadow: 0px 3px 11px 0px rgb(0 0 0 / 25%);
}
@media(min-width: 768px) and (max-width: 991px){

}
@media only screen and (max-width: 991px){
    .header_top{
        display: none;
    }
}
@media only screen and (max-width: 767px){

}
/*END HEADER*/

/*SLIDER*/
.slider_home{
    position: relative;
    margin-bottom: 0px;
}
.slider_home .slick-slide >div{
    display: grid;
}
.item__slider_home{
    position: relative;
}
.item__slider_home img{
    width: 100%;
/*    height: 100vh;*/
    height: auto;
    object-fit: fill;
}
.slider_home button {
    display: inline-block;
    cursor: pointer;
    background: #ffffff00;
    border: 1px solid #ffffff00;
    border-radius: 4px;
    width: 20px;
    height: 30px;
    color: #666;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.15s ease-out;
    text-decoration: none;
    z-index: 99999;
}
.slider_home .slick-prev, .slider_home .slick-next {
    font-size: 0;
}

@media(min-width: 768px) and (max-width: 991px){
    .item__slider_home img{
        height: auto;
    }
}
@media only screen and (max-width: 767px){
    .item__slider_home img{
        height: auto;
    }
}
/*END SLIDER*/

/*FORM SLIDER*/
.formdk_slider{
    margin-bottom: 50px;
}
.bg1_formdk_slider{
    background: #fff;
    padding: 20px 0;
}
.welcome_form{
    font-size: 26px;
    color: #565555;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.welcome_form span{
    color: #ee4238;
    font-weight: 700;
}
.bg2_formdk_slider{
    background: #0d9646;
	padding-bottom: 10px;
	padding-top: 10px;
}
.flex_formdk_slider{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.colleft_formdk_slider{
    max-width: 25%;
    flex: 0 0 100%;

    position: relative;
    color: #fff;
    background-color: #ff0000;
    cursor: pointer;
    padding: 5px 0;
}
.colleft_formdk_slider .th_colleft_formdk_slider{
    font-weight: 700;
    font-size: 36px;
    padding-left: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    position: relative;
}
.colleft_formdk_slider .th_colleft_formdk_slider span.applyarrow{
    margin-left: 20px;
    background-image: url(../../../vimgsrc/apply-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -13px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 31px;
}
.colright_formdk_slider{
    max-width: 75%;
    flex: 0 0 100%;
}
.form_slider{
    display: block;
    padding: 0 20px;
}
.form_slider .th_form_slider{
    font-size: 15px;
    font-weight: 600;
    color: #FFFF00;
    margin-bottom: 10px;
}
.form_slider .th_form_slider span{
    color: #fff;
	font-size: 30px;
}

.flex_formslider{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.flex_formslider .col_formslider{
    max-width: 20%;
    flex: 0 0 100%;
}
.flex_formslider .colsub_formslider{
    max-width: 12%;
    flex: 0 0 100%;
}
.form_slider form{
    margin: 0;
}
.form_slider form input[type="text"],
.form_slider form input[type="email"],
.form_slider form input[type="tel"]{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #fff;
    min-height: 35px;
    line-height: 35px;
    background: #fff;
    padding: 0 5px;
    margin-bottom: 0;
}
.select2-container{
    width: 100% !important;
}
.select2-container .select2-selection--single{
    height: 35px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #fff;
}
.form_slider .select2-selection__rendered{
    line-height: 35px !important;
}
.form_slider form input[type="submit"]{
    width: 100%;
    background: #ff0000;
    color: #fff;
    display: inline-block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    padding: 0 10px;
    border: 1px solid transparent;
}
.form_slider .wpcf7 .ajax-loader{
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    transform: translateY(-50%);
}
@media(min-width: 768px) and (max-width: 991px){
    .welcome_form{
        font-size: 25px;
    }
    .colleft_formdk_slider{
        max-width: 30%;
    }
    .colleft_formdk_slider .th_colleft_formdk_slider{
        font-size: 30px;
    }
    .colright_formdk_slider{
        max-width:70%;
        padding: 10px 0;
    }
    .flex_formslider .col_formslider{
        max-width: 48%;
        margin-bottom: 10px;
    }
    .flex_formslider .colsub_formslider{
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px){
    .welcome_form{
        font-size: 18px;
    }
    .colleft_formdk_slider{
        display: none;
    }
    .colright_formdk_slider{
        max-width:100%;
        padding: 10px 0;
    }
    .flex_formslider .col_formslider{
        max-width: 48%;
        margin-bottom: 10px;
    }
    .flex_formslider .colsub_formslider{
        max-width: 100%;
    }
}
/*END FORM SLIDER*/

/*FOOTER*/
.footer_main{
    background: #1c001c;
    color: #f9f9f9;
    padding: 65px 0;
    overflow: hidden;
    font-family: times new roman, times, serif;
}
.footer_main .logo_ftm{
    margin-bottom: 15px;
    max-width: 200px;
}
.footer_main .logo_ftm img{
    width: 100%;
    height: auto;
    object-fit: fill;
}
.footer_main .titlesocial_ftm{
    font-weight: 700;
    margin-bottom: 13px;
	margin-top: 30px;
    text-transform: uppercase;
    font-size: 14px;
}
.footer_main .slogan_ftm{
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
}
.footer_main ul.infocty_ftm{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.footer_main ul.infocty_ftm li{
    margin-bottom: 5px;
	margin-top: 15px;
}
.footer_main ul.infocty_ftm li a{
    color: #fff;
}
.footer_main ul.infocty_ftm li a i{
    color: #fff;
}
.footer_main .social_ftm{
    margin-bottom: 15px;
    font-size: 16px;
}
.footer_main .social_ftm a{
    display: inline-flex;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.footer_main .social_ftm a:not(:last-child) {
    margin-right: 10px;
}
.footer_main .social_ftm a img {
    height: 15px;
}

.footer_main h3.thmenufooter_ftm{
    margin: 0;
    padding: 0;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-family: times new roman, times, serif;
}
.footer_main ul.footer_menu{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
.footer_main ul.footer_menu li{
    margin-bottom: 5px;
}
.footer_main ul.footer_menu li a{
    font-size: 16px;
    color: #fff;
}

.footer_main .fanpage_ftmain{
    width: 100%;
    margin-bottom: 15px;
}

.footer_main .copyright_ftm{
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.footer_main .copyright_ftm a{
    color: #fff;
}
@media(min-width: 768px) and (max-width: 991px){
    .footer_main {
        padding: 30px 0;
    }
    .footer_main .social_ftm{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px){
    .footer_main {
        padding: 30px 0;
    }
}
/*END FOOTER*/

/*WIDGET DOI TAC*/
section.section_widgetdoitac{
    margin-bottom: 30px;
}
.slick_swdoitac{
    position: relative;
}
.slick_swdoitac .slick-list{
    margin: 0 -10px;
}
.slick_swdoitac .slick-track {
    display: flex !important;
}
.slick_swdoitac .slick-slide{
    display: flex !important;
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
}
.slick_swdoitac .slick-slide > div{
    display: flex !important;
    min-height: 100%;
    height: auto;
    flex: auto;
}
.slick_swdoitac .item_swdoitac{
    text-align: center;
    border: 1px solid #f7f7f7;
    padding: 15px;
}
.slick_swdoitac .item_swdoitac img{
    max-height: 84px;
    width: auto;
    margin: auto;
}

.slick_swdoitac .slick-prev, .slick_swdoitac .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;

    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;

    background: #ee4238;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .25s ease;
}
.slick_swdoitac .slick-prev{
    left: 0px;
}
.slick_swdoitac .slick-next {
    right: 0px;
}

.section_widgetdoitac h3.th_swdoitac{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #82848a;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    color: #ee4238;
}
@media(min-width: 768px) and (max-width: 991px){
    .section_widgetdoitac h3.th_swdoitac{
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px){
    .section_widgetdoitac h3.th_swdoitac{
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 25px;
    }
}
/*END WIDGET DOI TAC*/

/*WIDGET CHUNG CHI*/
section.section_widgetchungchi{
    margin-bottom: 100px;
}
.slick_swchungchi{
    position: relative;
}
.slick_swchungchi .slick-list {
    margin: 0 -20px;
}
.slick_swchungchi .slick-slide{
    margin-right: 20px;
    margin-left: 20px;
}
.slick_swchungchi .slick-slide >div{
    display: grid;
}

.slick_swchungchi .item_swchungchi{
    height: 100%;
}
.slick_swchungchi .item_swchungchi img{
    width: 100%;
    margin: auto;
}

.slick_swchungchi .slick-prev, .slick_swchungchi .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;

    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;

    background: #ee4238;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .25s ease;
}
.slick_swchungchi .slick-prev{
    left: 0px;
}
.slick_swchungchi .slick-next {
    right: 0px;
}

.section_widgetchungchi h3.th_swchungchi{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #82848a;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    color: #ee4238;
}
@media(min-width: 768px) and (max-width: 991px){
    section.section_widgetchungchi{
        margin-bottom: 30px;
    }
    .section_widgetchungchi h3.th_swchungchi{
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px){
    section.section_widgetchungchi{
        margin-bottom: 30px;
    }
    .section_widgetchungchi h3.th_swchungchi{
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 25px;
    }
}
/*END WIDGET CHUNG CHI*/

/*WIDGET HINH ANH VA VIDEO*/
section.section_swimgvideo{
    margin-bottom: 50px;
}
section.section_swimgvideo h3.th_swimgvideo{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #82848a;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    color: #ee4238;
}

#img_swimgvideo-for{
    position: relative;
}
#img_swimgvideo-for img{
    width: 100%;
    height: 360px;
    object-fit: cover;
}

#img_swimgvideo-nav{
    position: relative;
}
#img_swimgvideo-nav .itemimg_swimgvideo{
    display: block;
    padding-top: 75%;
    position: relative;
}
#img_swimgvideo-nav .itemimg_swimgvideo img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#img_swimgvideo-nav .slick-list {
    margin: 0 -5px;
}
#img_swimgvideo-nav .slick-slide{
    margin-right: 5px;
    margin-left: 5px;
}
#img_swimgvideo-nav .slick-slide > div{
    display: grid;
}
#img_swimgvideo-nav .slick-track{
    margin-left: 0;
}
#img_swimgvideo-nav .slick-prev, #img_swimgvideo-nav .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;

    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;

    background: #ee4238;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .25s ease;
}
#img_swimgvideo-nav .slick-prev{
    left: 0px;
}
#img_swimgvideo-nav .slick-next {
    right: 0px;
}

.slickvideo_swimgvideo{
    position: relative;
}
.slickvideo_swimgvideo .slick-list {
    margin: 0 -5px;
}
.slickvideo_swimgvideo .slick-slide{
    margin-right: 5px;
    margin-left: 5px;
}
.slickvideo_swimgvideo .slick-slide > div{
    display: grid;
}
.slickvideo_swimgvideo .slick-track{
    margin-left: 0;
}
.slickvideo_swimgvideo .slick-prev, .slickvideo_swimgvideo .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;

    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;

    background: #1d3c70;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .25s ease;
}
.slickvideo_swimgvideo .slick-prev{
    left: 0px;
}
.slickvideo_swimgvideo .slick-next {
    right: 0px;
}
@media(min-width: 768px) and (max-width: 991px){
    section.section_swimgvideo{
        margin-bottom: 30px;
    }
    section.section_swimgvideo h3.th_swimgvideo{
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px){
    section.section_swimgvideo{
        margin-bottom: 30px;
    }
    section.section_swimgvideo h3.th_swimgvideo{
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 25px;
    }
    #img_swimgvideo-nav{
        margin-bottom: 30px;
    }
}
/*END WIDGET HINH ANH VA VIDEO*/

/*WIDGET clients*/
section.section_widgetclients{
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 30px 0;
    margin-bottom: 30px;
}
section.section_widgetclients::after {
    content: "";
    background-color: #00000099;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
section.section_widgetclients .container {
    position: relative;
    z-index: 1;
}
h2.th_swclients{
    margin: 0;
    padding: 0;
    margin-bottom:20px;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.slick_swclients{
    position: relative;
}
.slick_swclients .slick-list{
    margin: 0 -20px;
}
.slick_swclients .slick-slide{
    margin-right: 20px;
    margin-left: 20px;
}

.item_swclients{
    position: relative;
    margin-bottom: 20px;
}
.item_swclients .content{
    background: #fff;
    border-radius: 15px;
    padding: 15px 15px 40px;
}
.item_swclients .man {
    margin-top: -30px;
    color: #fff;
    display: flex;
    align-items: flex-end;
}
.item_swclients .man .img img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    object-fit: cover;
    border: 2px solid #081c2f;
}
.item_swclients .man .if {
    padding-top: 30px;
    padding-left: 15px;
}
.item_swclients .man .name {
    font-weight: 600;
}

.slick_swclients .slick-prev, .slick_swclients .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;

    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;

    background: #ee4238;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .25s ease;
}
.slick_swclients .slick-prev{
    left: -40px;
}
.slick_swclients .slick-next {
    right: -40px;
}

@media only screen and (max-width: 991px){
    h2.th_swclients{
        font-size: 20px;
    }
    .slick_swclients .slick-prev{
        left: 0px;
    }
    .slick_swclients .slick-next {
        right: 0px;
    }
}
/*END WIDGET clients*/

/*WIDGET GIOI THIEU*/
section.section_widgetgioithieu{
    margin-bottom: 50px;
}
h3.name__swgioithieu{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #82848a;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    color: #ee4238;
}
.descr__swgioithieu{
    font-size: 18px;
    margin-bottom: 15px;
}
.link__swgioithieu{
    display: block;
    margin-bottom: 30px;
}
.link__swgioithieu a{
    background: #ee4238;
    border: 1px solid #ccc;
    color: #fff !important;
    text-align: center;
    border-radius: 50px;
    min-width: 75px;
    display: inline-block;
    padding: 3px 10px;
}
.youtube__swgioithieu{
    position: relative;
}
.youtube__swgioithieu iframe{
    width: 100%;
}
@media (min-width: 768px) and (max-width: 991px){
    section.section_widgetgioithieu{
        margin-bottom: 30px;
    }
    h3.name__swgioithieu{
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px){
    section.section_widgetgioithieu{
        margin-bottom: 30px;
    }
    h3.name__swgioithieu{
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 25px;
    }
}
/*END WIDGET GIOI THIEU*/

/*WIDGET TAI SAO*/
section.section_widgettaisao{
    margin-bottom: 50px;
}
h3.th_swtaisao{
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: 600;
    color: #ee4238;
    text-align: center;
    margin-bottom: 40px;
}
.grid_swtaisao{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.grid_swtaisao .colgrid_swtaisao{
    grid-column-end: span 1;
}
.item__swtaisao{
    text-align: center;
    margin-bottom: 15px;
}
.item__swtaisao .icon__swtaisao{
    margin: auto;
}
.item__swtaisao .icon__swtaisao img{
    
}
.item__swtaisao .text__swtaisao{
    font-weight: 600;
    font-size: 16px;
    margin: 20px 0 0;
    text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){
    section.section_widgettaisao{
        margin-bottom: 30px;
    }
    .grid_swtaisao{
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }
    .item__swtaisao .text__swtaisao{
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px){
    section.section_widgettaisao{
        margin-bottom: 30px;
    }
    .grid_swtaisao{
        grid-template-columns: repeat(2, 1fr);
    }
}
/*END WIDGET TAI SAO*/


/*WIDGET HOI THAO*/
section.section_widgethoithao{
    margin-bottom: 30px;
}
h2.th_swhoithao{
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #ee4238;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}
h2.th_swhoithao a{
    color: #ee4238;
}
table.table_swhoithao{
    margin-bottom: 0;
    border: 0;
}
table.table_swhoithao>thead>tr {
    background: #0d9646;
}
table.table_swhoithao>thead>tr th {
    vertical-align: middle;
    color: #fff;
    box-shadow: none;
    font-weight: 400;
    border: 0;
    text-align: left;
    padding: 8px;
}
table.table_swhoithao thead th:first-child {
    border-radius: 4px 0 0;
}
table.table_swhoithao tbody>tr>td {
    border: 0;
    vertical-align: middle;
    background-color: #dee1e9;
    color: #282a39;
    font-size: 13px;
    text-align: left;
    padding: 8px;
}
table.table_swhoithao tbody>tr:nth-child(2n+1)>td {
    background: #f5f5f5;
}

.register_hoithao{
    background: #ee4238;
    border: 1px solid #ccc;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    min-width: 75px;
    display: inline-block;
    padding: 3px 10px;
    cursor: pointer;
}

@media(min-width: 768px) and (max-width: 991px){

}
@media only screen and (max-width: 767px){

}

/*END WIDGET HOI THAO*/

/*WIDGET TIN TUC*/
section.section_widgetnews{
    margin-bottom: 30px;
}
section.section_widgetnews h2.th_swnews{
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #ee4238;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}
section.section_widgetnews h2.th_swnews a{
    color: #ee4238;
}

.grid_swnews{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.grid_swnews .col_swnews{
    grid-column-end: span 1;
}

.item_swnews{
    box-shadow: 0 2px 7px #91919159;
    border-radius: 3px;
    position: relative;
}
.img_itemswnews{
    width: 100%;
    height: 185px;
}
.img_itemswnews a{
    
}
.img_itemswnews a img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.info_itemswnews{
    padding: 10px;
}
h3.name_itemswnews{
    font-size: 17px;
    color: #0d9646;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
h3.name_itemswnews a{
    color: #0d9646;
}
.desr_itemswnews{
    color: #000;
}

.readmore_swnews{
    margin: 30px 0;
    text-align: center;
}
.readmore_swnews a{
    background-color: #9e9e9e;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
}

@media(min-width: 768px) and (max-width: 991px){
    .grid_swnews{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 767px){
    .grid_swnews{
        grid-template-columns: repeat(2, 1fr);
    }
}
/*END WIDGET TIN TUC*/

/*WIDGET NGANH NGHE DU HOC*/
section.section_widgetnganhnghe{
    margin-bottom: 50px;
}
h2.th_swnganhnghe{
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #ee4238;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.grid_swnganhnghe{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.grid_swnganhnghe .colgrid_swnganhnghe{
    grid-column-end: span 1;
}
.item__swnganhnghe{
    box-shadow: 0 2px 7px #91919159;
    border-radius: 3px;
    position: relative;
}
.item__swnganhnghe .img__swnganhnghe{
    width: 100%;
    height: 250px;
}
.item__swnganhnghe .img__swnganhnghe img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.item__swnganhnghe .info__swnganhnghe{
    padding: 10px;
}
.item__swnganhnghe .info__swnganhnghe h3{
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #000;
}
.item__swnganhnghe .info__swnganhnghe h3 a{
    color: #000;
}

@media(min-width: 768px) and (max-width: 991px){
    .grid_swnganhnghe{
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }
}
@media only screen and (max-width: 767px){
    .grid_swnganhnghe{
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }
    .item__swnganhnghe .img__swnganhnghe{
        height: 150px;
    }
}

/*END WIDGET NGANH NGHE DU HOC*/

/*WIDGET QUOC GIA DU HOC*/
section.section_widgetquocgiaduhoc{
    margin-bottom: 50px;
}
h2.th_swqgduhoc{
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #ee4238;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.slick_swqgduhoc{
    position: relative;
}
.slick_swqgduhoc .slick-list {
    margin: 0 -15px;
}
.slick_swqgduhoc .slick-slide{
    margin-right: 15px;
    margin-left: 15px;
}
.slick_swqgduhoc .slick-prev, .slick_swqgduhoc .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;

    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;

    background: #1d3c70;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .25s ease;
}
.slick_swqgduhoc .slick-prev{
    left: -40px;
}
.slick_swqgduhoc .slick-next {
    right: -40px;
}

.item_swqgduhoc{
    text-align: center;
}
.item_swqgduhoc a{
    display: block;
}
.item_swqgduhoc a img{
    width: auto;
    height: 65px;
    object-fit: fill;
    margin: auto;
    margin-bottom: 10px;
}
.item_swqgduhoc a h3{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
/*END WIDGET QUOC GIA DU HOC*/

/*TRANG LIEN HE*/
.page_lienhe{
    padding: 50px 0;
}
h2.thleft_pagelienhe{
    margin: 0;
    padding: 0;
    color: #ee4238;
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
ul.ulinfo_pagelienhe{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}
ul.ulinfo_pagelienhe li{
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
}
ul.ulinfo_pagelienhe li h3{
    font-weight: bold;
    font-size: 30px;
}

.boxform_pagelienhe{
    margin-bottom: 15px;
}
.boxform_pagelienhe .thform_pagelienhe{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.boxform_pagelienhe form{
    margin: 0;
}
.boxform_pagelienhe form textarea{
    height: 100px;
}
.boxform_pagelienhe form input[type="submit"]{
    width: 100%;
    background: #ee4238;
    color: #f9f9f9;
    padding: 7px 15px;
    text-transform: uppercase;
    border: none;
    margin-bottom: 10px;
}
.boxform_pagelienhe form .ajax-loader{
    display: none;
}
.boxform_pagelienhe .slform_pagelienhe{
    color: #5c5c5c;
}
@media(min-width: 768px) and (max-width: 991px){
    .page_lienhe{
        padding: 30px 0;
    }
    h2.thleft_pagelienhe{
        font-size: 30px;
        margin-bottom: 15px;
    }
    ul.ulinfo_pagelienhe li{
        margin-bottom: 5px;
        font-size: 18px;
    }
    ul.ulinfo_pagelienhe li h3{
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px){
    .page_lienhe{
        padding: 30px 0;
    }
    h2.thleft_pagelienhe{
        font-size: 25px;
        margin-bottom: 15px;
    }
    ul.ulinfo_pagelienhe li{
        margin-bottom: 5px;
        font-size: 16px;
    }
    ul.ulinfo_pagelienhe li h3{
        font-size: 20px;
    }
}
/*END TRANG LIEN HE*/

/*TRANG MAC DINH*/
.page_default{
    padding: 30px 0;
}
.page_default h2.th_page_default{
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 600;
    color: #323C3F;
    position: relative;
}
.page_default .date_page_default{
    margin-bottom: 10px;
    font-size: 15px;
}
.page_default .entry-content{
    font-weight: 500;
    color: #000;
}
@media(min-width: 768px) and (max-width: 991px){

}
@media only screen and (max-width: 767px){
    
}
/*END TRANG MAC DINH*/

/*TRANG BAI VIET*/
.page_archivepost{
    padding: 30px 0;
}
h1.th_pagearchivepost{
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #ee4238;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.grid_archive{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.grid_archive .col_archive{
    grid-column-end: span 1;
}
.item_post{
    position: relative;
}
.img_item_post{
    
}
.img_item_post img{
    width: 100%;
    height: 180px;
    object-fit: fill;
}
.info_item_post{
    position: relative;
    box-shadow: 0 2px 7px #91919159;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 5px;
}
h3.name_item_post{
    font-size: 17px;
    color: #0d9646;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
h3.name_item_post a{
    color: #0d9646;
}
.content_item_post{
    color: #000;
}

.page_singlepost{
    padding: 30px 0;
}
h1.name_singlepost{
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    color: #ee4238;
    margin-bottom: 15px;
}
.date_singlepost{
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.relatedpage_singlepost {
    padding: 30px 0;
}
h3.th_blog_related{
    font-size: 20px;
    color: #ee4238;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 2px solid #ee4238;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.grid_related{
    position: relative;
}
.grid_related .slick-list {
    margin: 0 -15px;
}
.grid_related .slick-slide{
    margin-right: 15px;
    margin-left: 15px;
}


@media(min-width: 768px) and (max-width: 991px){
    .grid_archive{
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }
    .img_item_post img{
        height: 220px;
    }
}
@media only screen and (max-width: 767px){
    .grid_archive{
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
}
/*END TRANG BAI VIET*/

/*TRANG HOI THAO DU HOC*/
.page_hoithao{
    padding: 30px 0;
}
/*END TRANG HOI THAO DU HOC*/

/*TRANG DS TRUONG*/
.page_truonghoctax{
    padding: 30px 0;
}
.list_school{
    margin-bottom: 0px;
}
.item_school{
    background: #fff;
    padding: 25px 5px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px #0000004d;
    margin-bottom: 15px;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.img_itemschool{
    max-width: 18%;
    flex: 0 0 100%;
}
.img_itemschool a{
    display: block;
}
.img_itemschool a img{
    width: 100%;
    height: auto;
    object-fit: fill;
}
.info_itemschool{
    max-width: 78%;
    flex: 0 0 100%;
    position: relative;
}
.info_itemschool:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 50px;
    background: red;
}
.flextitle__itemschool{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    border-bottom: 1px solid #ddd;
    padding: 0 15px 10px;
    margin-bottom: 10px;
}
.flextitle__itemschool h3{
    margin: 0;
    padding: 0;
    color: #0d9646;
    font-weight: 700;
    font-size: 15px;
}
.flextitle__itemschool h3 a{
    color: #0d9646;
}
.flextitle__itemschool .view__itemschool{
    width: 25%;
}
.flextitle__itemschool .view__itemschool a{
    box-shadow: 0 3px 6px -4px #00000029, 0 3px 6px #0000003b;
    background-color: #ee4238;
    border-radius: 2px;
    width: 100%;
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 6px;
    text-align: center;
    font-size: 12px;
}
.descr__itemschool{
    padding: 0 15px;
}

.th_blog_relatedschool{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media(min-width: 768px) and (max-width: 991px){

}
@media only screen and (max-width: 767px){
    .item_school{
        padding: 5px;
    }
    .img_itemschool{
        max-width:100%;
        margin-bottom: 15px;
    }
    .info_itemschool{
        max-width:100%;
    }
    .flextitle__itemschool .view__itemschool {
        width: 30%;
    }
}
/*END TRANG DS TRUONG*/

/*TRANG DU HOC*/
.control_singlepost{
    border-bottom: 1px solid #ee4238;
    margin-top: 15px;
    margin-bottom: 30px;
}
.control_singlepost a {
    border: 1px solid #ee4238;
    margin-right: 2px;
    position: relative;
    display: inline-block;
    color: #ee4238;
    border-bottom: none;
    padding: 10px 15px;
}
.control_singlepost a:hover,
.control_singlepost a.active {
    color: #fff;
    background: #ee4238;
}

.related_duhoc{
    padding: 30px 0;
}
.related_duhoc .th_relatedduhoc{
    font-size: 20px;
    color: #ee4238;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 2px solid #ee4238;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.slick_relatedduhoc{
    position: relative;
    margin-bottom: 30px;
}
.slick_relatedduhoc .slick-list {
    margin: 0 -15px;
}
.slick_relatedduhoc .slick-slide{
    margin-right: 15px;
    margin-left: 15px;
}
@media(min-width: 768px) and (max-width: 991px){

}
@media only screen and (max-width: 767px){

}
/*END TRANG DU HOC*/

/*icon MXH*/
.box_socialhotline_fixed{
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 99999999;
}
ul.social_fixed{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    margin-bottom: 15px;
}
ul.social_fixed li a img{
    width: 50px;
    height: 50px;
    object-fit: fill;
}
ul.social_fixed li.hotline_icon{
    position: relative;
}

ul.social_fixed li.hotline_icon span{
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    background: red;
    color: #fff;
    width: max-content;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
    display: none;
    transition: all 0.5s;
}
ul.social_fixed li.hotline_icon:hover span{
    display: block;
}


.hotline_fixed{

}
.hotline_fixed a{
    border-radius: 22px;
    margin-bottom: 7px;
    background-color: #0d9646;
    display: block;
    color: #fff;
    padding: 9px 15px;
    border: 1px solid #fff;
    animation: changeBackgroundColor 1s infinite;
}
@keyframes changeBackgroundColor {
    0% {
        background-color: #ee4238
    }
    50% {
        background-color: #0d9646
    }
    100% {
        background-color: #ee4238
    }
}
/*END icon MXH*/